From 031632245e147e4532b252f91e31631570aa0fd3 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 11 May 2015 00:32:50 +0200 Subject: a rudimentary audio pipeline --- voctocore/scripts/audio-play-cam1-mirror.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 voctocore/scripts/audio-play-cam1-mirror.sh (limited to 'voctocore/scripts/audio-play-cam1-mirror.sh') diff --git a/voctocore/scripts/audio-play-cam1-mirror.sh b/voctocore/scripts/audio-play-cam1-mirror.sh new file mode 100755 index 0000000..e2d5905 --- /dev/null +++ b/voctocore/scripts/audio-play-cam1-mirror.sh @@ -0,0 +1,5 @@ +#!/bin/sh +gst-launch-1.0 \ + tcpclientsrc host=localhost port=23000 !\ + gdpdepay !\ + alsasink sync=false -- cgit v1.2.3