diff options
Diffstat (limited to 'voctocore/scripts/audio-play-cam1-mirror.sh')
-rwxr-xr-x | voctocore/scripts/audio-play-cam1-mirror.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/voctocore/scripts/audio-play-cam1-mirror.sh b/voctocore/scripts/audio-play-cam1-mirror.sh index d85a390..6b60a9b 100755 --- a/voctocore/scripts/audio-play-cam1-mirror.sh +++ b/voctocore/scripts/audio-play-cam1-mirror.sh @@ -1,5 +1,5 @@ #!/bin/sh gst-launch-1.0 \ - tcpclientsrc host=localhost port=23000 !\ - gdpdepay !\ + tcpclientsrc host=localhost port=13000 !\ + matroskademux !\ alsasink |