开发者

How to Play video file from my own application in jsp(File is in my own server Mysql database.)

开发者 https://www.devze.com 2023-01-04 00:19 出处:网络
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 vi开发者_如何学Cdeo file in j

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 vi开发者_如何学Cdeo 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.


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.)


HTML5 Video Tag

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

0

精彩评论

暂无评论...
验证码 换一张
取 消