Page 1 of 1

Play video stream from Cincopa

Posted: Fri Apr 03, 2020 2:28 am
by AndreMurta
Hello,
I would like to start by congratulating you on your excellent work, Salvador.
I made a simple application using CEF4Delphi, to deal with some corporative websites that include video tutorials as part of its contents. Is there a way to allow the streaming of videos from cincopa (https://www.cincopa.com/) in CEF4Delphi?
I checked that Briskbard also does not play such videos, so I'm not sure if that's actually a feature that's not possible with the current version of TChromium.

Re: Play video stream from Cincopa

Posted: Fri Apr 03, 2020 1:55 pm
by coater

Re: Play video stream from Cincopa

Posted: Fri Apr 03, 2020 3:02 pm
by salvadordf
As coater said, it's probably a codec issue and you need to build the CEF binaries with proprietary codecs enabled.

Read this for more information :
https://www.briskbard.com/index.php?lan ... cef#codecs

If you try to watch videos protected with DRM then you will have an additional problem because you will need to enable "Widevine CDM" and buy a license. Read this for more details :
https://github.com/cefsharp/CefSharp/issues/1934