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: How expensive is it to host and stream video?

18 pointsby ceezunsover 5 years ago
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 comments

GeneticGenesisover 5 years ago
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 未加载
CyberFonicover 5 years ago
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.
adventuredover 5 years ago
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.
ceezunsover 5 years ago
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.
stevenicrover 5 years ago
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.