TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

On the Road to WebRTC 1.0, Including VP8

141 点作者 OberstKrueger大约 6 年前

12 条评论

bobowzki大约 6 年前
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 未加载
aclatuts大约 6 年前
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 未加载
qwerty456127大约 6 年前
&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 未加载
nottorp大约 6 年前
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 未加载
citrusui大约 6 年前
I know it&#x27;ll probably never happen, but I hope this somehow leads to Apple supporting .webm in Safari.
评论 #19372159 未加载
评论 #19372422 未加载
kodablah大约 6 年前
&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_大约 6 年前
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>
ksec大约 6 年前
Under what situation is H.264 not available in WebRTC and require the use of VP8?
评论 #19372127 未加载
评论 #19372303 未加载
评论 #19373677 未加载
therealmarv大约 6 年前
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.
kmlx大约 6 年前
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 未加载
EGreg大约 6 年前
Is there a way to do WebRTC without revealing your IP to some signaling server?
评论 #19376635 未加载
评论 #19377013 未加载
shmerl大约 6 年前
When will Safari support Opus audio codec in Ogg container?