(评论)
(comments)

原始链接: https://news.ycombinator.com/item?id=41173161

用户开发了一种加密的屏幕共享工具,没有任何持续时间或参与者数量的限制。 这种自托管应用程序需要最少的资源,例如内存、CPU 和互联网带宽。 它仅专注于共享主屏幕,适用于笔记本电脑。 该应用程序使用他们的个人服务器,并支持无限会话,会话持续两天后被删除。 每个会话都采用端到端加密,这意味着即使是开发人员也无法访问共享内容。 除了开发人员使用其自定义工具提供的基本分析之外,没有任何数据跟踪。 该应用程序似乎主要迎合那些寻求一种简单、安全的方法来与他人交换视觉信息的人。 然而,其基础设施可能需要改进,因为用户预计由于使用量增加而存在潜在的扩展需求。

相关文章

原文
I wanted to show you something I was hacking on for the last few weeks.

I tired of sharing screen via Google Meet with 1-hour limitation, with Zoom and 40-minute limitation, etc. With paid Slack subscription. And often times I just needed to screenshare with no audio.

So I ended up with my own solution - no registration, low memory, low CPU, low tek 1 fps encrypted screen sharing. Currently sharing only the main screen (good for laptop users).

It's very raw in terms of infrastructure, since I'm not counting bytes (yikes!), everything works on my own dedicated server. But the service itself has been tested, we've been sharing screens for countless hours. All sessions last for 48 hours, then it gets removed with all remaining info.

Every new frame replaces the other, and everything is end-to-end encrypted so even server owners and operators won't be able to see what are you sharing.

There is also no tracking, except the main page - and I use my own analytics. Sessions are not getting tracked and never will be, and observability currently is not in place.

Again, this is a true one-person side hacking project I hope (but I have serious doubts) I might need to scale if it's getting traction to support more users.

联系我们 contact @ memedata.com