Hi,
IE11/Win7 does not support HTML5 MSE.
Thus, HTML5 playback is not possible and you have to use the flash fallback available via videojs framework integration:
https://docs.viblast.com/player/videojs-integration#integrating-viblast-player-with-videojs
code examples can be found here:
https://codepen.io/Viblast/pen/OMWdVp
I modified the page and just copy and paste the video tag from the document.
Still, I cannot play the video and get the following errors:
VIDEOJS: ERROR: The "viblastflash" tech is undefined. Skipped browser support check for that tech.
VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) No compatible source was found for this media. [object Object]
Anyone know why?
I have followed the doc.
but still, I have the following errors:
VIDEOJS: ERROR: The "viblastflash" tech is undefined. Skipped browser support check for that tech.
VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) No compatible source was found for this media. [object Object]
[object Object]{code: 4, MEDIA_ERR_ABORTED: 1, MEDIA_ERR_CUSTOM: 0, MEDIA_ERR_DECODE: 3, MEDIA_ERR_ENCRYPTED: 5, MEDIA_ERR_NETWORK: 2, MEDIA_ERR_SRC_NOT_SUPPORTED: 4, message: "No compatib...", status: null}
Hi,
Can you share your test page?
Hong
Test Link:
http://serverfarm.elearningpro.com/PMS-file/test/vblast.html
The error shows line 108
t.src=window.URL.createObjectURL(C);
Turn out the C here is null, which cause the error.
IE11 in Windows7 do not have MediaSource, and seems cannot fallback to flash.