diff options
author | MaZderMind <peter@mazdermind.de> | 2015-12-08 13:15:22 +0100 |
---|---|---|
committer | MaZderMind <peter@mazdermind.de> | 2015-12-08 13:15:22 +0100 |
commit | 1ffc39ccb2e22e9a4ff8beaf131d5b814ed27ea2 (patch) | |
tree | 09c4dfaf774bd1a63b5f9dde40b794aafddb5be6 /example-scripts | |
parent | a5072f585f5cef7f972fbb6029c7704afbb7a99f (diff) |
[example-scripts] use stream-blanker output port for streaming
Diffstat (limited to 'example-scripts')
-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 6e449f0..d2f2375 100755 --- a/example-scripts/ffmpeg/stream-hd.sh +++ b/example-scripts/ffmpeg/stream-hd.sh @@ -1,7 +1,7 @@ #!/bin/sh wget -nc -O /tmp/overlay_hd.png http://c3voc.mazdermind.de/testfiles/overlay_hd.png ffmpeg -y \ - -i tcp://localhost:11000 \ + -i tcp://localhost:15000 \ -threads:0 0 \ -aspect 16:9 \ -c:v libx264 \ |