html5 - Video-JS and Firefox playback issue -


appears me firefox has withdrawn support html5 video. doing drupal site, integrated video-js library. works ok in ie, chrome, etc. firefox appears not throw error, , attempts play. if set autoplay true, play audio, video missing. see flash of video content screen half covered green raster. have found display on several other sites purport demo html5 video. there plenty of docs ff supports open format cannot find 1 plays properly, have assume ff has changed. https://developer.mozilla.org/en-us/docs/web/html/using_html5_audio_and_video instance if put snippet above page in web page:

<video src="http://v2v.cc/~j/theora_testsuite/320x240.ogg" controls>     browser not support <code>video</code> element. </video> 

the clip apparently loads , there no error event on source, clip doesn't play , alternate content not shown either. wondering if may because outside of u.s. or possibly if there problem firefox setup.


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -