Live data from Hacker News

Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation

gigaom.com

11–20 of 51 posts

Re: Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation

#11
I've spent quite a lot of time looking at how OTT providers have impacted traditional SIP stack technologies. Ericsson are one of the few major tech I know companies that have understood that the future is heavily reflected in software definition. I strongly believe companies like Ericsson will surely make some game changing technologies over the next 2-5 years, their bread and butter has traditionally been reliant on production for telco and the like. I bet on Ericsson because they seem to have understood the giant pivot a head of them and look to be rapidly evolving to allow it.

Major Kudos.

Re: Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation

#12
post #8
post #4

Given that they're both open source, built to the same open standard, and (at least nominally) completely interoperable, I'd say "complement" would be a better word than "rival."

It is generally considered a positive thing when proposed standards have multiple independent implementations.

Yes, I think you're agreeing with me?

Re: Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation

#13

They open it after all the other browser vendors are already done with this task. Why haven't they released it from the very beginning, saving a few days work-time for others? I think that now it has almost zero value.

The README states the focus isn't on browsers > OpenWebRTC is built on the belief that the WebRTC standard would transcend the pure browser environment and that native apps, implementing the same protocols and API's, would become an important part of the WebRTC ecosystem and it has out of the box platform support for iOS and Android

Here is a link on how to build a native Android WebRTC sample app: https://code.google.com/p/webrtc/source/browse/trunk/talk/ex...

Re: Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation

#14
Chrome WebRTC developer here. Two quick thoughts:

1. A better headline would be "Ericsson open-sources another WebRTC implementation". WebRTC is a set of standards, and they are implementing them, which is one of the purposes of having standards: to have multiple implementations.

2. One of the purposes listed by Ericsson for having another implementation is to "transcend the pure browser environment and that native apps ... would become an important part of the WebRTC ecosystem". What I would like to point out is that the implementation of WebRTC found at webrtc.org (ie Chrome's implementation) already supports mobile and native apps. In fact, the documentation is linked to right from the front page:

http://www.webrtc.org/reference/native-apis

And there are lots of native/mobile apps that already use it.

Re: Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation

#15
post #7

One of the biggest issues in the whole WebRTC process has been getting companies to commit to documenting the minimum SDP for interop. I'm curious how well these two implementations will interop. One of the reasons for ORTC is to remove signaling from the specification.

Signalling is already removed from the WebRTC API. ORTC doesn't change that. All would change is not needing to use SDP as the API surface. But that's API surface, not signalling.

Re: Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation

#17
post #2

For those interested in Google's implementation: https://code.google.com/p/webrtc/source/browse/#svn%2Ftrunk%... or browse the code: svn checkout http://webrtc.googlecode.com/svn/trunk/ webrtc-read-only Also Ericsson's code is on github (I couldn't find a direct link from the parent article): https://github.com/EricssonResearch/openwebrtc/

code.google.com - ugh why can't google admit defeat and start using github?

Re: Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation

#19
post #17
post #2

For those interested in Google's implementation: https://code.google.com/p/webrtc/source/browse/#svn%2Ftrunk%... or browse the code: svn checkout http://webrtc.googlecode.com/svn/trunk/ webrtc-read-only Also Ericsson's code is on github (I couldn't find a direct link from the parent article): https://github.com/EricssonResearch/openwebrtc/

code.google.com - ugh why can't google admit defeat and start using github?

They already did. New projects are on Github, and they seem to be migrating old ones: https://github.com/google.

Re: Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation

#20
post #17

Earlier quoted context omitted.

code.google.com - ugh why can't google admit defeat and start using github?

They already did. New projects are on Github, and they seem to be migrating old ones: https://github.com/google .

We put some WebRTC things on github, like AppRTC:

https://github.com/GoogleChrome/webrtc/tree/master/samples/w...

Post reply on HN