From 63767175114636a838e0fc0d31ce0251929e45f8 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 2 Feb 2016 16:05:12 +0100 Subject: disable interaction on stdin for all ffmpeg calls --- example-scripts/ffmpeg/stream-sd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example-scripts/ffmpeg/stream-sd.sh') diff --git a/example-scripts/ffmpeg/stream-sd.sh b/example-scripts/ffmpeg/stream-sd.sh index e5a0106..26a7cfb 100755 --- a/example-scripts/ffmpeg/stream-sd.sh +++ b/example-scripts/ffmpeg/stream-sd.sh @@ -1,6 +1,6 @@ #!/bin/sh wget -nc -O /tmp/overlay_hd.png http://c3voc.mazdermind.de/testfiles/overlay_hd.png -ffmpeg -y \ +ffmpeg -y -nostdin \ -i tcp://localhost:11000 \ -threads:0 0 \ -aspect 16:9 \ -- cgit v1.2.3