Failed to Load Resource, Plugin Handled Load on iOS

Failed to Load Resource, Plugin Handled Load on iOS

The solution to this problem was just a work around. The reason being the that blob servers aren't streaming servers. iOS devices expect the videos to arrive in small chunks. So for instance a streaming server is able to do this. However, a blob server just hands the video as a blob which is not what the iOS device expects. Some browsers are smart enough to handle this but others not.

The way I solved this was to add the video files outside of the blob server in a folder within the project and then render this through the Apache server instead of serving it via the actual blob server we were using. I hope this helps.

iOS UIWebview error Plug-in handled load: not able to play video from s3 bucket url which is upload from android device

it is an audio compatibility issue from android video capturing. based on
Video compatibility issue: android recorded video not played in iPhone stack overflow answer my android team changed audio format AMR to AAC. Now we are able to play video captured from android device in iOS Devices.

Failed to load resource: unsupported url

Solved this problem by replacing navigator.camera.DestinationType.NATIVE_URI; with navigator.camera.DestinationType.FILE_URI



Related Topics



Leave a reply



Submit