diff options
Diffstat (limited to 'voctocore/scripts/av-play-cam1-mirror.sh')
-rwxr-xr-x | voctocore/scripts/av-play-cam1-mirror.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/voctocore/scripts/av-play-cam1-mirror.sh b/voctocore/scripts/av-play-cam1-mirror.sh deleted file mode 100755 index 0ec1f2b..0000000 --- a/voctocore/scripts/av-play-cam1-mirror.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -gst-launch-1.0 \ - tcpclientsrc host=localhost port=13000 !\ - matroskademux name=demux \ - \ - demux. !\ - queue !\ - xvimagesink ts-offset=300000000 \ - \ - demux. !\ - queue !\ - alsasink provide-clock=false ts-offset=300000000 |