drupal 7 - HTML5 video (video.js) not loading in Chrome (2) -


this same question html5 video (video.js) not loading in chrome not resolved.

on chrome mp4 source same message in console:

array[2] 0: "video error" 1: object at_target: 2 ab: function c(){return f} blur: 8192 bubbling_phase: 3 capturing_phase: 1 change: 32768 click: 64 dblclick: 128 dragdrop: 2048 focus: 4096 keydown: 256 keypress: 1024 keyup: 512 mousedown: 1 mousedrag: 32 mousemove: 16 mouseout: 8 mouseover: 4 mouseup: 2 none: 0 select: 16384 bubbles: false cancelbubble: true cancelable: true clipboarddata: undefined currenttarget: video#videojs-306-field-video-file-video_html5_api.vjs-tech defaultprevented: false eventphase: 2 initevent: function initevent() { [native code] } lc: function d(){return l} preventdefault: function (){e.preventdefault&&e.preventdefault();a.returnvalue=l;a.yb=c} relatedtarget: undefined returnvalue: true srcelement: video#videojs-306-field-video-file-video_html5_api.vjs-tech stopimmediatepropagation: function (){e.stopimmediatepropagation&& stoppropagation: function (){e.stoppropagation&&e.stoppropagation();a.cancelbubble=f;a.ab=c} target: video#videojs-306-field-video-file-video_html5_api.vjs-tech timestamp: 1372499702066 type: "error" which: undefined yb: function d(){return l} __proto__: object length: 2 __proto__: array[0] concat: function concat() { [native code] } constructor: function array() { [native code] } every: function every() { [native code] } filter: function filter() { [native code] } foreach: function foreach() { [native code] } indexof: function indexof() { [native code] } join: function join() { [native code] } lastindexof: function lastindexof() { [native code] } length: 0 map: function map() { [native code] } pop: function pop() { [native code] } push: function push() { [native code] } reduce: function reduce() { [native code] } reduceright: function reduceright() { [native code] } reverse: function reverse() { [native code] } shift: function shift() { [native code] } slice: function slice() { [native code] } some: function some() { [native code] } sort: function sort() { [native code] } splice: function splice() { [native code] } tolocalestring: function tolocalestring() { [native code] } tostring: function tostring() { [native code] } unshift: function unshift() { [native code] } __proto__: object 

types set correctly in .htaccess

<video id="videojs-306-field-video-file-video_html5_api" data-setup="{}" class="vjs-tech"   autoplay="" preload="auto" src="http://wasserfuerwasser.ch/sites/default/files/videohtml5/tele1_wasser_fuer_wasser.mp4">   <source src="http://wasserfuerwasser.ch/sites/default/files/videohtml5/tele1_wasser_fuer_wasser.mp4" type="video/mp4"> </video> 

this mp4 file not play natively in chrome - codec problem - colorspace problem etc. instead of error message in console, mp4 should play via video.js flash player. afaik.

the video "works" in ff, ie, , safari - (in ff think console displays error message video loads anyway).

video.js used in conjunction drupal7

<source src="video/big_buck_bunny.mp4" type="video/mp4" />

<source src="video/big_buck_bunny.webm" type="video/webm" />

to

<source src="video/big_buck_bunny.webm" type="video/webm" />

<source src="video/big_buck_bunny.mp4" type="video/mp4" />

firstly webm file, problem solved


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -