Page 1 of 1

Live video streams

Posted: Mon Jun 15, 2020 2:00 am
by dian
Attempt to display live video stream from youtube resulted "Your browser does not currently recognize any of the video formats" problem

I've tried

Code: Select all

GlobalCEFApp.EnableMediaStream := True;
GlobalCEFApp.FlashEnabled := True;
with no result. What is needed for live streams?

Re: Live video streams

Posted: Mon Jun 15, 2020 7:42 am
by salvadordf
Hi,

That video may be using a proprietary codec for video and/or audio. The CEF binaries available at Spotify only have open source codecs to avoid legal problems with the patent owners.

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

You will need to build the CEF binaries yourself. Read this guide :
https://www.briskbard.com/forum/viewtop ... =10&p=4800