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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Live video streams

Post Reply
dian
Posts: 21
Joined: Thu Aug 29, 2019 8:42 am

Live video streams

Post 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?
You do not have the required permissions to view the files attached to this post.
User avatar
salvadordf
Posts: 4575
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Live video streams

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