Welcome Guest Search | Active Topics | Sign In | Register

EO.WebBrowser does not work with embedded youtube view Options
Nico
Posted: Saturday, May 18, 2024 3:17:18 AM
Rank: Newbie
Groups: Member

Joined: 5/18/2024
Posts: 1
EO.WebBrowser does not work with embedded youtube view. For example, if you call up the URL
https://www.youtube.com/embed/xc-ylMA0vNQ?autoplay=1
an error appears on youtube. (Easy to reproduce with the EO TabbedBrowser Sample App)
If you call up the same URL in the Chrome browser, the video is played without any problems.
What can I do to get the video to play?
eo_support
Posted: Saturday, May 18, 2024 12:52:15 PM
Rank: Administration
Groups: Administration

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

You will need to enable proprietary video/audio codecs:

https://www.essentialobjects.com/doc/webbrowser/advanced/html5.html

For TabbedBrowser sample application, you can uncomment the following line inside App.xaml.cs/.vb:

Code: C#
EO.WebEngine.EngineOptions.Default.AllowProprietaryMediaFormats();


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.