Hi all, I am trying to read videos from the iOS native photo gallery with MobileVLCKit. (Media readable in the Photo application, coming from the Camera) In the current version, I use AVPlayer, which reads local assets using asset URIs. Example of asset URI : assets-library://asset/asset.MOV?id=1000...
According to this article, the character "/" is a valid character for parameter names and values : http://blog.lunatech.com/2009/02/03/what-every-web-developer-must-know-about-url-encoding#Thereservedcharactersarenotwhatyouthinktheyare Special characters in URL seem to be more complex than...
To simplify the problem, it just seems that VLC takes into account the "/" that are contained in the URL parameter "SESSIONID". And it thinks that they still are part of the path. I tried to make a patch for VLC that just ignores what is after the "?" so that the parame...
Hi all, I try to make VLC to continue playing when my application is in the background but it doesn't work. I already use AVPlayer and it works fine, but not with VLC. My info.plist is already configured with the "UIBackgroundModes" value containing "audio", and my code is also u...
Hi, I have troubles with reading HLS streams with special characters with VLC. VLC seems to build the url strangely, it doesn't seem to replace the correct parts. When the URL prefixes in the m3u8 are simpler, the stream works perfectly, but not in my case when I need to send complex authentificatio...