From 285175dd4b03317a21ea80f7966fa5d0cd057208 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 17 Aug 2016 14:33:32 -0700 Subject: [PATCH] refine mpv streaming flags --- home/streamcrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/streamcrap b/home/streamcrap index 1dcb32b..89af548 100644 --- a/home/streamcrap +++ b/home/streamcrap @@ -1,7 +1,7 @@ #!/bin/zsh # awful things -MPV_STREAM_FLAGS="--quiet --no-sub --loop=force --cache-secs=10 --cache-initial=1024 --cache-pause --cache-backbuffer=0 --cache-seek-min=2048" +MPV_STREAM_FLAGS="--quiet --no-resume-playback --no-sub --no-initial-audio-sync --mc=1 --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"