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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How are big players handling large number of live video broadcasts?

3 点作者 grif-fin超过 8 年前
Periscope. According to an article from medium [1] Periscope had a peak of around half million daily broadcasts. This may mean that Periscope have handled many live broadcasts to tens of thousands of users simultaneously!<p>Here I can imagine some complex hybrid P2P and TURN server with regional load-balancing and limiting content exposed to users may do the trick for handling the traffic. But this will come with expensive cost.<p>So my question is, from point of view of a start-up which has a similar problem of scaling as traffic grows, how would you implement your handling of this traffic?<p>P.S I understand you may say start-up project with 10 live broadcasts would be a dream! So I will clarify, how do you gradually move so if the project is successful you can handle the traffic with minimized costs on bootstrap?<p>[1] https:&#x2F;&#x2F;medium.com&#x2F;@somospostpc&#x2F;how-many-periscope-broadcasts-are-made-daily-808ae7f32de#.w2tltjeul

1 comment

brudgers超过 8 年前
My understanding is that companies with successful systems running at scale usually created those systems after throwing away a series of systems that ran at lower scale. In the case of video, Netflix threw away a system that sent DVD&#x27;s through the snail mail.<p>The big problem is getting to the point where your problem is scaling. Scaling is a good problem to have.