In our application,we save some flv data in the oracle data using the blob type.
Now we want to display these videos in the web page,since we want the video can be played across browser,so we want to use something like flash.
I have googled,and found the flowplayer is pretty good,however it is not in our consideration because:
1)there are some logos in the free version.
2)The most important,the flowplayer and some plugin(the playlist plugin) is built based the jQuery, and in our page we have used the prototype1.4,so we do not want to use two different lib at the same time for avoiding the conflict problem.
We just have the following requirements:
1) it can support the video stream rather than a flv file.'
I mean our video is saved in the db, when we retrieve it,we get the binary stream,it would be find if we do not need to transform it as a real xx.flv file.
2)It would be better if the player do not user some third part lib which may cause conflict problem
3)Support playlist.
Since we may have several video parts for one object,for example,for a building,we may have 3 video to display it. So it would be better if the player support playlist(for example,there is a "next video","prev video" in the controls of the player.
4)lightweight.
Any suggestion?