使用 Flash“离线”播放视频
我正在构建一个需要在线工作(使用 http:// 在浏览器中提供服务)和离线工作(使用 file:/// 在浏览器中提供服务)的网站。该网站使用基本的 HTML,但需要能够播放 FLV 或 MP4 视频。有许多视频播放器可以在线工作,但是让播放器在用户计算机上工作则更成问题。我尝试过的每一个要么不起作用,要么显示一条有关将 Flash 影片添加到 Flash 播放器中我的可信文件中的消息。
我尝试过:
- jwPlayer
- FlowPlayer
- MediaElementJS
- Lean Back Player
- projekktor
- Strobe Media Playback
有人遇到过类似的问题吗?有人对可能有效的替代方案有建议吗?
提前致谢。
I'm building a site that needs to work both online (served in a browser using http://), and offline (served in a browser using file:///). The site is using basic HTML, but needs to be able to play FLV or MP4 videos. There are many video players that work online, but getting a player to work on the users machine is more problematic. Every one I have tried either doesn't work or shows a message about adding the flash movie to my trusted files in flash player.
I've tried:
- jwPlayer
- FlowPlayer
- MediaElementJS
- Lean Back Player
- projekktor
- Strobe Media Playback
Has anybody experienced a similar problem? Does anybody have a suggestion for alternatives that may work.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过更多研究后,我发现了另一个允许离线播放的播放器 - http://www.jcplayer.com/< /a>.当然还有其他地方,但这满足了我的需要!
After a fair bit more research I've found another player that allows playback offline - http://www.jcplayer.com/. Sure there are others out there somewhere, but this serves my needs!