mp4 videos and javascript -


i have problems javascript blugins like

http://jplayer.org/ 

and

mediaelement.js 

that cannot play videos on 500mb. have videos on 1 gb-s. javascript blugins able play many-hours videos internet , work in known browsers (ie, firefox, grome, safary, opera, spartan, ..)? thank you.

could provide further information context of application? instance, transmission problem not related mentioned plugins? happens if try play files? did try play files in native html code, e.g.

<video controls autobuffer preload="metadata"> <source src="myfile" type="video/mp4"></source> </video> 

another issue way of preparing mp4-files. take @ previous post.

last not least such large files can become problem browser itself.

ps: downvoting video related questions?


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -