Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
webrtc をサポートする wpf を作成しようとしています。カメラへのアクセスは機能しますが<video>、ページからの表示は機能しません。誰でも助けることができますか?
<video>
次のようなことができます。
var cefSettings = new CefSettings(); cefSettings.CefCommandLineArgs.Add("enable-media-stream", "enable-media-stream"); Cef.Initialize(cefSettings);
これは、コマンドライン引数を渡すのと同じ効果があります