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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Webrtc #troubleshooting #contribute

2 点作者 arnaudbud大约 10 年前

1 comment

arnaudbud大约 10 年前
Introducing <a href="https:&#x2F;&#x2F;test.webrtc.org" rel="nofollow">https:&#x2F;&#x2F;test.webrtc.org</a> - A tool that helps users help themselves.<p>Real time communications can be challenging: browsers, network, hardware and operating systems need to successfully perform complex tasks for a call to be successful.<p>Understanding what goes wrong, often on the far end, is challenging for developers.<p>test.webrtc.org captures media from the microphone and camera at various resolutions and sends it back to itself through a TURN relay server, all encrypted.<p>Once the media is back, Javascript code looks for various issues such as black video frames and silent audio as well as testing network capabilities.<p>If an issue is discovered, users can easily download or upload the report. When the latter is chosen, a unique URL is created, which can be used when filing issues.<p>We encourage developers to take the code from github and integrate similar functionality in their own UX. This should be part of any &quot;support request&quot; flow. We also encourage developers to contribute!<p><a href="https:&#x2F;&#x2F;github.com&#x2F;webrtc&#x2F;testrtc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;webrtc&#x2F;testrtc</a>