I want to play .mov video like as this, but video doesn't play in any browser.
<video width="400" controls Autoplay=autoplay> <source src="D:/mov1.mov" type="video/mov"> </video>
Apple's iTunes and QuickTime programs, VLC, Windows Media Player, and Elmedia Player are all able to play MOV files. If your Apple QuickTime Movie file has the . QT or . MOVIE file extension, you probably need to use QuickTime unless you want to try renaming the file extension to .
The . mov format video can't be decoded by a web browser, but it's possible to play . mov format video from URL with specificated video player software, such as VLC media player. In VLC media player, click Media>Open Network Stream, then paste the URL to open.
Simply speaking, MOV is a special video format designed for Apply devices. In the technical term, MOV files are made under 8-bit architecture which can only be played if the browser is also designed with the same architecture.
You can use below code:
<video width="400" controls autoplay> <source src="D:/mov1.mov" type="video/mp4"> </video>
this code will help you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With