diff options
Diffstat (limited to 'voctocore/scripts')
-rwxr-xr-x | voctocore/scripts/audio-source-cam1.sh (renamed from voctocore/scripts/test-audio-cam1.sh) | 0 | ||||
-rwxr-xr-x | voctocore/scripts/video-play-cam1-mirror.sh (renamed from voctocore/scripts/play-cam1-mirror.sh) | 0 | ||||
-rwxr-xr-x | voctocore/scripts/video-play-cam2-mirror.sh | 5 | ||||
-rwxr-xr-x | voctocore/scripts/video-play-mixer-output.sh | 5 | ||||
-rwxr-xr-x | voctocore/scripts/video-source-cam1.sh (renamed from voctocore/scripts/test-video-cam1.sh) | 0 | ||||
-rwxr-xr-x | voctocore/scripts/video-source-cam2.sh | 7 |
6 files changed, 17 insertions, 0 deletions
diff --git a/voctocore/scripts/test-audio-cam1.sh b/voctocore/scripts/audio-source-cam1.sh index 0ca10d8..0ca10d8 100755 --- a/voctocore/scripts/test-audio-cam1.sh +++ b/voctocore/scripts/audio-source-cam1.sh diff --git a/voctocore/scripts/play-cam1-mirror.sh b/voctocore/scripts/video-play-cam1-mirror.sh index 75e65c7..75e65c7 100755 --- a/voctocore/scripts/play-cam1-mirror.sh +++ b/voctocore/scripts/video-play-cam1-mirror.sh diff --git a/voctocore/scripts/video-play-cam2-mirror.sh b/voctocore/scripts/video-play-cam2-mirror.sh new file mode 100755 index 0000000..75e65c7 --- /dev/null +++ b/voctocore/scripts/video-play-cam2-mirror.sh @@ -0,0 +1,5 @@ +#!/bin/sh +gst-launch-1.0 \ + tcpclientsrc host=localhost port=13000 !\ + gdpdepay !\ + xvimagesink diff --git a/voctocore/scripts/video-play-mixer-output.sh b/voctocore/scripts/video-play-mixer-output.sh new file mode 100755 index 0000000..c33b8f3 --- /dev/null +++ b/voctocore/scripts/video-play-mixer-output.sh @@ -0,0 +1,5 @@ +#!/bin/sh +gst-launch-1.0 \ + tcpclientsrc host=localhost port=11000 !\ + gdpdepay !\ + xvimagesink diff --git a/voctocore/scripts/test-video-cam1.sh b/voctocore/scripts/video-source-cam1.sh index e920c43..e920c43 100755 --- a/voctocore/scripts/test-video-cam1.sh +++ b/voctocore/scripts/video-source-cam1.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 |