sepfy / libpeer

WebRTC Library for IoT/Embedded Device using C
MIT License
863 stars 127 forks source link

Working over TURN #16

Closed aldoshkin closed 1 year ago

aldoshkin commented 2 years ago

Hello @sepfy ! I am trying to use Pear to work over TURN server. I use Coturn but unable to make it work. Do you have any experience with this? Maybe you have example? Thanks!

sepfy commented 2 years ago

Sorry. I have no experience with Coturn.

aldoshkind commented 1 year ago

Hello! I managed to make libpear work through coturn, you can find necessary changes here: https://github.com/aldoshkind/pear/blob/416c21f552313dc47dc18f10744ec9459662ad85/src/peer_connection.c#L318

As solution has been found I think we can close the issue.