From d502ff8a4b18c423bac730bc46f7cc72874348ab Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 11 May 2015 23:23:42 +0200 Subject: more av-scripts --- voctocore/scripts/audio-play-cam1-mirror.sh | 2 +- voctocore/scripts/audio-visualize-cam1-mirror.sh | 8 ++++++++ voctocore/scripts/av-play-cam1-mirror.sh | 9 +++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100755 voctocore/scripts/audio-visualize-cam1-mirror.sh create mode 100755 voctocore/scripts/av-play-cam1-mirror.sh diff --git a/voctocore/scripts/audio-play-cam1-mirror.sh b/voctocore/scripts/audio-play-cam1-mirror.sh index e2d5905..d85a390 100755 --- a/voctocore/scripts/audio-play-cam1-mirror.sh +++ b/voctocore/scripts/audio-play-cam1-mirror.sh @@ -2,4 +2,4 @@ gst-launch-1.0 \ tcpclientsrc host=localhost port=23000 !\ gdpdepay !\ - alsasink sync=false + alsasink diff --git a/voctocore/scripts/audio-visualize-cam1-mirror.sh b/voctocore/scripts/audio-visualize-cam1-mirror.sh new file mode 100755 index 0000000..3119e7e --- /dev/null +++ b/voctocore/scripts/audio-visualize-cam1-mirror.sh @@ -0,0 +1,8 @@ +#!/bin/sh +gst-launch-1.0 \ + tcpclientsrc host=localhost port=23000 !\ + gdpdepay !\ + wavescope shader=none style=lines !\ + video/x-raw,width=800,height=300 !\ + videoconvert !\ + xvimagesink diff --git a/voctocore/scripts/av-play-cam1-mirror.sh b/voctocore/scripts/av-play-cam1-mirror.sh new file mode 100755 index 0000000..9149cd7 --- /dev/null +++ b/voctocore/scripts/av-play-cam1-mirror.sh @@ -0,0 +1,9 @@ +#!/bin/sh +gst-launch-1.0 \ + tcpclientsrc host=localhost port=13000 !\ + gdpdepay !\ + xvimagesink \ + \ + tcpclientsrc host=localhost port=23000 !\ + gdpdepay !\ + alsasink sync=false -- cgit v1.2.3