如何集成JQuery视频播放器?

发布于 2024-11-28 19:28:07 字数 168 浏览 2 评论 0原文

我想要做的就是在我的网站上单击一个图像,该图像会弹出一个播放 .mp4 文件的视频播放器?

我一直在搜索并找到了一些,但我似乎无法让他们播放我的文件?

最好的 jquery 播放器是什么以及如何做到这一点?

我认为玩家无法找到我在服务器上的文件。我必须以特殊的方式放置它吗?

All i want to do is on my site be able to click on an image which pops up a video player which plays an .mp4 file?

I have been searching and found some but i cant seem to get them to play my file?

What is the best jquery player to do this and how?

i think the players cant find the file i have on the server. is it a particular way i have to have it placed?

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

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

发布评论

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

评论(2

铁轨上的流浪者 2024-12-05 19:28:07

您可能需要检查 http://videojs.com/。它有一个 jquery 插件。

在现代 HTML 中,您可以简单地使用标签来完成此操作,其余部分由浏览器完成,但视频编解码器和浏览器支持哪种视频编解码器会造成一些限制。 videojs 插件似乎有针对这些问题的后备解决方案。

You might want to check http://videojs.com/. It has a jquery Plugin.

In modern HTML you could simply use the Tag for this, the Rest is done by the browser, but there are some limitations caused by the video codec and waht browser supports which video codec. The videojs Plugin seems to have Fallback solutions for these problems.

乖乖兔^ω^ 2024-12-05 19:28:07

我在 Flowplayer 上运气很好。它显示了 Flash 或 HTML 5 播放器(取决于用户的硬件和浏览器),并且在尝试了其他一些产品后,它的 Javascript API 是我发现的最好的。它现在还与在线视频平台集成,因此如果您的项目发展到需要的程度,它是可扩展的。

I've had good luck with Flowplayer. It shows a Flash or HTML 5 player (depending on the user's hardware & browser) and its Javascript API is about the best I've found, after trying a few other offerings. It now integrates with online video platforms as well, so it's scalable if your project grows to where that is needed.

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