Search code examples
htmlmp4flvavivideo-player

all video formats are not working in html5 video tag


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.


Solution

  • You can achive this by using http://mediaelementjs.com/ plugin.It will play .ogv,.mp4,.webm. This will solve your problem.