Page 1 of 1

Special characters in a m3u8

Posted: 12 Oct 2014 11:17
by Oldinside
Hello,

i have a link "HLS" that will not start (black screen), i looked at the error messages at verbosity 2, VLC recovers properly servers information (access_http)
but when VLC "parse" the ".m3u8", errors start and i think it comes from the special formatting of "segments" used in this "m3u8":

Code: Select all

Someword(0000000)/Segment(00000000000000000).ts
VLC read and translate in "hex" the "bracket" of each segment and returns this:

Code: Select all

access_http error: error: HTTP/1.0 400 Bad Request
Do you think it's possible to make a "Lua" script that reinterprets the whole URL ?