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: A Video API which serves best quality dependant on connection?

2 pointsby ABNWZalmost 8 years ago
Anyone know of a service that supplies this that isn&#x27;t youtube? I know youtube has this functionality baked in, but in my experience, many people ask for custom video players, which are very possible with videoJS, but getting the right video dependant on connection is key.<p>I know of no service that offers this atm. Specifically where it will serve up a specific url you can stream from independent of player. In the past I have used Vimeo to serve up the files, but hosted them in a custom player. It&#x27;s possible to write your own script too that will do crude detection of a network speed, but wondering if anyone has any other answers to this.

1 comment

kiranknalmost 8 years ago
The technology is called &quot;Adaptive Bitrate Streaming&quot;. Look for terms like HLS, DASH etc. Many software stacks are available. You may check out jwplayer (paid), videojs (HLS) etc. for some implementations.