How To Play .mov Files In Video Tag
I am trying to play .mov videos in HTML5 browser. I have tried everything available over the internet e.g. attribute 'controls' using
Solution 1:
The Video tag only supports certain filetypes. The .MOV container uses the Quicktime codec which is proprietary Apple software and is not on the list of Media formats supported by the HTML audio and video elements. I'd suggest transcoding the footage to .MP4 and using that instead.
Post a Comment for "How To Play .mov Files In Video Tag"