stream_filter/httplive.c: use hls->url.psz_path in relative_URI() for segments.
The function relative_URI() only took the base path from the meta index file into account. This caused it to miss subdirectories mentioned in the .m3u8 files referenced from the meta index file. Instead of looking at the base of the meta index file it now looks at the base path (hls->url.psz_path) from the HLS stream itself for segments.
Showing
Please register or sign in to comment