I have to use any html video player in which all formats of videos play. But video tag of html5 only play mp4 and ogg. I also tried <iframe>
tag but could not find any solution. Is there any way to handle all video formats.
You can achive this by using http://mediaelementjs.com/ plugin.It will play .ogv,.mp4,.webm. This will solve your problem.