0

I am currently implementing video playback my own application. When I tried to play WEBM and OGV videos in IE11 using videojs.

when doing that I am facing the error :

(CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) No compatible source was found for this media. [object Object]`.

But in Chrome and Firefox it is working fine. Is there is any way to sort out this issue in IE11. Thanks in advance.

31piy
  • 23,323
  • 6
  • 47
  • 67
Murali
  • 11
  • 4
  • check this may be it helps u - https://stackoverflow.com/questions/21124885/html5-video-not-working-in-ie-11 – Guruling Kumbhar Dec 28 '17 at 04:05
  • https://www.webmproject.org/ie/ – Kaiido Dec 28 '17 at 06:57
  • @Kaiido it seems webmproject is the software which i need to install in my system. but i need plugin like stuff which doesn't require any installation. Thing which i need to know is "is it possible to play webm/ ogv videos in IE using Videojs. if so, how?". – Murali Dec 28 '17 at 08:44
  • No, you need to install this plugin or an other one to be able to play webm in IE. If you want to support IE, then create a copy of your video encoded in H.264 and MP3 in a .mp4, according to https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats IE does support it. – Kaiido Dec 28 '17 at 08:54
  • @Kaiido you mean i need to convert the the webm and ogv video as encoded mp4 format? – Murali Dec 28 '17 at 09:30
  • That's about it yes... – Kaiido Dec 28 '17 at 09:31
  • OK Thanks Kaiido – Murali Dec 28 '17 at 09:38

0 Answers0