如何在jsp中从我自己的应用程序播放视频文件(文件位于我自己的服务器Mysql数据库中。)

发布于 2024-09-06 18:11:27 字数 187 浏览 3 评论 0原文

任何人都可以帮助我,关于如何在jsp应用程序中播放视频文件。视频文件存在于我自己的mysql数据库中(BLOB格式)。任何人都可以建议如何在jap页面中播放视频文件(流式传输)。

1.有没有API可以播放视频文件。你管嵌入代码.或viemo播放器..

2.是否有任何服务器端配置设置..

关注 苏拉夫·南丹。

Can any one help me,About how to play video file in jsp application.Where the video file exist in my own mysql databse (BLOB format).Can any one suggest how to play thoes video file in jap page(streaming).

1.is there any API to play video file like. you tube Embed code.or viemo player..

2.is there any server side configuration settings..

Regard
Sourav nandan.

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

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

发布评论

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

评论(2

娇俏 2024-09-13 18:11:27

我想现在最简单的是 HTML5。尝试阅读此内容来了解您需要做什么。您还需要提供一个 servlet,它将把您的 BLOB 转储到其响应流中。

另一种方法是 Flash - 有很多解决方案,例如 FlowPlayer。 (不过,您仍然需要该 servlet。)

I guess the easiest is HTML5, these days. Try reading this to see what you need to do. You will also need to provide a servlet which will dump your BLOB into its response stream.

Another way would be Flash - there are plenty of solutions for that, for instance FlowPlayer. (You still need that servlet, though.)

我恋#小黄人 2024-09-13 18:11:27

HTML5 视频标签

我不了解 jQuery,但据我所知,你需要 jQuery 媒体插件 使用 jQuery 播放视频。

HTML5 Video Tag

I don't know about jQuery, but AFAIK, you need jQuery Media Plugin to play videos using jQuery.

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