支持流式传输 m4v 文件的 Flash 视频播放器
我正在寻找一款能够在所有浏览器上流式传输 m4v 文件的 Flash 视频播放器。示例文件: http:// /podcasts.cnn.net/cnn/big/podcasts/cnnnewsroom/video/2010/11/23/the.daily.11.23.cnn.m4v
不幸的是,我无法转换格式,因为它源自 3rd派对服务器。我不能依赖 HTML5 视频,因为并非所有浏览器都支持这种格式及其包含的编码。
我已经尝试过几种播放器,例如 JW Player、Kaltura、Video JS、Projekktor 等。使用 Firefox 和 IE 对其进行测试,其中一些根本无法播放 m4v 文件,而另一些则在开始播放之前下载了整个文件。
如果有一个开源解决方案可用,并且具有强大的 JavaScript API,那就太好了。
谢谢!
I'm looking for a Flash video player that is able to stream m4v files on all browsers. Example file:
http://podcasts.cnn.net/cnn/big/podcasts/cnnnewsroom/video/2010/11/23/the.daily.11.23.cnn.m4v
Unfortunately, I can't convert the format since it originates from 3rd party servers. I can't rely on HTML5 video since not all browsers support this format and the encoding it contains.
I've already tried several players such as JW Player, Kaltura, Video JS, Projekktor, and more. Testing them with Firefox and IE, some of them couldn't play the m4v file at all, while others downloaded the entire file before starting to play it.
If an open source solution is available, and one that has a powerful JavaScript API, that would be great.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 VLC 或编写您的 自己的代码。
You can use VLC or write your own code.
我发现的是 html5 视频、jplayer 插件和视频 js。我所能探索的就是这些。因为 mozilla 永远无法播放 m4v 文件,它总是需要一个 .ogv 作为后备文件。它需要在每个文件中安装特定的编解码器机器。
如果您不被迫使用 Quicktime,基于 Flash 的 Long Tail Video Player 是免费的,并且可以进行 Quicktime 编码如果客户端安装了 Flash 10,则为 MV4。
因此尝试使用jwplayer官方网站上的JWPlayer。
必须购买它才能获得许可证密钥。现在可以在跨浏览器上播放 .m4v 视频。效果完美。
What I found was the html5 videos,jplayer plugin and video js.And all i was able to explore.as mozilla is never able to play m4v file it always needs a .ogv as fallback file.it needs to be specific codecs installed in every machines.
If you're not forced to use Quicktime, the Flash based Long Tail Video Player is free and can do Quicktime encoded MV4 if the client has Flash 10 installed.
Hence tried using the JWPlayer from the official site of jwplayer.
Will have to purchase it to get a licence key.Now able to play .m4v video on cross browsers.It works perfectly.