As HTML5 doesnot support all the video formats, is there any other JS/JQ based video player that is lightweight and supports variety of video formats? Thanks
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if your concern is simply that you need to display .mp4 in some browser, .webm elsewhere and .ogg in a third and you have sources in all three formats you can simply specify them as alternate sources on the tag and based on the MIME type the browser will display the one that it can support