Video.js videos stuck in IE9 and IE10, double length on Mac Safari

my videos seem to work on most platforms, including IE6-7-8, but they get stuck on the boot screen with IE9 and IE10. This happens both locally and online.

A small problem: in the latest version of Safari on Mac, they are played twice, while the sound is played only during the first video instance (duration doubles).

Anyway, here is one of the videos: http://www.csdalbenga.it/videos/sonnyinterview.html

I already checked this question: VideoJS player stuck in IE9

but the videos are really encoded in the correct h264 format, and QTIndexSwapper2 tells me that the video is ok.

This seems to be a problem with .js video, because if I use the default HTML5 video player, the video is displayed just fine.

Do you have any suggestions?

EDIT: It seems I fixed this by adding the full path to the video instead of the relative path. So I wonder why the full path is only needed for IE9 and IE10, and only if I use video.js instead of the standard video player?

0
source share
1 answer

You might want to check your MIME types. I had the same problem and I noticed that I forgot to set the MIME types for mp4, ogg and webm.

0
source

All Articles