Skip to content
Snippets Groups Projects
Commit 1cc004bf authored by Pierre SAGASPE's avatar Pierre SAGASPE
Browse files

VLCPlaybackService: fix media url encoding by removing percent encoding

parent 6f2e310a
No related branches found
Tags tv3.5.8
Loading
Loading
  • Maintainer

    Hey, can you explain the issue you that fixed here? :)

    Thanks!

  • Author Developer

    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

  • Maintainer

    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.

  • Author Developer

    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.

    allTV.m3u

  • Maintainer

    Hey, thanks for the quick response. How do you access this playlist? Is it stored on your iPad or do you access it remotely via http, etc?

  • Maintainer

    This seems to be related to medialibrary#250 (closed)

  • Author Developer

    the m3u file is stored on my ios devices (iphone and ipad)

    Yes this issue seems to be linked medialibrary#250 (closed) (closed)

  • Pierre SAGASPE @Pierre

    mentioned in issue #952 (closed)

    ·

    mentioned in issue #952 (closed)

    Toggle commit list
  • Felix Paul Kühne @fkuehne

    mentioned in merge request !293 (merged)

    ·

    mentioned in merge request !293 (merged)

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment