diff options
author | MaZderMind <peter@mazdermind.de> | 2016-02-05 12:09:07 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2016-02-05 12:24:45 +0100 |
commit | 5408b306ca699b3f8a64aaa1e5ae70ceecdfcd18 (patch) | |
tree | 696c36cbd14e9dcb7cbbb43ce5a78366aeeac956 /example-scripts | |
parent | 6fcaad32a6247ac91ea17fc4bdefd3a005b0a02f (diff) |
avoid reconnecting to the pipeline while the old connection isn ot yet fully closed
Diffstat (limited to 'example-scripts')
-rwxr-xr-x | example-scripts/ffmpeg/source-nostream-music.sh | 2 |
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 |