aboutsummaryrefslogtreecommitdiff
path: root/example-scripts
diff options
context:
space:
mode:
authorMaZderMind <peter@mazdermind.de>2016-02-05 12:09:07 +0100
committerMaZderMind <git@mazdermind.de>2016-02-05 12:24:45 +0100
commit5408b306ca699b3f8a64aaa1e5ae70ceecdfcd18 (patch)
tree696c36cbd14e9dcb7cbbb43ce5a78366aeeac956 /example-scripts
parent6fcaad32a6247ac91ea17fc4bdefd3a005b0a02f (diff)
avoid reconnecting to the pipeline while the old connection isn ot yet fully closed
Diffstat (limited to 'example-scripts')
-rwxr-xr-xexample-scripts/ffmpeg/source-nostream-music.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/example-scripts/ffmpeg/source-nostream-music.sh b/example-scripts/ffmpeg/source-nostream-music.sh
index 5f10caf..23db81d 100755
--- a/example-scripts/ffmpeg/source-nostream-music.sh
+++ b/example-scripts/ffmpeg/source-nostream-music.sh
@@ -9,4 +9,6 @@ while true; do
-c:a pcm_s16le \
-f matroska \
tcp://localhost:18000
+
+ sleep 1;
done