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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -