Reputation: 167
I have .mp4 files with codec MPEG4 but I am facing problem when i try to display those videos in web page.
Note: I can able to play same videos in windows media player and Movies player.
I don't know how to resolve this issue.
My Questions are:
1) why HTML5 video tag is not supporting when video is fine with Windows Media player and Movies player ?
2) How to display these .mp4 files with codec MPEG4 in web page.
Upvotes: 0
Views: 1896
Reputation: 31100
Correct. It will only support h.264 or probablly VP9. The reason for standards should be obvious. Supporting may codecs is a lot of extra work, and a lot of extra costs to pay the roalities patents for the codecs.
2) how to display -> transcode to h.264.
Upvotes: 1