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.