Welcome Guest Search | Active Topics | Sign In | Register

How to allow autoplay video with audio? Options
Eric
Posted: Friday, March 22, 2019 6:51:42 PM
Rank: Newbie
Groups: Member

Joined: 3/22/2019
Posts: 1
I am building a Windows signage player application with EO Browser embedded.
Is there a way to turn on the option to allow autoplay video with audio?

Reference:
chrome://flags/#autoplay-policy
https://developers.google.com/web/updates/2017/09/autoplay-policy-changes

eo_support
Posted: Saturday, March 23, 2019 2:52:39 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Hi,

We have replied your email on this issue. Please let us know if you still have any questions.

Thanks!
PhilipT
Posted: Monday, June 3, 2019 2:44:08 AM
Rank: Advanced Member
Groups: Member

Joined: 2/15/2014
Posts: 52
Hi Eo

Please advise how do I turn on this autoplay so that i can update my application.

Thanks
Philip
eo_support
Posted: Monday, June 3, 2019 10:48:25 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
PhilipT wrote:
Hi Eo

Please advise how do I turn on this autoplay so that i can update my application.

Thanks
Philip


Hi,

Please try to set EngineOption.ExtraCommandLineArgs to --autoplay-policy=no-user-gesture-required and see if it works for you. For example, if you use our TabbedBrowser sample application, you can add the following line into App.xaml.cs before creating MainWindow:

Code: C#
EO.WebEngine.EngineOptions.Default.ExtraCommandLineArgs = "--autoplay-policy=no-user-gesture-required";


Please let us know if this works for you.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.