Touble playing .ogv video

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By marcorexo

Hi

I converted an .m4v video to .ogv online. The VideoPlayer node autoplays the video when I run the scene (click on the ‘play the project’ button), but not when I install the scene onto my Android mobile phone i.e. video does not run and is not visible when the scene is installed on a mobile device.

I have checked that the VideoPlayer node is visible and is correctly scaled on the screen.

The video size is 5.3MB and is ogv (ogg video file).

Does the .ogv VideoPlayer work for mobiles?

I have the same problem even after including *.ogv in the non-resource export filter.

marcorexo | 2019-03-13 02:52

:bust_in_silhouette: Reply From: marcorexo

My work-around was to convert the .ogv file into a sprite sheet (.tres) that can then be used by an ‘AnimatedSprite’ node in the scene.

I used this tutorial to help me: https://youtu.be/5G0uruVj_Gs

This probably doesn’t work for a “real” video with a few hundreds or thousands of frames, though

avnih | 2021-04-19 05:32