jquery - jPlayer not playing right away -


i have jplayer installed on website , works great in chrome in other browsers waits download whole video before starting play - if @ demos on jplayer website work fine in browsers. there doing stopping working correctly?

here code using: http://pastebin.com/kcwli22c - not including rest of page..

thanks.

i believe it's issue m4v file format (your code mentions m4v assume that's format you're using).

the best format streaming video in flash player flv. or ideally switch html5 video.

if you're stuck m4v files this thread has suggestions on adjusting files allow streaming. problem m4v files default store important information @ start , @ end of file, can't played without whole file being downloaded. adjusting file , moving important information start of file can begin playing immediately.

hope helps


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -