Created
August 10, 2016 11:51
-
-
Save ArseniyShestakov/9f4415819137fcf4f1c3b1b5abe1a452 to your computer and use it in GitHub Desktop.
Sound streaming over ethernet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Multicast: | |
cvlc --live-caching 1 -vvv pulse://Mine.monitor --sout '#transcode{acodec=s16b,samplerate=44100}:rtp{dst=192.168.128.159,port=5000,caching=1,sdp=rtsp://192.168.128.159:8080/test.sdp}' | |
cvlc rtsp://192.168.128.159:8080/test.sdp --network-caching=0 | |
Unicast: | |
cvlc --live-caching 1 -vvv pulse://Mine.monitor --sout '#rtp{dst=192.168.128.150,port=50001,sdp=rtsp://192.168.128.159:8080/test.sdp,caching=1}' | |
cvlc rtp://@:50001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment