RTSP Stream to UDP Stream

About encoding, codec settings, muxers and filter usage
Fhajad
Blank Cone
Blank Cone
Posts: 13
Joined: 27 Oct 2012 18:45

RTSP Stream to UDP Stream

Postby Fhajad » 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:

Code: Select all

cvlc -vvv rtsp://@10.15.0.40/channel1 --sout='#std{access=udp{ttl=15},dst=239.192.3.55:2001}'
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

Rémi Denis-Courmont
Developer
Developer
Posts: 15309
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: RTSP Stream to UDP Stream

Postby Rémi Denis-Courmont » 05 Apr 2013 17:19

No mux specified.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

Fhajad
Blank Cone
Blank Cone
Posts: 13
Joined: 27 Oct 2012 18:45

Re: RTSP Stream to UDP Stream

Postby Fhajad » 05 Apr 2013 22:43

Whoops, ok got that fixed and now have a stream.

Code: Select all

cvlc -vvv rtsp://@10.15.0.40/channel1 --sout='#std{access=udp{ttl=15},mux=ts,dst=239.192.3.55:2001}'
Now the only issue is the fact that I'm getting a lot of buffer notices on the input and output.

http://pastebin.com/gznPiLCh


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 3 guests