-
-
Notifications
You must be signed in to change notification settings - Fork 21.7k
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
[mobile HTML5]when running in the backend , the videoplayer would not paused, and making noise. #59053
Comments
@Chaosus Ypa!Can you figure out where the problem is? |
I guess somewhere in modules/theora. Note that video playback has planned to be removed (godotengine/godot-proposals#3286) and maybe it's not worth fixing right now. |
But GDnative is not really good for html5.maybe I should try it for my project....
…---Original---
From: "Yuri ***@***.***>
Date: Sat, Mar 12, 2022 12:27 PM
To: ***@***.***>;
Cc: "吾也君( Atem ***@***.******@***.***>;
Subject: Re: [godotengine/godot] [mobile HTML5]when running in the backend ,the videoplayer would not paused, and making noise. (Issue #59053)
I guess somewhere in modules/theora. Note that the video player itself has going to be removed from 4.0 branch (godotengine/godot-proposals#3286)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
is there any signal when running frontend or backend? it maybe useful for my project.
…---Original---
From: "Yuri ***@***.***>
Date: Sat, Mar 12, 2022 12:27 PM
To: ***@***.***>;
Cc: "吾也君( Atem ***@***.******@***.***>;
Subject: Re: [godotengine/godot] [mobile HTML5]when running in the backend ,the videoplayer would not paused, and making noise. (Issue #59053)
I guess somewhere in modules/theora. Note that the video player itself has going to be removed from 4.0 branch (godotengine/godot-proposals#3286)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
If that can help you, I use the html video player and I communicate from Godot to the html with "JavaScript.eval()" function. |
JavaScript is unsafe.I compiled the export module without it.
…---Original---
From: "Stéphane ***@***.***>
Date: Thu, Mar 17, 2022 05:59 AM
To: ***@***.***>;
Cc: "吾也君( Atem ***@***.******@***.***>;
Subject: Re: [godotengine/godot] [mobile HTML5]when running in the backend , the videoplayer would not paused, and making noise. (Issue #59053)
If that can help you, I use the html video player and I communicate from Godot to the html with "JavaScript.eval()" function.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Godot version
3.3.4.stable
System information
Android, HarmonyOS 2.0
Issue description
when running in the backend , the videoplayer would not paused, and making noise.
Steps to reproduce
Run the Minimal reproduction project in mobile phone HTML5, then run into backend. and you will hear the noise.
Minimal reproduction project
videoPlayer_noise_making_in_mobile_html5.zip
The text was updated successfully, but these errors were encountered: