Closed mirsella closed 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
hello
i have url of this type
blob:http://localhost:3000/a0738e95-08da-44f6-b648-6a07a56f3a70
that works with the defaultvideo
element, or with this plugin on the web version. but on mobile, the htmlvideo
element work, but not this plugin. the code is the same.thanks !