diff options
Diffstat (limited to 'example-scripts/video-play-cam2-mirror.sh')
-rwxr-xr-x | example-scripts/video-play-cam2-mirror.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example-scripts/video-play-cam2-mirror.sh b/example-scripts/video-play-cam2-mirror.sh new file mode 100755 index 0000000..e42ca6a --- /dev/null +++ b/example-scripts/video-play-cam2-mirror.sh @@ -0,0 +1,5 @@ +#!/bin/sh +gst-launch-1.0 \ + tcpclientsrc host=localhost port=13001 !\ + matroskademux !\ + xvimagesink |