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.

Webrtc #troubleshooting #contribute

2 pointsby arnaudbudabout 10 years ago

1 comment

arnaudbudabout 10 years ago
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>