简体   繁体   中英

how to to make a peer connection with a native desktop (win) application

I need to make a peer connection with a native desktop (win) application and a webbrowser , just to transfer raw data. And in theory WebRTC seems to be the only way to do that.

If you want to use WebRTC to exchange data between a browser and a desktop, you can code the desktop part into C# language using this library : http://www.meshcommander.com/webrtc (poor support and documentation, only data channel implemented, but free and functional).

Edit : There is also this .Net library with support of video : https://github.com/radioman/WebRtc.NET

Also, you can write the desktop part using Node.js. There are a lot of WebRTC libraries on the web and you w'll have more documentation and support.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM