harmonwood / capacitor-video-player

Capacitor Video Player Plugin
MIT License
116 stars 46 forks source link

Local blob URL don't work on android #156

Closed mirsella closed 5 months ago

mirsella commented 5 months ago

hello

i have url of this type blob:http://localhost:3000/a0738e95-08da-44f6-b648-6a07a56f3a70 that works with the default video element, or with this plugin on the web version. but on mobile, the html video element work, but not this plugin. the code is the same.

thanks !

mirsella commented 5 months ago

okay, i now understand.

The url blob:http://localhost:3000/a0738e95-08da-44f6-b648-6a07a56f3a70 is a special browser URL, which is not accessible from exoplayer as it's not in the context of the capacitor webview, but just does a http request.

so sadly, this project can't support playing thoses types of url