Page 1 of 1

How to Use "Set-Cookies" option with MobileVLCKit

Posted: 29 Oct 2015 13:23
by ashok@ashok
Hi,

I want to play live streaming video but it requires authentication by Cookies, means we need to send a Cookies when fetch video from server.

Please suggest can we do with MobileVLCKit.

Thanks in advance.

Re: How to Use "Set-Cookies" option with MobileVLCKit

Posted: 29 Oct 2015 14:32
by fkuehne
As I said in the other thread, there is _NO_ libvlc API to do so. There is an internal API within libvlc (which you found in the commit you mentioned), but there is _NO_ external API. This can be added of course, but it is not done yet.