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.

Ask HN: What's the best way to create live stream app like Twitch?

2 pointsby eagleheadover 2 years ago
I want to be productive and learn a new stack over the holidays. I have been thinking of creating an app that is something similar to Twitch streaming. The idea is to enable someone to share their screen and camera and instantly offer live stream class. The subscribers will only be viewing the stream and they will have the ability to send messages via chat. I have the chat component finished but now looking into how to make the video streaming component. I have looked into Daily.co, Agora and 100ms but wondering if there are any open source alternates?

3 comments

hollerover 2 years ago
If you&#x27;re doing it strictly for learning, webrtc might not be bad to dabble with (something I want to do as well). For a real project I&#x27;d probably go w&#x2F;existing solution for early iteration.<p>What&#x27;d you use for chat?
评论 #34154694 未加载
quickthrower2over 2 years ago
I would look into Jitsi (open source) and&#x2F;or use JaaS (Jitsi as a service) to “cheat” and see if the api suits you. There is a generous free tier:
theGeatZhopaover 2 years ago
Web-rtc. Browsersupport.