diff options
Diffstat (limited to 'voctocore/scripts/av-play-cam1-mirror.sh')
-rwxr-xr-x | voctocore/scripts/av-play-cam1-mirror.sh | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/voctocore/scripts/av-play-cam1-mirror.sh b/voctocore/scripts/av-play-cam1-mirror.sh index 9149cd7..0e0e1e9 100755 --- a/voctocore/scripts/av-play-cam1-mirror.sh +++ b/voctocore/scripts/av-play-cam1-mirror.sh @@ -1,9 +1,12 @@ #!/bin/sh gst-launch-1.0 \ tcpclientsrc host=localhost port=13000 !\ - gdpdepay !\ - xvimagesink \ + matroskademux name=demux \ \ - tcpclientsrc host=localhost port=23000 !\ - gdpdepay !\ - alsasink sync=false + demux. !\ + queue !\ + xvimagesink ts-offset=1000000000 \ + \ + demux. !\ + queue !\ + alsasink provide-clock=false ts-offset=1000000000 |