VLCPlaybackService: fix media url encoding by removing percent encoding
-
Salut, When playing an url from playlist a mu3 file, the url parsed is not correctly encoded. Example : url in mu3 file http://xxx:xxx@xx.xx.xx.xx:xxx/stream/channelnumber/02?profile=mp4-5.1 parsed and returned url http://xxx:xxx@xx.xx.xx.xx:xxx/stream/channelnumber/02%3Fprofile%3Dmp4-5.1
-
Can you share such a m3u file with me? How do you access it? I would like to find a correct fix.
This fix does not seem to be correct and we had many problems with patches like this in the past on VLCKit and VLC-iOS by many authors including me. With this patch, VLC-iOS will crash when using the play queue and playing local files. This was not a problem before.
-
No problem to share the m3u file, this playlist allows to get the video stream from tvheadend only accessible on my local network.
FYI on appleTV this playlist works, only ios is impacted. I thought tested this patch well, sorry for this inconvenience.
-
This seems to be related to medialibrary#250 (closed)
-
the m3u file is stored on my ios devices (iphone and ipad)
Yes this issue seems to be linked medialibrary#250 (closed) (closed)
-
mentioned in issue #952 (closed)
-
mentioned in merge request !293 (merged)