diff options
Diffstat (limited to 'example-scripts/gstreamer/source-videotestsrc-as-background-loop.sh')
-rwxr-xr-x | example-scripts/gstreamer/source-videotestsrc-as-background-loop.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/example-scripts/gstreamer/source-videotestsrc-as-background-loop.sh b/example-scripts/gstreamer/source-videotestsrc-as-background-loop.sh new file mode 100755 index 0000000..acd2bcc --- /dev/null +++ b/example-scripts/gstreamer/source-videotestsrc-as-background-loop.sh @@ -0,0 +1,8 @@ +#!/bin/sh +gst-launch-1.0 \ + videotestsrc pattern=ball !\ + video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 !\ + mux. \ + \ + matroskamux name=mux !\ + tcpclientsink host=localhost port=16000 |