diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-14 20:21:12 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-14 20:21:12 +0200 |
commit | b3b9f5630ecfdb9ff7f4e6955fa875f80ae93f84 (patch) | |
tree | 52b830e98d0267e3cec8f6b82cfcae380f15fc80 /voctocore | |
parent | 038bc89367f26fe9be8bff135c8c0eca3f9faaaf (diff) |
Play the avsync-clip on cam2
Diffstat (limited to 'voctocore')
-rwxr-xr-x | voctocore/scripts/av-source-avsync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/scripts/av-source-avsync.sh b/voctocore/scripts/av-source-avsync.sh index 0276202..275da85 100755 --- a/voctocore/scripts/av-source-avsync.sh +++ b/voctocore/scripts/av-source-avsync.sh @@ -21,4 +21,4 @@ gst-launch-1.0 -vm \ mux. \ \ matroskamux name=mux !\ - tcpclientsrc host=localhost port=10000 + tcpclientsink host=localhost port=10001 |