I use node webkit and I can not read the MP4 file! I still have this error for each mp4 file:
[10093:10093:0124/113029.146622:ERROR:render_media_log.cc(25)]
MediaEvent: PIPELINE_ERROR demuxer: could not open
This is my code used
<video controls preload="none" width="500" height="500" >
<source src="http://www.supportduweb.com/page/media/videoTag/BigBuckBunny.mp4" type="video/mp4">
</video>
But work perfectly with webm and ogg
How can i do to debug this?
Node Webkit does not support MP4 out of the box:
Using MP3 and H.264 codecs requires you to pay attention to the patent royalties and the license of the source code. Consult a lawyer if you do not understand the licensing constraints and using patented media formats in your application.
The above link points at the official documentation for adding support which boil down to :