-->

Is there a Webbrowser control that supports html5

2020-07-27 05:39发布

问题:

I was looking for a way to embed a page that hosts WebRTC video such as the demo from http://www.webrtc.org/demo into a WinForms app so the user doesn't need to install nor launch any external browsers that may contain toolbars, etc, I looked into a few components such as GeckoFX and WebKit.Net but they fail to load the webcam video. Do you know of any hack or other project that may support WebRTC inside .Net? Thanks a lot

回答1:

Chromium Embedded Framework claims to support WebRTC (I haven't confirmed it myself).

https://code.google.com/p/chromiumembedded/ http://en.wikipedia.org/wiki/Chromium_Embedded_Framework



回答2:

WebRTC is supported by Mozilla Firefox:

http://www.webrtc.org/

If you want to embed Firefox in you project you can easily embed GeckoFX web browser control in your Windows Forms application.



回答3:

The GeckoFX engine (Mozilla Firefox) says it can use WebRTC. This seem to be right (as far as I have seen yet) but there seem to be a problem with some parts of it. I'm using it actual for WebRTC and have a problem with the video part - see here: Embedded GeckoFx in C#.NET - WebRTC Video not working