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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Do we still need FLV?

1 点作者 cedel2k1超过 13 年前
As Flash started to support MP4 back in 2007, does somebody still see any advantage (compatibility reasons?) in converting videos to .flv in parallel to .mp4?<p>I just wonder why the majority of html5/flash players (http://praegnanz.de/html5video/) still suggest/support .flv as a fallback format.

2 条评论

Rust超过 13 年前
FLV is a holdover from a less civilized time.<p>The new regime requests the following in at least 3 different bandwidths (mobile, standard, HD) each:<p>* MP4 (h.264 Main Profile w/AAC audio) * OGG (Theora with Vorbis or MP3 audio) * WEBM (WebM with Vorbis audio)<p>This is from memory, so I could be mistaken about the specific codecs used for those last two, but those three file types combined with a player (or JS library) that detects bandwidth capabilities should let you play a video back on virtually any modern device (ie. most phones, tablets and browsers), and fall back to Flash using MP4 for browsers without HTML5 video element support.<p>I've used VideoJS and JWPlayer in the past (and recently!) with great success. There is no need for an FLV version of the video unless you expect your users to be using Flash before version 9 (or was it 8?).
peterhunt超过 13 年前
FWIW, we do not convert to FLV anymore for Facebook video.