Page 1 of 1

cvlc examples for rtmp

Posted: 15 Sep 2020 03:21
by Tampa
I used to stream over rtsp to clients, however the clients recently changed and now apparently can only see youtube live streams, which I believe are in rtmp format? I need to change my cvlc setup to use rtmp then, but I cannot find examples on how to properly publish those streams in the rtmp://hostname:port/streamname format. Are there examples on rtmp via cvlc anywhere?

Re: cvlc examples for rtmp

Posted: 15 Sep 2020 17:35
by RĂ©mi Denis-Courmont
VLC does not support pushing content to YouTube at this time. Patch welcome.

Re: cvlc examples for rtmp

Posted: 16 Sep 2020 20:18
by Tampa
I am not pushing to youtube I am trying to create a rtmp://domain.com:8000/rtmp_stream to be used with a third party client. So all I need is to convert this: :rtp{mux=ts,sdp=rtsp://$HOSTNAME:$Port/$Name.sdp} into whatever the rtmp equivalent is.