Scripts: Open mpv window when starting audio_only streams
This commit is contained in:
+5
-2
@@ -140,10 +140,13 @@ stream() {
|
||||
read -r quality
|
||||
fi
|
||||
|
||||
if [ -n "$lowLatency" ]; then
|
||||
if [ -z "$lowLatency" ]; then
|
||||
arguments="\
|
||||
--player-args '--force-window'"
|
||||
else
|
||||
arguments="\
|
||||
--twitch-low-latency \
|
||||
--player-args '--cache=yes --demuxer-max-bytes=750k'"
|
||||
--player-args '--force-window --cache=yes --demuxer-max-bytes=750k'"
|
||||
fi
|
||||
|
||||
echo "Starting stream $channel @ $quality"
|
||||
|
||||
Reference in New Issue
Block a user