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.

Free, P2P, disposable group video calling app for the web

155 pointsby vasanthvover 2 years ago

14 comments

boredumbover 2 years ago
Very neat. Nice to see more free and easy p2p stuff. Getting a p2p video&#x2F;audio&#x2F;screen share application going is definitely a lot less work than it once was. <a href="https:&#x2F;&#x2F;teamvideo.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;teamvideo.app&#x2F;</a><p>webRTC stuff has a ton of cool potential for p2p projects, hopefully more and more of it starts cropping up.
评论 #34109319 未加载
forgotpwd16over 2 years ago
Looks cool. Usually, when needing something like this, I use Jitsi Meet but having options is nice.
评论 #34111281 未加载
mp85over 2 years ago
With great pleasure I contributed to this fantastic project! Simple and functional! If someone have pleasure, can try also the p2p - sfu - c2c versions of mirotalk: <a href="https:&#x2F;&#x2F;github.com&#x2F;miroslavpejic85">https:&#x2F;&#x2F;github.com&#x2F;miroslavpejic85</a> A happy weekend to everyone and a merry Christmas!
评论 #34111059 未加载
gnicholasover 2 years ago
This is great, since many people are looking to get away from Zoom. I was on a call the other day that was hosted by a very large startup (raised $200M). They had to end the call at 40 mins &quot;because of our subscription tier&quot;.<p>If companies this big don&#x27;t want to pay a penny to Zoom, that&#x27;s saying something! It doesn&#x27;t mean there&#x27;s a great market opportunity for a paid tool, but it does mean that free tools will get good usage. I&#x27;m looking forward to the normalization of Jitsi and other alternatives, so people don&#x27;t think I&#x27;m a weirdo for sending out links to services they&#x27;ve never heard of.
评论 #34112707 未加载
vasanthvover 2 years ago
Talk is a free, peer-to-peer, disposable group video calling app for the web.<p>Works in all major browsers.<p>No signups. No downloads. 100% peer-to-peer.
评论 #34108942 未加载
评论 #34108255 未加载
omezeover 2 years ago
This is awesome. I wonder why no modern browsers have this baked in.
评论 #34112193 未加载
jiangplusover 2 years ago
Also see keet (<a href="https:&#x2F;&#x2F;keet.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;keet.io&#x2F;</a>), a peer-to-peer chat and video app
xorcistover 2 years ago
What are my options for running a larger scale web conferences (up to a thousand endpoints perhaps, handful of them speaking) with free software and regular web browsers involved?<p>I guess past a certain point it&#x27;s more like streaming than group calls. What have larger f&#x2F;oss events such as FOSDEM used during the pandemic and what did they have to change to get it to scale?
folkravover 2 years ago
&gt; The sweet number is somewhere around 6 to 8 people in an average high-speed connection.<p>Based on mesh architecture WebRTC, so unfortunately not really an option for anything but small calls. WebRTC is fun, but in the end, someone has to do the encoding, and w&#x2F; mesh, the client pays the price.
评论 #34108909 未加载
评论 #34108707 未加载
guerrillaover 2 years ago
Is this like jump.chat where you share links? What&#x27;s meant by disposable?
评论 #34108418 未加载
dtx1over 2 years ago
Does this work if everyone is behind a different NAT? If so, how?
评论 #34109026 未加载
评论 #34112245 未加载
codetrotterover 2 years ago
Is node and npm required only for building the project, or also for running it?<p>In other words, can this run if I upload the html, js and other files to static hosting?
评论 #34111379 未加载
koolalaover 2 years ago
How many concurrent users can it support on a single cheap nodejs server? Or is the client the bottleneck?
评论 #34111229 未加载
thepraover 2 years ago
Is there a way to integrate it into other software products?