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.
I know nothing about widevine but it's working for me with your files in MiniBrowser. I can see the bitmovin video even when I don't set the GlobalCEFApp.WidevinePath property.
All I did was adding GlobalCEFApp.WidevinePath := 'cdm'; before the GlobalCEFApp.StartMainProcess call. The --enable-widevine-cdm switch is not necessary.
Chinyaev wrote: Mon Apr 02, 2018 9:40 am
Thanks for the update! I found a error and fixed it. Now I get CEF_CDM_REGISTRATION_ERROR_NONE, but widevine still doesn't work.
Salvadordf, maybe you will try?
My widevineCdm - https://www.dropbox.com/s/opr5zyzykvhco ... m.zip?dl=0
My code: