From ff90df796c715ee9c95fb8a2152cea2698fe92ab Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 10 May 2015 20:59:37 +0200 Subject: implement mixer & test-output --- voctocore/scripts/video-source-cam2.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 voctocore/scripts/video-source-cam2.sh (limited to 'voctocore/scripts/video-source-cam2.sh') diff --git a/voctocore/scripts/video-source-cam2.sh b/voctocore/scripts/video-source-cam2.sh new file mode 100755 index 0000000..403b852 --- /dev/null +++ b/voctocore/scripts/video-source-cam2.sh @@ -0,0 +1,7 @@ +#!/bin/sh +gst-launch-1.0 \ + videotestsrc pattern=ball !\ + video/x-raw,format=I420,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1 !\ + timeoverlay valignment=bottom !\ + gdppay !\ + tcpclientsink host=localhost port=10001 -- cgit v1.2.3