Welcome Guest Search | Active Topics | Sign In | Register

YouTube Live videos not working (H.264 encoding) Options
Peavy
Posted: Thursday, March 15, 2018 11:28:26 AM
Rank: Advanced Member
Groups: Member

Joined: 6/26/2015
Posts: 98
Hello,

I recently noticed that YouTube live videos are not working, even with EO.WebBrowser.Runtime.AllowProprietaryMediaFormats(). Using https://html5test.com/ shows that there is no H.264 support. I tried this both in our application, as well as the TabbedBrowser example.

Thanks!
eo_support
Posted: Friday, March 16, 2018 3:01:14 PM
Rank: Administration
Groups: Administration

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

We do have H.264 support with AllowProprietaryMediaFormat enabled. The key is there are different flavors of this method and you must be consistent with other options. For example, if your code is based on TabbedBrowser sample application, then in App.xaml.cs/vb you would add the following code:

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


Note here it calls this method on EO.WebEngine.Engine.Default.Options because all other options are set on this object in the same file. On the other hand, if you wish to use EO.WebBrowser.Runtime, then make sure everywhere uses EO.WebBrowser.Runtime. These two flavors are related but the easiest way to work with them is to stay with one flavor throughout.

Once you added the above code, you should see html5test.com passes H.264 test.

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.