lundi 22 octobre 2018

.mov file is not supported in my laravel blade file with HTML

I am trying to display .mov video on my laravel blade file,but i cannot get visualization of video getting only audio from the file.

Here is my code:

<html>
<head> <title> Video </title>
</head>

<body>
 <video width="400" controls autoplay>
    <source src="sample_iTunes.mov" type="video/mp4">
</video>
</body>
</html>



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire