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.

Show HN: Shareable.Theater – A WebRTC theater for watching things together

24 pointsby whytheplatypusalmost 5 years ago

4 comments

LockAndLolalmost 5 years ago
I really like the idea. Watching stuff together at a distance is great when you can&#x27;t physically meet up. It would be great to know how this works and the requirements therefore too.<p>This doesn&#x27;t work with multicast, does it? I surmise that the bandwidth requirements of the initiator increase linearly with the number of participants, but it would good to put that in the README.<p>Would also be good to say a word about latency. Will the host (or as they might be known in the project: projector) be 3-5 seconds ahead of the guests?
评论 #23661310 未加载
whytheplatypusalmost 5 years ago
This project came out of some friends and I missing watching bad movies together. I&#x27;m of the mind that writing software takes practice. So it was a great chance to practice general p2p design and specific WebRTC implementation.<p>The basic idea is, one person can open a theater and share their screen or load a video file. Then anyone with the audience link can watch along with them.<p>I hope it lets some people enjoy some movies together!<p>I&#x27;d love any and all feedback &#x2F; contributions to the code <a href="https:&#x2F;&#x2F;github.com&#x2F;whytheplatypus&#x2F;shareable.theater" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;whytheplatypus&#x2F;shareable.theater</a>!
oplavalmost 5 years ago
Have you hit any limitations on what type of media can be played back (resolution, encoding, bitrate, etc)?<p>We are working on a internal project at work using WebRTC for some non traditional use cases and came across some limitations with large resolution, high bitrate H264 video.
评论 #23662052 未加载
totetsualmost 5 years ago
This is great for just sharing a video with my overseas family without uploading it to anywhere