Skip to content Skip to sidebar Skip to footer

Play Streaming Videos On Firefox With Html5 Or Flash

I am trying to stream video file on web. my server is httpd 2.2 runnin gon centos 5 64 bit. So far it has worked well with ie9, chrome, opera but I have issues with firefox. I cann

Solution 1:

Firefox doesn't support MP4. If a browser supports HTML5 video, it will look for a file it can play. If it can't find one, it does not then fall back to the Flash version automatically, so for Firefox (and Opera - which also doesn't support MP4), you'll need to also provide a WebM format (and Ogg if you want to support Firefox 3.6).


Post a Comment for "Play Streaming Videos On Firefox With Html5 Or Flash"