Am I reading this correctly? Firefox uses Google’s WebRTC implementation?
Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation
21–30 of 51 posts
Re: Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation
#22Chrome 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 a…
Ericsson's implementation, on the other hand, has a much simpler build process. Just run the shell script and it works.
Re: Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation
#23Chrome 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 a…
1. Agreed. That headline was not written by us. 2. The reason for having another impl. is not the lack of native app support in Google's implementation. Rather, you should read it as one of the motivations for developing OpenWebRTC in the first place.
Re: Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation
#24I'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 o…
WebRTC is another feature to check off, and the opportunity to develop and sell another SIP gateway product. WebRTC is in no way a replacement for SIP, much less an existential threat to the telecom industry; it is simply another transport layer.
Personally, while some OTT innovation is welcome, I hope the status quo isn't completely shattered. Going all-out on WebRTC implies a siloed architecture, which is antithetical to the purpose of an interoperable standard like SIP.
Re: Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation
#25It's P2P, video, audio, codecs, and a whole slew of other things all bundled up together into the same "standard."
The P2P part is really really useful, but I could see some vendors wanting to break that off for various reasons. You can do that of course but... well... it's sort of like if "WiFi" referred to 802.11 + a bunch of video codecs + a routing standard + transport protocols + ...
Re: Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation
#26Am I reading this correctly? Firefox uses Google’s WebRTC implementation?
Re: Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation
#27Chrome 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 a…
Re: Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation
#28Does WebRTC strike anyone as too many things in one package? It's P2P, video, audio, codecs, and a whole slew of other things all bundled up together into the same "standard." The P2P part is really really useful, but I could see some vendors wanting to break that off for various reasons. You can do that of course but... well... it's sort of like if "WiFi" referred to 802.11 + a bunch of video codecs + a routing stan…
It does too many things. I want to use WebRTC data channels for a multiplayer game, but the current implementation libraries tie-in all the media components. It would be nice if there was a WebRTC implementation that provided data channels without having the media functionality.
Re: Ericsson open-sources OpenWebRTC, rival to Google’s WebRTC implementation
#29For 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?