diff options
Diffstat (limited to 'voctocore/scripts/audio-play-cam2-mirror.sh')
-rwxr-xr-x | voctocore/scripts/audio-play-cam2-mirror.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/voctocore/scripts/audio-play-cam2-mirror.sh b/voctocore/scripts/audio-play-cam2-mirror.sh index 6881e43..e9f2fb1 100755 --- a/voctocore/scripts/audio-play-cam2-mirror.sh +++ b/voctocore/scripts/audio-play-cam2-mirror.sh @@ -1,5 +1,5 @@ #!/bin/sh gst-launch-1.0 \ - tcpclientsrc host=localhost port=23001 !\ - gdpdepay !\ - alsasink sync=false + tcpclientsrc host=localhost port=13001 !\ + matroskademux !\ + alsasink |