TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

167 pointsby openmazeover 10 years ago

12 comments

pthatchergover 10 years ago
Chrome WebRTC developer here. Two quick thoughts:<p>1. A better headline would be &quot;Ericsson open-sources another WebRTC implementation&quot;. WebRTC is a set of standards, and they are implementing them, which is one of the purposes of having standards: to have multiple implementations.<p>2. One of the purposes listed by Ericsson for having another implementation is to &quot;transcend the pure browser environment and that native apps ... would become an important part of the WebRTC ecosystem&quot;. What I would like to point out is that the implementation of WebRTC found at webrtc.org (ie Chrome&#x27;s implementation) <i>already</i> supports mobile and native apps. In fact, the documentation is linked to right from the front page:<p><a href="http://www.webrtc.org/reference/native-apis" rel="nofollow">http:&#x2F;&#x2F;www.webrtc.org&#x2F;reference&#x2F;native-apis</a><p>And there are lots of native&#x2F;mobile apps that already use it.
评论 #8401335 未加载
评论 #8401217 未加载
评论 #8401678 未加载
mgraczykover 10 years ago
For those interested in Google&#x27;s implementation: <a href="https://code.google.com/p/webrtc/source/browse/#svn%2Ftrunk%2Fwebrtc" rel="nofollow">https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;webrtc&#x2F;source&#x2F;browse&#x2F;#svn%2Ftrunk%...</a><p>or browse the code:<p><pre><code> svn checkout http:&#x2F;&#x2F;webrtc.googlecode.com&#x2F;svn&#x2F;trunk&#x2F; webrtc-read-only </code></pre> Also Ericsson&#x27;s code is on github (I couldn&#x27;t find a direct link from the parent article): <a href="https://github.com/EricssonResearch/openwebrtc/" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;EricssonResearch&#x2F;openwebrtc&#x2F;</a>
评论 #8400827 未加载
评论 #8399925 未加载
kcorbittover 10 years ago
Given that they&#x27;re both open source, built to the same open standard, and (at least nominally) completely interoperable, I&#x27;d say &quot;complement&quot; would be a better word than &quot;rival.&quot;
评论 #8400141 未加载
neomover 10 years ago
I&#x27;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.<p>Major Kudos.
评论 #8401416 未加载
jmspringover 10 years ago
One of the biggest issues in the whole WebRTC process has been getting companies to commit to documenting the minimum SDP for interop. I&#x27;m curious how well these two implementations will interop. One of the reasons for ORTC is to remove signaling from the specification.
评论 #8400592 未加载
derefrover 10 years ago
Dang, here I was hoping this would be (or at least contain) an implementation of WebRTC Data Channel support for Erlang.
rockdoeover 10 years ago
Does Ericsson plan to maintain and update this implementation (my understanding is that WebRTC is still an evolving standard) or is this the kind of &quot;we&#x27;re abandoning the project and dropping the maintenance burden on the open source community&quot; kind of thing that this kind of announcement usually means? Closed source projects opening their code don&#x27;t generally end up very successful if they&#x27;re &quot;dead drops&quot;.<p>As an aside, I notice that the first issue in the github is &quot;implement H265&quot;. That seems like a weird priority if you saw what needed to happen to get Mozilla and Google to even consider supporting H264. I think Firefox still doesn&#x27;t support it and uses VP8.
评论 #8405212 未加载
apiover 10 years ago
Does WebRTC strike anyone as too many things in one package?<p>It&#x27;s P2P, video, audio, codecs, and a whole slew of other things all bundled up together into the same &quot;standard.&quot;<p>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&#x27;s sort of like if &quot;WiFi&quot; referred to 802.11 + a bunch of video codecs + a routing standard + transport protocols + ...
评论 #8404470 未加载
评论 #8401957 未加载
jgrowlover 10 years ago
Ericsson&#x27;s code base looks like pure C? Should make it a lot easier to interop with other languages like GO.
评论 #8404439 未加载
SimeVidasover 10 years ago
Am I reading this correctly? Firefox uses Google’s WebRTC implementation?
评论 #8401658 未加载
评论 #8404559 未加载
评论 #8402686 未加载
评论 #8401065 未加载
antocvover 10 years ago
Great to see Ericsson open sourcing awesome stuff.
fenesiistvanover 10 years ago
They open it after all the other browser vendors are already done with this task. Why haven&#x27;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.
评论 #8400148 未加载
评论 #8400168 未加载