From e4080d3ac8a9d16d1919250604b9a41f1197db97 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 14 May 2015 11:57:49 +0200 Subject: Adjust Scripts --- voctocore/scripts/audio-visualize-cam1-mirror.sh | 1 + voctocore/scripts/av-play-cam1-mirror.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'voctocore') diff --git a/voctocore/scripts/audio-visualize-cam1-mirror.sh b/voctocore/scripts/audio-visualize-cam1-mirror.sh index 53aabb1..70772c4 100755 --- a/voctocore/scripts/audio-visualize-cam1-mirror.sh +++ b/voctocore/scripts/audio-visualize-cam1-mirror.sh @@ -2,6 +2,7 @@ gst-launch-1.0 \ tcpclientsrc host=localhost port=13000 !\ matroskademux !\ + audioconvert !\ wavescope shader=none style=lines !\ video/x-raw,width=800,height=300 !\ videoconvert !\ diff --git a/voctocore/scripts/av-play-cam1-mirror.sh b/voctocore/scripts/av-play-cam1-mirror.sh index 0e0e1e9..0ec1f2b 100755 --- a/voctocore/scripts/av-play-cam1-mirror.sh +++ b/voctocore/scripts/av-play-cam1-mirror.sh @@ -5,8 +5,8 @@ gst-launch-1.0 \ \ demux. !\ queue !\ - xvimagesink ts-offset=1000000000 \ + xvimagesink ts-offset=300000000 \ \ demux. !\ queue !\ - alsasink provide-clock=false ts-offset=1000000000 + alsasink provide-clock=false ts-offset=300000000 -- cgit v1.2.3