简体   繁体   中英

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

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM