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.

Play video stream from Cincopa

Post Reply
AndreMurta
Posts: 6
Joined: Thu Apr 12, 2018 1:51 am

Play video stream from Cincopa

Post 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.
coater
Posts: 135
Joined: Sat Sep 29, 2018 1:51 pm

Re: Play video stream from Cincopa

Post by coater »

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

Re: Play video stream from Cincopa

Post 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
Post Reply