嵌入视频跨浏览器,单一格式/嵌入

发布于 2024-09-26 06:05:25 字数 206 浏览 3 评论 0 原文

我面前有一项任务,但我不知道最简单的方法来解决。目前,我正在为一位客户在 Symfony 中构建一个管理部分,她想上传视频。她具有转换能力,并将使用我指定的格式,但我只是不知道跨浏览器兼容性最好的是什么。我认为 .mov 看起来不错,但我不知道。我想要简单的嵌入代码并用 js 替换视频 src。一如既往地感谢所有帮助。

提前谢谢你,

  • J

I have a task ahead of me that I do not know the easiest way to address. Currently I am building out an admin section in Symfony for a client and she would like to upload video. She has the capability of conversion and will use the format I specify but I just do not know what the best on is for cross browser compatibility. I think .mov seems pretty good but I do not know. I would like simple embed code and to swap out the video src with js. Any and all help appreciated as always.

Thank you in advance,

  • J

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

入画浅相思 2024-10-03 06:05:25

我认为目前最好的选择是在带有基于 Flash 的视频播放器的 mp4 容器中使用 H264,例如

http://flowplayer.org/

http://www.longtailvideo.com/players/jw-flv-player/

如果您想使用 HTML5 视频,我建议您使用一些 Flash Hybrid 以获得最大的浏览器支持,

请查看:

http://www.longtailvideo.com/support/jw-player/jw-player-for-html5

I think currently the best option is H264 in a mp4-container with Flash based video player such as

http://flowplayer.org/

http://www.longtailvideo.com/players/jw-flv-player/

If you want use HTML5 video I would suggest that you use some flash hybrid to get maximum browser support

Check this out:

http://www.longtailvideo.com/support/jw-player/jw-player-for-html5

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文