Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VideoPlayer not working on html export #19705

Closed
guilhermefelipecgs opened this issue Jun 21, 2018 · 2 comments
Closed

VideoPlayer not working on html export #19705

guilhermefelipecgs opened this issue Jun 21, 2018 · 2 comments
Labels

Comments

@guilhermefelipecgs
Copy link
Contributor

guilhermefelipecgs commented Jun 21, 2018

Godot version:
3.0.3

OS/device including version:
Firefox 60.0.2

Issue description:
I can't play webm and ogv files on web.

This error happens when I tried play a webm file:

Init OS
Init Audio
Init VS
Init Physicsserver
OpenGL ES 3.0 Renderer: Mozilla
**ERROR**: Failed loading resource: 'res://Temperature1.webm';
**ERROR**:    At: modules/webm/video_stream_webm.cpp:56:MkvReader() - Condition ' !file ' is true.

And with ogv:

Init OS
Init Audio
Init VS
Init Physicsserver
OpenGL ES 3.0 Renderer: Mozilla
**ERROR**: Condition ' !ti ' is true. returned: StringName()
**ERROR**:    At: core/class_db.cpp:331:get_parent_class() - Condition ' !ti ' is true. returned: StringName()
**ERROR**: No loader found for resource: res://.import/temp1.ogv-ab81cabbdb166e0488226ae04fa42a3a.ogvstr
**ERROR**:    At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
**ERROR**: Failed loading resource: res://temp1.ogv
**ERROR**:    At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
**ERROR**: **WARNING**: Couldn't load external resource: res://temp1.ogv
**ERROR**:    At: scene/resources/scene_format_text.cpp:174:_parse_ext_resource() - Couldn't load external resource: res://temp1.ogv

Steps to reproduce:
Downlaod the project below and run in browser.
captura de tela de 2018-06-21 14-12-17

Minimal reproduction project:
Bug Video Player.zip

@guilhermefelipecgs
Copy link
Contributor Author

Maybe duplicate of #14954?

@leonkrause
Copy link
Contributor

Yes, as detailed in that thread, neither WebM nor Theora files are currently included when exporting.
Closing as duplicate of #14954

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants