WebRTC STUN and TURN servers in C#
Asked Answered
M

1

7

My question today is how to develop stun and turn servers for webrtc peer-to-peer application in c# is there any library supports this, I can't find any example or resource to obtain this.

Please help me with this because it took me too much time searching with no luck. I tried OfficeSip and didn't work also I tried coturn over cygwin but didn't work.

Mortgagee answered 31/5, 2017 at 11:58 Comment(0)
P
4

I'm not sure if there's any STUN/TURN server or library implemented in C#.

The ones that I know of are

On the coturn page you can see a list of all the RFC that has to be implemented.

Frankly, I would not commit to such a huge task of implementing a TURN/STUN server. If you need one that works in Windows, and none of these work, you can try to run it in a VM or something like Docker.

Pyrrhic answered 31/5, 2017 at 13:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.