diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-13 19:35:20 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-13 19:35:20 +0200 |
commit | 943ab31a0f32b7bb50fa1ff90c9ce8d72b232cfd (patch) | |
tree | 601c1b7b4261b544d413bb29e191286dc2688371 /voctocore/scripts/audio-play-cam2-mirror.sh | |
parent | 4ea86d040d7ee247af247e8388eedf975aaf1f54 (diff) |
experiment with transporting uncompressed a/v together in a matroska stream
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 |