I have like a screen board, on which my video is played. I created the whole content, and tested it in Unity. And video works ok, sound and picture. I build the app, and when I tested it in AR ground placement, I only have sound, but no picture. Why would that happen? I only get black screen.
Video is linked to the server, where it is uploaded.
The video format/codec needs to be supported by the device. For example you can’t play .AVI on a mobile device as far as I know. Check the codec (eg H.264) and the format (file extensions, eg .mp4) or try different ones.
I used mp4 format, does it need to have any specific settings. As it needs to work on all phones. Thank you

