Hello ,
I need to develop an app which will be using h.264 - 3gp baseline - HTTP streaming for videos. Which is the best suited player for this? and would it be a problem after the encaspulation of the HTML application?
Thanks in advanced
There's a video element (tag) for html5. You can use it.
There are number of js libraries available which provide some interesting enhancements on top of tag. For example, you can check http://videojs.com/
Thanks.we will use this video tag in our application.
A few other options for HTML5 video player:
http://www.longtailvideo.com/jw-player/http://sublimevideo.net/
jPlayer is the completely free and open source media library written in JavaScript
i would choose the html 5 tag. i don't yet have tried it but i know with audio a stream needs to end with a ;
<video> tag is simpl enough if you go for a player use adobe players
u can directly embed video in html5