cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.89k stars 2.92k forks source link

CefSharp not working on Netflix and Twitter (video playback) #1588

Closed Spiderpig86 closed 8 years ago

Spiderpig86 commented 8 years ago

I have tested several versions of CefSharp (41 and 45) and I can't seem to find the solution of getting media to play on Netflix and Twitter saying that there was an error or that video was unsupported. I am using the Winforms version and WPF version of CefSharp and it doesn't work on both. Does anyone have a solution to this issue?

amaitland commented 8 years ago

Netflix requires Proprietary Codecs which are not included as part of the standard CefSharp release due to licensing restrictions, see #1479 for full details.

Further questions should be asked on Gitter Chat