We’ve been unable to create a VideoPlayer or KeplerVideoView that plays from app-bundled assets. Can Amazon please provide an example?
We think there are several bugs within:
In development, assets that are require()ed resolve to http://localhost:8001/… which go on to be rejected by the video player because http is “insecure”
Data-URI encoded assets are rejected for the same reason.
We can’t figure out the correct file://… path for assets which “should” be bundled with vpkg
If not, to help us investigate more in depth, kindly provide the following information:
• Build: Specific build where this issue occurs.
• Logs: Relevant error logs, console output, or stack traces that show the failure details.