CentOS 5 - HTML5 video issues on Google Chrome and Firefox -


i trying reproduce html5 video embedded on wordpress site code:

<video poster="http://www.majestichotelgroup.com/wp-content/uploads/2014/02/secuencia-foto-paris-barcelona.jpg" controls="controls" muted="muted" preload="auto" loop="true" autoplay="true">     <source type="video/mp4" src="http://www.majestichotelgroup.com/wp-content/uploads/2014/03/secuencia-barcelona-paris-no-audio1.mp4">     <source type="video/webm" src="http://www.majestichotelgroup.com/wp-content/uploads/2014/03/secuencia-barcelona-paris-no-audio1.webm">     <object width="1900" height="1060" type="application/x-shockwave-flash" data="http://www.majestichotelgroup.com/wp-content/themes/jupiter/js/flashmediaelement.swf">    <param name="movie" value="http://www.majestichotelgroup.com/wp-content/themes/jupiter/js/flashmediaelement.swf"><param name="flashvars" value="controls=true&amp;file=http://www.majestichotelgroup.com/wp-  content/uploads/2014/03/secuencia-barcelona-paris-no-audio1.mp4"><img src="http://www.majestichotelgroup.com/wp-content/uploads/2014/02/secuencia-foto-paris- barcelona.jpg" title="no video playback capabilities">     </object> </video> 

note: website not online, need change host access (213.27.146.189 www.majestichotelgroup.com)

video worked fine on ie, mozilla , chrome video stopped reproduce on chrome , firefox. added mime-types .htaccess issue still there.

on ie9 mp4 video reproduced fine. on firefox , chrome webm file should reproduce receive these messages: firefox: no video supported format , mime type found chrome: video.mp4 net::err_empty_response video.webm net::err_empty_response

i think related centos 5.10 server configuration.

could me this? starting run out of ideas.

thanks lot, enrique


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -