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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

You can build cool stuff with WebRTC in five minutes

104 点作者 ajslater超过 11 年前

7 条评论

pasiaj超过 11 年前
We&#x27;re testing remote 3D rendering over WebRTC. We render the 3D world in the cloud. Video and controls go over a WebRTC-connection. I wrote a simple nodejs websocket server to handle the signaling.<p>It has been a quite wonderful experience despite the tech being somewhat experimental. Google Chrome offers excellent tools (chrome:&#x2F;&#x2F;webrtc-internals&#x2F; &amp; chrome:&#x2F;&#x2F;webrtc-logs&#x2F;).<p>First I wrote the client and a mock server to work in the browser while a colleague started implementing webrtc to work in the renderer with the PeerConnectionpp-lib. Debuggin was awesome, when you had a working mock renderer in the browser.<p>All the bugs I encountered we&#x27;re my own and I found all the answers I needed in the dev API doc: <a href="http://dev.w3.org/2011/webrtc/editor/webrtc.html" rel="nofollow">http:&#x2F;&#x2F;dev.w3.org&#x2F;2011&#x2F;webrtc&#x2F;editor&#x2F;webrtc.html</a>
评论 #6642563 未加载
mattvot超过 11 年前
I&#x27;ve got a cross origin error on talky.io<p><pre><code> XMLHttpRequest cannot load https:&#x2F;&#x2F;api.talky.io&#x2F;socket.io&#x2F;1&#x2F;?t=1383140651742. Origin https:&#x2F;&#x2F;talky.io is not allowed by Access-Control-Allow-Origin. talky.io&#x2F;:1</code></pre>
评论 #6641198 未加载
latentflip超过 11 年前
As is typical, the day someone posts simplewebrtc to hackernews is the day our demo app (talky.io) goes down!<p>We&#x27;re on it and should have it back up really soon.<p>Sorry!
评论 #6640978 未加载
deanclatworthy超过 11 年前
I&#x27;m afraid I could not get the demo work when I click create room nothing happens. But it&#x27;s nice to see more libraries popping up around this technology.
maaaats超过 11 年前
<a href="https://appear.in/" rel="nofollow">https:&#x2F;&#x2F;appear.in&#x2F;</a><p>Is a service built using WebRTC and AngularJS. Just share an URL and people can videochat in the browser.
alecsmart1超过 11 年前
Unfortunately, without IE supporting webrtc, we can&#x27;t go mainstream with this. Is there any plugin that can be used to make IE compatible?
l0c0b0x超过 11 年前
couldn&#x27;t get the room to work, but was able to find a web demo application for webrtc that is supposed to work for both firefox and chrome:<p>Room: <a href="https://apprtc.appspot.com/?r=08426541" rel="nofollow">https:&#x2F;&#x2F;apprtc.appspot.com&#x2F;?r=08426541</a>