Hacker News new | ask | show | jobs
by wc- 4627 days ago
I am in the process of evaluating options for embedded video chat in a webapp, vLine looks like another potential option (tokbox or OpenTok was the other service I had looked at) so I guess it's time to make some demos. My main points of comparison so far are ease of implementation and pricing.

The developer docs seem pretty easy to read so far, the nodejs example is nice. I'm impressed!

Edit - after some quick testing of the vLine video app, things seem to work fine in chrome, Firefox (stable and aurora) weren't showing online users, and safari (to my surprise because as far as I know safari doesn't support webrtc) showed users and chat worked but didn't support video calls.

Anyone know if Apple/Safari is planning to support WebRTC, or are they still sitting on the sidelines?

3 comments

Glad you like it!

We're always excited to see the new things that people build with our platform. The goal for our developer platform is to enable massive parallel experimentation with WebRTC so that people can create applications that are completely new and different from anything that exists today. We believe that by abstracting out the global server backend (and browser differences, etc.) from WebRTC there is a much larger market of developers that can build amazing things involving communication than ever before while only using JavaScript.

If you need any help along the way, don't be shy to contact us (@vlineinc, support@vline.com, http://stackoverflow.com/questions/tagged/vline)

Regarding your edit: Chrome and Firefox both support WebRTC out of the box. I'll look at the Firefox issue you mentioned (it should work).

Apple has participated in the WebRTC standard discussion (mainly pushing for H264 as the codec standard), but have kept silent on when/if they will release it in Safari.

Microsoft/Skype have been participating, but no word on when it will be in IE.

Not really related to vline, but I've been keeping half an eye on ignite real-time, and it might be worth a look if you want xmpp+webrtc:

http://community.igniterealtime.org/blogs/ignite/2013/04/29/...