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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How expensive is it to host and stream video?

18 点作者 ceezuns超过 5 年前
Hi folks,<p>I&#x27;m thinking of launching a site that deals directly with uploading, hosting, and streaming videos.<p>I was wondering what the cost for this would like?

5 条评论

GeneticGenesis超过 5 年前
Hey, I&#x27;ve worked in streaming video for 10 years now, and I co-organise the biggest video streaming conference in the world. Here&#x27;s my insights.<p>If you want to build a video platform from scratch, your cost models are going to be dominated by the combination of data egress and CDN costs. Transcode and storage costs are non-trivial, but do quickly become noise against delivery costs.<p>As CyberFonic mentioned, AWS has a variety of media products, which for transcode and storage work well, but then to deliver you&#x27;ll need a CDN to deliver the content. The simplest way of doing this is to just hook up CloudFront, but the list prices for CloudFront are very high ($0.085&#x2F;GB in the US), you&#x27;ll be able to negotiate this down, but Cloudfront isn&#x27;t actually a great CDN performance wise (particularly outside the US), and eventually you&#x27;ll want to use a multi-CDN strategy for performance and reliability reasons.<p>Then comes the second hit, if you store your content in AWS and need to egress to a third party CDN, you can be paying very high data rates on that data transfer, particularly in regions such as Asia and Australia &#x2F; NZ.<p>Now, honestly, if you&#x27;re small and have a lot of time to invest, go for it, it&#x27;s an amazing learning experience, you can learn a lot about how streaming video works on these sites and playlists:<p><a href="https:&#x2F;&#x2F;howvideo.works&#x2F;" rel="nofollow">https:&#x2F;&#x2F;howvideo.works&#x2F;</a> <a href="https:&#x2F;&#x2F;awesome.video&#x2F;" rel="nofollow">https:&#x2F;&#x2F;awesome.video&#x2F;</a> <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UCIc_DkRxo9UgUSTvWVNCmpA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UCIc_DkRxo9UgUSTvWVNCmpA</a><p>Honestly, my recommendation is to focus on content, and user experience, and utilise modern off-the-shelf video services, like:<p>Mux - <a href="https:&#x2F;&#x2F;mux.com" rel="nofollow">https:&#x2F;&#x2F;mux.com</a> - An API first video infrastructure provider (Disclaimer: I work here) Cloufdlare Stream - <a href="https:&#x2F;&#x2F;www.cloudflare.com&#x2F;en-gb&#x2F;products&#x2F;cloudflare-stream&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.cloudflare.com&#x2F;en-gb&#x2F;products&#x2F;cloudflare-stream&#x2F;</a>
评论 #21826197 未加载
评论 #21825888 未加载
CyberFonic超过 5 年前
I invested 2 minutes of my time and found:<p><a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;solutions&#x2F;live-streaming-on-aws&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;solutions&#x2F;live-streaming-on-aws&#x2F;</a><p>and<p><a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;mediaconvert&#x2F;pricing&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;mediaconvert&#x2F;pricing&#x2F;</a><p>Assuming you trial a MVP using AWS those two pages might give you some indication of ball park costs.<p>If you are looking at co-lo provisioning then you will probably need to plunk down in the order of USD10,000 to USD50,000 to test the waters.<p>Either way, in the long term I think your per minute per connection costs will probably be in the order of the AWS costings. After all, they do that sort of thing on a massive scale and have a great deal of experience.<p>Good luck with your planned venture.
adventured超过 5 年前
To get better responses here, you&#x27;ll want to add some additional information, such as: how large you&#x27;re aiming for the service to be (50 users, a million users), what kind of video files will you be streaming (how large, what quality), what kind of performance demands do you need to meet for your users (will they get upset if you&#x27;re ever down or your streaming quality isn&#x27;t perfect), are you looking at self-hosting (smaller usage scenario) or cloud hosting, is it targeted at being a serious commercial service you charge for at some point, and so on.
ceezuns超过 5 年前
Hi Folks,<p>Since additional details were requested, I&#x27;all add them.<p>I&#x27;m not quite sure how many users this will pickup, it depends on how on demand the site is, but I do YouTube &#x2F; Twitch reliability and quality.<p>I can&#x27;t quite say much more as I haven&#x27;t fully thought through all the details, as I just want to put my foot into the water and know how much money it would take, before I invest any time.
stevenicr超过 5 年前
buy mechbunny for $500 - setup hosting for $200 &#x2F; month<p>if you outgrow that, you&#x27;ll have better ideas &#x2F; data on what you want to do and how to get there. You&#x27;ll also be able to see if you can monetize enough to scale up bandwidth. You should have plenty of test the waters with 20TB a month I would think.<p>ymmv.<p>there are some similar options, but after doing some of these, this is where I&#x27;d start :)<p>be prepped for handling dmca contacts, and such or things spiral quickly. I&#x27;ve dabbled in this area for years.