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 everyone. I hop everyone is fine.

I am working on an IOS game project with godot. I need to play a video for intro. At first, I used ogv video but the performance at iphone was terrible. Now I decide to use webm. It's great on editor but when I run it on Iphone I am getting this error message:

2020-05-27 14:25:36.623307+0300 Barno-Costume[19248:1278473] **ERROR**: No loader found for resource: res://splash/assets/toybarno_intro.webm.
2020-05-27 14:25:36.623346+0300 Barno-Costume[19248:1278473]    At: core/io/resource_loader.cpp:285:_load() - Method failed. Returning: RES()
**ERROR**: No loader found for resource: res://splash/assets/toybarno_intro.webm.
   At: core/io/resource_loader.cpp:285:_load() - Method failed. Returning: RES()
2020-05-27 14:25:36.623377+0300 Barno-Costume[19248:1278473] **ERROR**: res://Video.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://splash/assets/toybarno_intro.webm
2020-05-27 14:25:36.623391+0300 Barno-Costume[19248:1278473]    At: scene/resources/resource_format_text.cpp:440:poll() - res://Video.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://splash/assets/toybarno_intro.webm
**ERROR**: res://Video.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://splash/assets/toybarno_intro.webm
   At: scene/resources/resource_format_text.cpp:440:poll() - res://Video.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://splash/assets/toybarno_intro.webm
2020-05-27 14:25:36.623476+0300 Barno-Costume[19248:1278473] **ERROR**: Failed to load resource 'res://Video.tscn'.

Could anybody help me about that. How I fix that?

Thank you.

in Engine by (12 points)
edited by

Is there anyone who can help me?

1 Answer

0 votes

I only get a blank screen from Webm v.9 rendered by ffmepg in Blender. When I use another converter to produce Webm v.8, it plays in Godot without errors.

by (20 points)
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.