Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Youtube won't work in certain videos

Post Reply
thefunkyjoint
Posts: 513
Joined: Thu Aug 10, 2017 12:40 pm

Youtube won't work in certain videos

Post by thefunkyjoint »

Hello,

I've noticed that when using CEF4Delphi browser, Youtube will refuse to play some videos, but not all . Changing user agent seems to make no difference.

Here is an example, tested on the SimpleBrowser demo :

https://youtu.be/K_ZyOoygiFM

Anything i could try to fix this ?

Image
User avatar
salvadordf
Posts: 4580
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Youtube won't work in certain videos

Post by salvadordf »

Hi,

Some YouTube videos use proprietary codecs, especially the videos with a Live red tag.

You need to build the CEF binaries with the proprietary codecs enabled. Follow this guide to build them :
https://www.briskbard.com/forum/viewtopic.php?f=10&t=1097
thefunkyjoint
Posts: 513
Joined: Thu Aug 10, 2017 12:40 pm

Re: Youtube won't work in certain videos

Post by thefunkyjoint »

Thank you for the info Salvador, after building the binaries, the problem was fixed :D
Post Reply