Answer the question
In order to leave comments, you need to log in
Google Chrome not playing video in mp4 using mediaelement.js?
I'm using the latest version of the mediaelement.js library on my website to play html5 videos.
Something strange is happening with Google Chrome. It plays one video but doesn't want to play another video. Both are in mp4 format. And in the case of the second video, there is no fallback to the webm format.
Both videos are converted with ffmpeg:
ffmpeg -i input.mov \
-acodec libfaac -ab 96k \
-vcodec libx264 -vpre slower -vpre main \
-level 21 -refs 2 -b 345k -bt 345k \
-threads 0 -s 640x360 output.mp4
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question