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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: A Video API which serves best quality dependant on connection?

2 点作者 ABNWZ将近 8 年前
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

kirankn将近 8 年前
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.