Page 1 of 1

Is there any support for RTMP with parameters?

Posted: 27 Apr 2016 09:52
by elrules
Hi,

I would like to use VLCKit (iOS) to play RTMP streams that need parameters like the swfUrl or swfPlayer or playPath.
Does lidVLC support this kind of stream? In that case, how can I open a RTMP stream passing these parameters?

Thanks in advance

Re: Is there any support for RTMP with parameters?

Posted: 27 Apr 2016 23:10
by shaybc
i use libVLC to play RTMP streams, but never with swfUrl parameters,

if you want to play URLs with swfUrl, then try reading this, its pretty old but it has some code that can be used as a starting point:
https://trac.videolan.org/vlc/ticket/8102

also, the vlc app allows avid-option parameter to pass swfurl parameters and more, you can start looking for that mechanism in the code, perhaps it will guide you to the answer you are looking for,

not much help, i know but that where i would start looking.

Re: Is there any support for RTMP with parameters?

Posted: 28 Jun 2016 10:03
by Jean-Baptiste Kempf
What RTMP flags do you want?