Earlier quoted context omitted.
At Tuenti, a cell phone operator in Spain, we have been using webRTC very successfully for audio. In fact, we built android/iOS/web apps to make regular phone calls (to mobile or landline) using webRTC, either from WiFi or 3G/4G networks.
Interesting. Can you tell more about your stack? What did you use for signaling? Did you implement STUN and TURN to by-pass NATs and firewalls?
Twilio Video – Real-time WebRTC video infrastructure
101–106 of 106 posts
Re: Twilio Video – Real-time WebRTC video infrastructure
#102Earlier quoted context omitted.
> how mobile operators shape their data traffic What I've been wondering is if Apple gets any QoS concessions from the carriers for Facetime, because it usually works pretty well on 4G. Not sure if Facetime's quality is due to robust error correction, or because they've been able to wrangle special QCI/bearer status for Facetime data. > mobile phones, WebRTC video is not yet usable Once VoLTE + Video becomes common (…
Yeah, Facetime video seems to work well compared to others. It was a bit hard to explain to a couple of business guys, that "no, we are unlikely to get anything close to Facetime quality with WebRTC solution, but I don't know why."
Re: Twilio Video – Real-time WebRTC video infrastructure
#103Earlier quoted context omitted.
Bingo. You hit the nail on the head. To efficiently do large conferences, you need to both multiplex audio and video at the media server layer and have a concept of active speakers.
Jitsi Videobridge has both of those.
"Jitsi Videobridge does not mix the video channels into a composite video stream, but only relays the received video channels to all call participants."
Re: Twilio Video – Real-time WebRTC video infrastructure
#104Earlier quoted context omitted.
Rob from Twilio here - appreciate the feedback. Have you had an opportunity to check out TaskRouter yet? We released it a few weeks ago - definitely my favorite recent product that works with Twilio Voice: https://www.twilio.com/taskrouter
Thats a pretty cool use of scroll to explain the product. Any details on how you guys built that? Is it completely custom or did you use some known JS/CSS lib/tricks?
Re: Twilio Video – Real-time WebRTC video infrastructure
#105Re: Twilio Video – Real-time WebRTC video infrastructure
#106Earlier quoted context omitted.
Thanks for your reply. Do you have any recommendations?
Yes, jitsi for desktop and if you need mobile, csipsimple is a nice option