1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-20 10:53:23 -07:00
This commit is contained in:
Connor Olding 2017-05-28 03:27:17 +00:00
parent 0b2d3626c6
commit 513272d751

View File

@ -1,7 +1,7 @@
#!/bin/zsh
# awful things
MPV_STREAM_FLAGS="--quiet --autofit=1280x720 --loop-playist=no --no-resume-playback --no-sub --no-initial-audio-sync --mc=0.02 --autosync=30 \
MPV_STREAM_FLAGS="--quiet --autofit=1280x720 --loop-playlist=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"