mirror of
https://github.com/notwa/rc
synced 2025-03-16 06:52:49 -07:00
update loop switch for mpv
This commit is contained in:
parent
ed39957647
commit
0b2d3626c6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/zsh
|
||||
# awful things
|
||||
|
||||
MPV_STREAM_FLAGS="--quiet --autofit=1280x720 --loop=no --no-resume-playback --no-sub --no-initial-audio-sync --mc=0.02 --autosync=30 \
|
||||
MPV_STREAM_FLAGS="--quiet --autofit=1280x720 --loop-playist=no --no-resume-playback --no-sub --no-initial-audio-sync --mc=0.02 --autosync=30 \
|
||||
--cache-secs=10 --cache-initial=1024 --cache-pause --cache-backbuffer=0 --cache-seek-min=2048"
|
||||
LIVESTREAMER_FLAGS="--player-http --player-continuous-http --default-stream=source,best"
|
||||
LIVESTREAMER_FLAGS+=" --player-passthrough=http --player-no-close"
|
||||
|
|
Loading…
Add table
Reference in a new issue