Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

c#

webrtc

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.

like image 429
Shuffleboard Shuffleboard Avatar asked Nov 20 '25 01:11

Shuffleboard Shuffleboard


1 Answers

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.

like image 80
vincex86 Avatar answered Nov 21 '25 14:11

vincex86



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!