diff options
Diffstat (limited to 'example-scripts/ffmpeg/stream-hd.sh')
-rwxr-xr-x | example-scripts/ffmpeg/stream-hd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-scripts/ffmpeg/stream-hd.sh b/example-scripts/ffmpeg/stream-hd.sh index d2f2375..b0c0e07 100755 --- a/example-scripts/ffmpeg/stream-hd.sh +++ b/example-scripts/ffmpeg/stream-hd.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:15000 \ -threads:0 0 \ -aspect 16:9 \ |