RTSP Stream to UDP Stream
Posted: 05 Apr 2013 01:10
I'm using Linux to try and take in an RTSP Stream and instead output it as a UDP stream.
If I run:
I get this: http://pastebin.com/fqzip3Hk
And it just hangs and never actually outputs a stream. It appears to be an issue with the udp muxer, but unsure how to resolve specifically.
Thanks
If I run:
Code: Select all
cvlc -vvv rtsp://@10.15.0.40/channel1 --sout='#std{access=udp{ttl=15},dst=239.192.3.55:2001}'
And it just hangs and never actually outputs a stream. It appears to be an issue with the udp muxer, but unsure how to resolve specifically.
Thanks