]> git.sesse.net Git - vlc/commit
stream_filter/httplive.c: Rewrite relativeURL (fix #4268)
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 18 Jan 2012 15:48:52 +0000 (16:48 +0100)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 18 Jan 2012 16:02:38 +0000 (17:02 +0100)
commit5de5d154d85ad7997d74e983c515ac6f6c23083a
tree1378f8b8f95f13dd26463bacd7c06efa17b29197
parent2ada723d2ad9682c7532690462ca4791b3290899
stream_filter/httplive.c: Rewrite relativeURL (fix #4268)

The relativeURL function missed various checks to determine the correct
location for the next download. Checking not only the meta playlist locations,
but also the HLS playlist locations itself should fix #4268.
modules/stream_filter/httplive.c