Hi everyone,
I have made a build using C3 export "xcode project" and was making tests using the simulator and an iPhone. The audio of the video played fine, but the video itself did not, showing a white screen and xcode debugger gave out the following output:
Video error - Error updating WebGL texture: SecurityError: The operation is insecure.
The video is encoded in H.264 using HandBrake. I tested using the xcode simulator and testFlight app. I did not minify the script on export. Turning off WebGL off works, but performance drops quite a bit, so I would rather not do that.
I have tried using a different converter to no avail. Anyone encountered a similar problem?
Thanks in advance!