The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

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?

in Engine by (92 points)

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

1 Answer

0 votes

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

by (92 points)

This probably doesn't work for a "real" video with a few hundreds or thousands of frames, though

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.