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.

What video hosting pipelines are startups using?

6 pointsby jasan_sover 8 years ago
Few I have considered: 1: Upload raw video to Amazon S3&#x2F;GCS -&gt; Zencoderencoder -&gt; save back to S3&#x2F;GCS-&gt; Serve through CDN(upside:reliable), (downside:expensive and round-tripping extra bandwidth)<p>2: Upload Raw video to Vimeo PRO-&gt; serve directly through Vimeo CDN(upside: No bandwidth limits) (Downside: Storage Limits)<p>3: Upload To Amazon S3 -&gt; transcode with zencoder-&gt; upload to vimeo(upside: raw video never stored on vimeo)<p>What are other startups using for their User uploaded Video files?

1 comment

ladybroabout 8 years ago
I&#x27;m working on a video-centric startup right now and have been putting a lot of effort and thought into this over the last few days.<p>I started off using the Streamble API to upload and serve videos before realizing I needed more control. Now, I&#x27;m heading down path #1 and am working on getting GCS &#x2F; Zencoder &#x2F; CloudFlare working.<p>Have you discovered anything significant or had new thoughts in the past week? I&#x27;d love to chat about this with somebody as I&#x27;m solo and find myself questioning my knowledge in some areas.