Skip to content Skip to sidebar Skip to footer

Html5 Video Blob On Ios 9

Loading a video (mp4/H264) to a blob through xhr, then using such blob as the source for an HTML5 Video element. var vsource = window.URL.createObjectURL(blob); var player = docum

Solution 1:

Fixed (again) by Apple as of iOS 9.2.


Post a Comment for "Html5 Video Blob On Ios 9"