Replies: 2 comments
-
There is no specific requirement for TURN for p2pt to work. You are free to add a TURN server by using Then make a custom class wrapper over P2PT like this https://github.com/subins2000/p2pt/blob/master/node.js In this, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you the clarification. Makes sense.
…On Fri, Aug 27, 2021 at 4:04 AM Subin Siby ***@***.***> wrote:
There is no specific requirement for TURN for p2pt to work. You are free
to add a TURN server by using config in simple-peer :
https://github.com/feross/simple-peer#connection-does-not-work-on-some-networks
Then make a custom class wrapper over P2PT like this
https://github.com/subins2000/p2pt/blob/master/node.js In this, wrtc
config is overridden.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA36WMCFXWQ3Z3ILJUL3XRLT65BJ3ANCNFSM5C4C55MQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, sorry for the newbie question, but do you need to use turn servers with p2pt? This would help when peers are behind firewalls and can't connect directly correct?
Beta Was this translation helpful? Give feedback.
All reactions