yanwsh / videojs-panorama

a plugin for videojs run a full 360 degree panorama video.
http://yanwsh.github.io/videojs-panorama/
Other
485 stars 160 forks source link

Internet Explorer Support? #37

Closed j-christopher closed 7 years ago

j-christopher commented 7 years ago

Does VideoJS-Panorama support any version of IE? Currently, IE11 returns the following error: "The media could not be loaded, either because the server or network failed or because the format is not supported." I have confirmed this same video works across other modern browsers.

Thanks

yanwsh commented 7 years ago

It should works on IE 11. Looks like it complains about the video type. which video type did you use? I tested with mp4, and don't have issue on IE 11.

j-christopher commented 7 years ago

I used an mp4 as well. Is there a specific mp4 encoding we should use?

yanwsh commented 7 years ago

I only test with H.264 encoding. Do you have demo page which i can test? It's working on my machine.

j-christopher commented 7 years ago

I found this was due to either using 4K or too high of FPS. Once I re-published the file to 1080p and 29.97FPS it worked on IE11. It would be helpful to know what the limits are for dimensions and FPS for each browser.