Live data from Hacker News

Twilio Video – Real-time WebRTC video infrastructure

twilio.com

51–60 of 106 posts

Re: Twilio Video – Real-time WebRTC video infrastructure

#51

Earlier 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

Interesting; however in my opinion I'd redesign that page. Having a lot of the information behind the interactive scrolling will cause it to be lost. Personally, and I know a lot of others, just scroll the page and look for the relevant information in paragraph form. Much easier to digest. This implementation forces me to stay on the page and is a bit frustrating.

I just posted the exact opposite of what you said :) Usually these "scroll hacks" are annoying. In this particular case the "flow" of calls is captured really well this way, IMHO.

Re: Twilio Video – Real-time WebRTC video infrastructure

#52

Are there any plans for Twilio to integrate this with the SIP side of things (e.g. Twilio providing a media server to enable WebRTC clients to communicate with SIP clients and also call out to traditional phone clients?)

Already do... https://www.twilio.com/client

Re: Twilio Video – Real-time WebRTC video infrastructure

#53

I did a lot of testing of a few WebRTC platforms last summer for a product idea that we had. I came to the conclusion that on mobile phones, WebRTC video is not yet usable. Even with just audio on a cellular network, call quality started deteriorating after a few minutes on every platform that I tried. Video without a WiFi signal was hopeless. I discussed this with an WebRTC expert, and the problems are partly with W…

The issue is mostly due to the nature of the mobile IP, rather than inherent WebRTC variables.

However, ORTC does seek to improve with simulcast/SVC, and attributes of ORTC will merge into WebRTC as well, ultimately providing more hooks, finer-grained control and better instrumentation/visibility to the upper layers.

All that said, you can do acceptable quality WebRTC voice and video over 4G LTE today. But you do need a rock solid signal and be prepared to with a fully charged battery if you are not plugged in.

Re: Twilio Video – Real-time WebRTC video infrastructure

#54

Anyone know how this compares with icecomm? ( http://icecomm.io/ ) I was quite impressed with how easy it was to set up icecomm .. are twilio upping the ante here in any way that I should know about?

Was gonna ask the same — had a really good experience w/ IceComm when I tested it out a few weeks ago

Re: Twilio Video – Real-time WebRTC video infrastructure

#55

Although it's great to see Twilio branching out into this space, with their recent product releases they do seem to be losing focus on their original Twilio Voice product. Compared to other prodividers their prices really aren't conpetitive, but Twiml is so much more flexible and easier to use than VoiceXML. What to do? :/

Shameless plug here, but if you're interested in voice platforms and are growing weary of Twilio, I'm working on a new hosted telephony platform that uses embedded lua executing directly on our hosted servers. Check it out - https://developers.corvisa.com/

Re: Twilio Video – Real-time WebRTC video infrastructure

#57
post #5

Earlier quoted context omitted.

Interesting, is the 15 person cap a new thing? I remember it was still 10 at some point.

I think it is 10 for ad-hoc Hangouts, but you can raise it to 15 if you attach the meeting to a calendar invite.

Awesome!

Re: Twilio Video – Real-time WebRTC video infrastructure

#59

I did a lot of testing of a few WebRTC platforms last summer for a product idea that we had. I came to the conclusion that on mobile phones, WebRTC video is not yet usable. Even with just audio on a cellular network, call quality started deteriorating after a few minutes on every platform that I tried. Video without a WiFi signal was hopeless. I discussed this with an WebRTC expert, and the problems are partly with W…

> 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 (eg, Verizon Advanced Calling), then it'll be interesting to see the impact on video-call quality, and whether V/VoLTE sessions can be established with the other end of a SIP trunk, and hence (browser) WebRTC from there.

Re: Twilio Video – Real-time WebRTC video infrastructure

#60

Anyone know how this compares with icecomm? ( http://icecomm.io/ ) I was quite impressed with how easy it was to set up icecomm .. are twilio upping the ante here in any way that I should know about?

Agreed. It was very easy to setup and implement into my web application.
Post reply on HN