Comments on: 5 Mistakes to Avoid When Developing WebRTC Applications https://bloggeek.me/mistakes-developing-webrtc-applications/ The leading authority on WebRTC Fri, 07 Aug 2020 11:14:41 +0000 hourly 1 By: Tsahi Levent-Levi https://bloggeek.me/mistakes-developing-webrtc-applications/#comment-122879 Fri, 07 Aug 2020 11:14:41 +0000 https://bloggeek.me/?p=12365#comment-122879 In reply to Polycarp Momoh.

A better place for such a comment is probably the github project of PeerJS.

]]>
By: Polycarp Momoh https://bloggeek.me/mistakes-developing-webrtc-applications/#comment-122878 Fri, 07 Aug 2020 10:52:14 +0000 https://bloggeek.me/?p=12365#comment-122878 I actually stumbled over this blog post in amidst crisis.
I am building a small project and I am frustrated by PeerJS . I have my code hosted on glitch.com https://beautiful-odd-foxtail.glitch.me .

When I try to connect two devices sharing same wifi connection, the app runs well and I receive media streams on both but when I try to connect them using their own internet connection, PeerJS seems no to connect. I only get the individual peer IDs but they cant signal nor call each other.

I am using peerjs default signaling cloud server

]]>
By: Tsahi Levent-Levi https://bloggeek.me/mistakes-developing-webrtc-applications/#comment-122750 Thu, 23 Jul 2020 13:23:42 +0000 https://bloggeek.me/?p=12365#comment-122750 In reply to mayur sancheti.

I will probably introduce a course on that later this year.

]]>
By: mayur sancheti https://bloggeek.me/mistakes-developing-webrtc-applications/#comment-122743 Wed, 22 Jul 2020 10:44:16 +0000 https://bloggeek.me/?p=12365#comment-122743 how to create my own stun turn , signaling, i am developer, please mail me

]]>
By: Tsahi Levent-Levi https://bloggeek.me/mistakes-developing-webrtc-applications/#comment-122400 Sun, 28 Jun 2020 20:06:52 +0000 https://bloggeek.me/?p=12365#comment-122400 In reply to Kevin McCurley.

Kevin,

PeerJS does seem to have picked up some attention in the past half a year. I’d still wait a bit to see if this is consistent and sustainable or a short spurt of an effort. We’ve seen such behavior with other WebRTC projects and it doesn’t always ends well.

My main point here is to check what you’re using and look for consistency in its maintenance over time as part of your decision process for selecting an open source project with WebRTC.

]]>
By: Kevin McCurley https://bloggeek.me/mistakes-developing-webrtc-applications/#comment-122399 Sun, 28 Jun 2020 18:14:33 +0000 https://bloggeek.me/?p=12365#comment-122399 It’s interesting that this turns up on a google search for PeerJS, but the criticism that peerjs is out of date now looks to be out of date. It may still have flaws, but they aren’t apparent from this post.

]]>
By: Tsahi Levent-Levi https://bloggeek.me/mistakes-developing-webrtc-applications/#comment-119621 Tue, 18 Jun 2019 19:48:12 +0000 https://bloggeek.me/?p=12365#comment-119621 In reply to Fernando Moya.

Fernando,

Live broadcasting at scale is something that a few vendors are doing these days. Look at Phenix and Agora if you are after a managed solution with solid APIs. Red5 Pro or Ant Media for web servers with a focus on live streaming and broadcasting. Janus and mediasoup for developing something on your own in this space.

]]>
By: Fernando Moya https://bloggeek.me/mistakes-developing-webrtc-applications/#comment-119619 Tue, 18 Jun 2019 14:28:36 +0000 https://bloggeek.me/?p=12365#comment-119619 Hey Tsahi, thanks you for take your time and write this post. Im triying to get more involved with the webrtc. And i have some questions, maybe you have the answer or can help me with that.

Im thinking in a large scale of conecctions like this: Live broadcasting by forwarding content. It can be done, but most probably not the way you expect it to grow to a million users with no infrastructure and zero latency.

I dont know how to start for make this possible, i need to find some server application? or i need to develop some custom application. Exist anything solved? Thanks

]]>
By: Tsahi Levent-Levi https://bloggeek.me/mistakes-developing-webrtc-applications/#comment-119381 Tue, 12 Feb 2019 14:36:14 +0000 https://bloggeek.me/?p=12365#comment-119381 In reply to Jorge Zamit.

Jorge, thanks for the kind words – and more importantly – good luck with the research and the implementation 🙂

]]>
By: Jorge Zamit https://bloggeek.me/mistakes-developing-webrtc-applications/#comment-119380 Tue, 12 Feb 2019 14:34:20 +0000 https://bloggeek.me/?p=12365#comment-119380 Tsahi: Thanks for sharing, I am currently researching about how to implement this in NodeJS and ReactJS and your directions help me find the right road. Thanks!

]]>