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.

Webrtc and screen sharing

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

Re: Webrtc and screen sharing

Post by salvadordf »

Hi :

I can only test the DLLs available at Spotify. I guess those patches should work if you add this before the GlobalCEFApp.StartMainProcess.

Code: Select all

GlobalCEFApp.AddCustomCommandLine('--enable-media-stream', '1');
edit : Thinking about it... those patches should be applied to a supported CEF3 version (at this moment CEF 3.2924.1571.gcdcdfa9). If you apply them to an incompatible CEF3 version then CEF4Delphi will probably crash.
Post Reply