aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/ffmpeg
diff options
context:
space:
mode:
authorMaZderMind <peter@mazdermind.de>2015-12-08 13:15:22 +0100
committerMaZderMind <peter@mazdermind.de>2015-12-08 13:15:22 +0100
commit1ffc39ccb2e22e9a4ff8beaf131d5b814ed27ea2 (patch)
tree09c4dfaf774bd1a63b5f9dde40b794aafddb5be6 /example-scripts/ffmpeg
parenta5072f585f5cef7f972fbb6029c7704afbb7a99f (diff)
[example-scripts] use stream-blanker output port for streaming
Diffstat (limited to 'example-scripts/ffmpeg')
-rwxr-xr-xexample-scripts/ffmpeg/stream-hd.sh2
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 \