5.6 VideoPlayer usage on iOS platforms

Hey everyone.

I am currently using the VideoPlayer in an attempt to get videos working on my iOS device.
It’s an iPad running v.10.3.1.

The project works in Unity, however the VideoPlayers, using these settings, do not function as expected on iOS. The project itself is simply an empty scene with two Unity cubes, each playing a different video file. One is transcoded, the other is not but has been confirmed to work on iOS in other projects.

I am honestly clueless as to what is wrong. I tried adding frameworks in xCode, but it didn’t seem to do much. Do I have to load the videos from StreamingAssets/Resources perhaps?

Thanks in advance!

Already figured it out - you can’t load videos on iOS without loading them from URL.