I'm trying to use videojs for a html5 video with fallback to flash for those browser that can't play html5.
I tried in two mode: with Video module setted to display html5 with videojs and without video module, displaying the file field directly with videojs and in both cases:

- Whit firefox HTML5 doesn't work (but the demo.html page of videojs works) and i see the flash player, I hear audio but I can't see video.
- Whit chrome i see the html5 skin and loading icon but video and audio don't work.

Maybe an incompatibility issue between Video, VideoJS, Media, Flowplayer?
There's a suggested way to retry step by step to find what's going wrong?

Thanks

Comments

stilllife00’s picture

Status: Active » Fixed

I've solved adding
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/x-m4v .m4v
to my .htaccess in drupal folder.

Now I'm trying to test videojs with flash videos...

EDIT:
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/x-m4v .m4v
AddType video/webm .webm
AddType video/x-flv .flv
AddType application/x-shockwave-flash .sfw

this is the final configuration. Hope this helps

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.