aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \