Hi everyone,
I got a strange issue with the VLC web plugin, both ActiveX and NPAPI versions. I have a set of several video and audio files with different codecs and container formats. All these files can be read with VLC application on Windows. When testing the VLC web plugin with basic setup and configuration, I noticed some of these files can not be read through the browser and a local HTTP server. If I test the same web page directly from my file system, with the file:// protocol, all the files can be played. It is only when I passed through a HTTP server that some of these files do not play.
I don't see any correlation between the affected files. Here are my results:
Note that all the MP3 and FLAC files are affected. For video files, one .MOV(AVC+AAC) is affected while two others with the exact same codecs are not.
I tested this with different local servers (Apache, Node.js and nginx) and with proper MIME types configuration, no GZIP and checked the Range headers. The results are the same.
Does anyone has an idea ?
Thanks in advance