diff options
Diffstat (limited to 'voctocore/scripts/av-source-cam1.sh')
-rwxr-xr-x | voctocore/scripts/av-source-cam1.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/voctocore/scripts/av-source-cam1.sh b/voctocore/scripts/av-source-cam1.sh new file mode 100755 index 0000000..11b9663 --- /dev/null +++ b/voctocore/scripts/av-source-cam1.sh @@ -0,0 +1,13 @@ +#!/bin/sh +gst-launch-1.0 -vm \ + videotestsrc pattern=smpte !\ + video/x-raw,format=I420,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1 ! \ + timeoverlay valignment=bottom ! \ + mux. \ + \ + audiotestsrc freq=440 !\ + audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 !\ + mux. \ + \ + matroskamux name=mux !\ + tcpclientsrc host=localhost port=10000 |