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.

Appear.in – WebRTC Video Conferencing

24 pointsby jonas_balmost 12 years ago

5 comments

arcameronalmost 12 years ago
We run a project that also takes use of video conferencing with WebRTC:<p><a href="https://chat.echoplex.us/" rel="nofollow">https:&#x2F;&#x2F;chat.echoplex.us&#x2F;</a> (make a new room by appending a different string to the URL)<p>and<p><a href="https://github.com/qq99/echoplexus" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;qq99&#x2F;echoplexus</a>
评论 #6161792 未加载
评论 #6161977 未加载
imtu80almost 12 years ago
It is very interesting and fun playing with WebRTC. Couple months ago, I completed a weekend project <a href="https://github.com/imomin/videoChat" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;imomin&#x2F;videoChat</a>
cpbothaalmost 12 years ago
It even does screen sharing! This could be useful for software demos where Google Hangouts are not supported &#x2F; allowed.
ColonelPanic001almost 12 years ago
Seems to be throwing an error when I try to start a conference. Sounds interesting though.
mikeashalmost 12 years ago
The error page it shows if my browser is not supported blocks use of the back button. Definitely recommend fixing that, as trapping users on an error page is a bad move.