cefsharp / Questions-and-Support

Use this repository to ask CefSharp specific questions
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

CefSharp donot support for webRTC? can‘t display video? #31

Closed alwaysyangzhijin closed 4 years ago

alwaysyangzhijin commented 4 years ago
amaitland commented 4 years ago

That's a very old unsupported version.

You must enable WebRTC.

https://github.com/cefsharp/CefSharp.MinimalExample/blob/master/CefSharp.MinimalExample.WinForms/Program.cs#L47

alwaysyangzhijin commented 4 years ago

Already use settings.CefCommandLineArgs.Add("enable-media-stream");

amaitland commented 4 years ago

Did you test with https://github.com/cefsharp/CefSharp.MinimalExample

If that doesn't work then you can ask on https://magpcss.org/ceforum/index.php

alwaysyangzhijin commented 4 years ago

yes, but it dosen't work

amaitland commented 4 years ago

Asked at https://magpcss.org/ceforum/viewtopic.php?f=6&t=17794