Comments on: What WebRTC Tool are you using for your Service? https://bloggeek.me/webrtc-tool-your-service/ The leading authority on WebRTC Mon, 29 Aug 2022 15:08:51 +0000 hourly 1 By: Miko Meltzer https://bloggeek.me/webrtc-tool-your-service/#comment-118234 Sun, 30 Aug 2015 11:30:53 +0000 https://bloggeek.me/?p=9914#comment-118234 We use PeerJS for live video/audio talk between chatters at http://www.rumbletalk.com .
It is one on one calls and the PeerJS works perfectly with thousands of live calls a day.

]]>
By: amir https://bloggeek.me/webrtc-tool-your-service/#comment-118233 Wed, 26 Aug 2015 23:38:04 +0000 https://bloggeek.me/?p=9914#comment-118233 I took the challenge to write my own signalling server and hosting it on IIS with websocket feature added.

]]>
By: chris https://bloggeek.me/webrtc-tool-your-service/#comment-118232 Wed, 26 Aug 2015 15:10:03 +0000 https://bloggeek.me/?p=9914#comment-118232 we use frozen mountain(icelink, websync).

with callstats.io for monitoring, and evaluating testrtc for capacity tests.

]]>
By: Tsahi Levent-Levi https://bloggeek.me/webrtc-tool-your-service/#comment-118231 Thu, 20 Aug 2015 17:51:22 +0000 https://bloggeek.me/?p=9914#comment-118231 In reply to Sojharo.

Thanks for sharing Sojharo!

]]>
By: Roey https://bloggeek.me/webrtc-tool-your-service/#comment-118230 Thu, 20 Aug 2015 17:51:03 +0000 https://bloggeek.me/?p=9914#comment-118230 I found out that the licode project does not support video manipulations (can’t combine steams or make modifications at real time).

]]>
By: Sojharo https://bloggeek.me/webrtc-tool-your-service/#comment-118229 Thu, 20 Aug 2015 10:23:01 +0000 https://bloggeek.me/?p=9914#comment-118229 I use socket.io for signalling and use rfc5766 as turn server. We have plans to use MCU later. For now, it is all we need for our application.

]]>