Wildhoney / ngVideo

Modularised ~13KB HTML5 audio/video implementation using Angular.js
http://ng-video.herokuapp.com/
MIT License
227 stars 60 forks source link

there is support in firefox ?? #21

Open ikaiser opened 9 years ago

ikaiser commented 9 years ago

there is support in firefox ?? with mac os ?? thanks

Wildhoney commented 9 years ago

It's because the demo uses MP4 – and therefore depends on which version of Firefox you're using. If you use a supported video format, then ngVideo will also work in Firefox.

You can also use the MultiSource in ngVideo to test for support.

HTTP "Content-Type" of "video/mp4" is not supported. Load of media resource http://www.w3schools.com/html/mov_bbb.mp4 failed. ng-video.herokuapp.com
HTTP "Content-Type" of "video/mp4" is not supported. Load of media resource http://www.w3schools.com/html/movie.mp4 failed. ng-video.herokuapp.com
ikaiser commented 9 years ago

Unfortunately, I need a player that plays the mp4 that returns from his facebook bees. so I need a player that is able to show me the mp4 on firefox and OSx. some advice?? i have v 33 of firefox

Wildhoney commented 9 years ago

Without a third-party codec for MP4 installed, Firefox will refuse to play MP4s prior to version 34. There are also some differences between operating systems. I think Windows Vista would play the MP4s, for example. So really there's no way to guanratee MP4 support in Firefox <= 33.

I suppose the only guaranteed way is to use ffmpeg to automatically convert the MP4 into a supportable video format – such as WebM.