mirror of
https://github.com/notwa/rc
synced 2024-11-05 07:29:04 -08:00
increase cache size
This commit is contained in:
parent
9f1b1adfa3
commit
4edd550f9c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
# awful things
|
# awful things
|
||||||
|
|
||||||
MPV_STREAM_FLAGS="--quiet --no-sub --loop=force --cache-secs=2 --cache-initial=1024 --cache-pause --cache-backbuffer=0 --cache-seek-min=2048"
|
MPV_STREAM_FLAGS="--quiet --no-sub --loop=force --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-http --player-continuous-http --default-stream=source,best"
|
||||||
LIVESTREAMER_FLAGS+=" --player-passthrough=http --player-no-close"
|
LIVESTREAMER_FLAGS+=" --player-passthrough=http --player-no-close"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue