I'm developing an app using Ionic. One of the required features is letting the user upload videos to the application and seen them inside the app.
When I try to load the video using a <video>
tag I get the following error:
"DEMUXER_ERROR_COULD_NOT_OPEN: FFmpegDemuxer: open context failed"
I already tried loading external videos and they load fine. I also made sure that I could access that location displaying local images without problems.
I'm using:
- Ionic V3
- cordova-plugin-ionic-webview 3.1.1
- cordova-android 7.1.0