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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Briefing – Anonymous, secure, open source WebRTC group video chat

203 点作者 holtwick将近 5 年前

10 条评论

cryo将近 5 年前
I don&#x27;t understand the anonymous claim.<p>Since in WebRTC peers connect directly to each other they&#x27;ll see the IP of the other peer and can determine their locations.<p>Further there is the signalling server which may also see these connection details if it isn&#x27;t end to end encrypted (I haven&#x27;t checked the code).<p>IMHO private might be a better word than anonymous here.
评论 #23524976 未加载
评论 #23531807 未加载
Andrew_nenakhov将近 5 年前
<i>&gt; Anonymous end-to-end encrypted</i><p>End to end encryption implies that you have established an encrypted connection with a known participant and secured it by verifying your keys either off-band or via some CA provider to prevent MitM attack.<p>If your chat partner is anonymous, and your only connection is via offered service, there is no way to determine if you are being spoofed.<p>So anonymous end-to-end encryption is an oxymoron. I wish people would drop this e2ee fetish, insisting it everywhere, and would learn how it works, so they would be using the real thing where it makes sense, instead of opting for readily supplied snake oil.
评论 #23534570 未加载
评论 #23534575 未加载
schoen将近 5 年前
How does the encryption work here? The home page says &quot;end-to-end encrypted&quot;; is there a key management concept and a key verification feature of some kind?
评论 #23524375 未加载
seesawtron将近 5 年前
Looks really cool. One key element is that anyone can spy on your call if they guess the random name that you generate to create the link. I am curious what randomizations you have used to generate those? (perhaps you don&#x27;t want to share to avoid exactly the spying, I can understand if you feel that way). Thanks for your insights. Cheers
评论 #23527422 未加载
Angostura将近 5 年前
I just wanted to say that this looks very nice indeed.
tpetry将近 5 年前
How do you do the background? Are you using the bodypix tensorflow library? Because in my tests it had been horrible slow and very inaccurate depending on lighting,
评论 #23524946 未加载
totetsu将近 5 年前
Looks useful thank you for sharing.<p>The website that provides the web app and mediates the communication stores as (<i>few</i> -&gt; <i>little</i>) data as possible
sci_prog将近 5 年前
Do you maybe have instructions on how to set this up on my own server&#x2F;domain? I&#x27;ve looked at the code but I&#x27;m not familiar with Vue. I have an online webgl multiplayer game where I create random room names to connect players. It would be amazing if I could use my domain and the same random room to enable video chat among the players.
waynenilsen将近 5 年前
How can we further decentralize this such that the entire app runs &quot;without any servers&quot;? Sadly it is so close but the realities of ipv4 and local subnets definitely makes this more difficult. I always thought that this is part of what webrtc was trying to solve
评论 #23527076 未加载
评论 #23526840 未加载
nannal将近 5 年前
&quot;No camera or microphone has been found!&quot;<p>Using firefox 79, the usual prompts to allow permissions were not issued.
评论 #23526572 未加载