Re: Using widevine
Posted: Mon Apr 02, 2018 1:08 pm
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.
This is the CEF3 feature request that added this functionality :
https://bitbucket.org/chromiumembedded/ ... -component
You can test widevine here too :
https://shaka-player-demo.appspot.com/demo/
All I did was adding GlobalCEFApp.WidevinePath := 'cdm'; before the GlobalCEFApp.StartMainProcess call. The --enable-widevine-cdm switch is not necessary.

This is the CEF3 feature request that added this functionality :
https://bitbucket.org/chromiumembedded/ ... -component
You can test widevine here too :
https://shaka-player-demo.appspot.com/demo/
All I did was adding GlobalCEFApp.WidevinePath := 'cdm'; before the GlobalCEFApp.StartMainProcess call. The --enable-widevine-cdm switch is not necessary.