From 1ffc39ccb2e22e9a4ff8beaf131d5b814ed27ea2 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 8 Dec 2015 13:15:22 +0100 Subject: [example-scripts] use stream-blanker output port for streaming --- example-scripts/ffmpeg/stream-hd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example-scripts/ffmpeg/stream-hd.sh') 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 \ -- cgit v1.2.3