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.

On the Road to WebRTC 1.0, Including VP8

141 pointsby OberstKruegerabout 6 years ago

12 comments

bobowzkiabout 6 years ago
I like WebRTC but it&#x27;s a complicated mess of protocols...<p>I&#x27;m currently trying to implement a WebRTC peer client in pure Erlang. One of the most difficult things I&#x27;ve done because WebRTC relies on several hundred pages of RFCs.
评论 #19372803 未加载
评论 #19374100 未加载
aclatutsabout 6 years ago
This isn&#x27;t as useful if webviews in iOS don&#x27;t have the same apis enabled.<p>It is very annoying that other browsers on iOS probably wont have access to these features and updates.
评论 #19372169 未加载
评论 #19371986 未加载
qwerty456127about 6 years ago
&gt; The VP8 video codec is widely used in existing WebRTC solutions. It is now supported as a WebRTC-only video codec in Safari 12.1 on both iOS and macOS betas.<p>For Steve&#x27;s sake! Why not add VP8 and OPUS system-wide already when they already even are built in different parts of the system?
评论 #19374870 未加载
评论 #19378551 未加载
nottorpabout 6 years ago
All I know about WebRTC is Chrome preventing sleep on my systems with &quot;WebRTC has active peer connections&quot;. Made me ditch Chrome before it was fashionable to de-google.<p>So the only new feature i want from this WebRTC thingy is... an OFF button.
评论 #19373642 未加载
评论 #19373390 未加载
评论 #19377298 未加载
citrusuiabout 6 years ago
I know it&#x27;ll probably never happen, but I hope this somehow leads to Apple supporting .webm in Safari.
评论 #19372159 未加载
评论 #19372422 未加载
kodablahabout 6 years ago
&gt; Safari also comes with additional improvements, including better support of capture device selection, experimental support of the screen capture API, and deprecation of the WebRTC legacy API.<p>Looking very much forward to this. Currently my plugin-free in-browser screen-sharing tool [0] only works in FF and Chrome. The real question is will mobile browsers offer it. In general though, I am impressed with how well screen capturing over WebRTC works and so far haven&#x27;t seen that many people needing a TURN server.<p>0 - <a href="https:&#x2F;&#x2F;github.com&#x2F;cretz&#x2F;myscreen.live" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cretz&#x2F;myscreen.live</a>
derf_about 6 years ago
As someone who harassed you about VP8 support in the past [0], this is really great news. Thank you for all of your hard work. I am also really happy to see the transition to Unified Plan.<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14510045" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14510045</a>
ksecabout 6 years ago
Under what situation is H.264 not available in WebRTC and require the use of VP8?
评论 #19372127 未加载
评论 #19372303 未加载
评论 #19373677 未加载
therealmarvabout 6 years ago
VP8 and VP9 hardware decoder acceleration is common on new products nowadays?! Or is this only the case on non Apple Smartphones?<p>btw: Looking forward to AV1 HW decoder accelerated CPUs.
kmlxabout 6 years ago
excellent news. the webkit team are really improving their webrtc offering.<p>i feel the next great leap for webrtc is wasm + webrtc:<p><a href="https:&#x2F;&#x2F;www.google.co.uk&#x2F;amp&#x2F;s&#x2F;bloggeek.me&#x2F;webassembly-in-webrtc&#x2F;amp&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.google.co.uk&#x2F;amp&#x2F;s&#x2F;bloggeek.me&#x2F;webassembly-in-we...</a>
评论 #19373712 未加载
EGregabout 6 years ago
Is there a way to do WebRTC without revealing your IP to some signaling server?
评论 #19376635 未加载
评论 #19377013 未加载
shmerlabout 6 years ago
When will Safari support Opus audio codec in Ogg container?