[vlc-devel] Broken Amazon S3 Streaming
Francois Cartegnie
fcvlcdev at free.fr
Tue Jun 19 13:43:01 CEST 2012
Le 19/06/2012 08:25, Ilkka Ollakka a écrit :
> This sets that we should fallback to avformat mp4 demuxer in http-cases.
Okay, so that's not related to MP4 demuxer, but to a switch to an
alternative demuxer.
Kept following the track and the culprit is the M3U playlist module.
Amazon has the good idea to send an empty "Content-Type:" header, and
the M3U demuxer used the strncmp which was also matching the searched
value because it was tested on against 0 chars
Fixed.
Francois
More information about the vlc-devel
mailing list