Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Object RTC is developed by a community group at the W3C. It includes people from Google, Microsoft and a number of telecom companies, amongst others http://www.w3.org/community/ortc/


so whats the difference between the two? its the first time i hear about object RTC.


Microsoft had a competing proposal to WebRTC called CU-RTC-Web which, as far as I understand it, proposed to get rid of the Session Description Protocol (which is text-based and thus difficult to parse/edit) and provide lower-level APIs instead (details here: http://www.tokbox.com/blog/what-the-cu-rtc-web-vs-webrtc-deb...).

I've just started reading up on ObjectRTC but I believe it plans to offer an API to replace SDP too and Microsoft has moved to it since it's similar to their CU-RTC-Web proposal. All in all, it looks like this will delay the adoption of WebRTC everywhere but will be for the best in terms of API and developer experience in the end.


> which is text-based and thus difficult to parse/edit

That's not what I normally conclude when I think "text-based."


I think he means programmatically :).


"Lowe level API instead" suspiciously sounds like a lock in tactic for a platform specific stuff (read Windows).


No it doesnt


It's a nicer javascript object based API for interacting with WebRTC. WebRTC by default uses an SDP offer/answer based approach.

Here is a more detailed rationale for this API: http://tools.ietf.org/id/draft-raymond-rtcweb-webrtc-js-obj-...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: