NOTICE: FORUMS MOVING
Thank you for visiting and participating in the Video.js forums. We are currently moving the forums to Stack Overflow and GitHub Issues. If you have a question or need help with Video.js, please post your question on Stack Overflow and add the tag 'video.js'. If you've found a specific bug in Video.js, please submit it in the issues tracker.
flv with videojs
can videojs player play flv?
2 Posted by Merk on 17 Jun, 2011 06:01 PM
Yes, but only in the Flowplayer flash fallback.
3 Posted by Chuck Carpenter on 16 Mar, 2012 08:36 PM
The magic answer for this, that it took me awhile to discover today, is that all you have to do is list that file type first. Then if HTML5 fails, it'll use the FLV over the MP4.
4 Posted by bhupi on 06 Sep, 2012 04:40 PM
can you share a code snippet on how to achieve this?