html - Failed to Load Resource, Plugin Handled Load on iOS -


every time try view video file on server error on ios in safari, chrome.

i using blob server , apache server not sure problem is. however, when use apache, error have video rendering too.

however when render using server not working. know why is? videos work fine on other devices , in browsers works fine if accessed through apache only.

the solution problem work around. reason being blob servers aren't streaming servers. ios devices expect videos arrive in small chunks. instance streaming server able this. however, blob server hands video blob not ios device expects. browsers smart enough handle others not.

the way solved add video files outside of blob server in folder within project , render through apache server instead of serving via actual blob server using. hope helps.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -