Html5 video blob on iOS 9 -
loading video (mp4/h264) blob through xhr, using such blob source html5 video element.
var vsource = window.url.createobjecturl(blob); var player = document.getelementbyid("player"); player.src = vsource; player.play();
the above has been working on pretty every major desktop , mobile browser, exception of ios safari.
it broken on ios 7, worked on ios 8, , stopped working again on ios 9. wonder if aware of this, , if there workaround. thanks
edit: safari: unable dynamically load video blob url
the last line, says "update, 2015: works now, updated code." seems imply has been fixed. me, doesn't seem so..
fixed (again) apple of ios 9.2.
Comments
Post a Comment