Do not watch video

0

I'm making a website where I have to play videos.

I have the video fp-s1c1-pres.mp4 and if you play it

<video width="320" height="240" autoplay>
 <source src="videos/fp-s1c1-pres.mp4" type="video/mp4">
 </video>

But when I put the video Secuencia01.mp4 does not visualize it anything else it reproduces the sound

<video width="320" height="240" autoplay>
 <source src="videos/Secuencia01.mp4" type="video/mp4">
 </video>

Why are you doing that?

Those are the properties of the video

Properties that the first video has different

ancho fotograma 1280 
alto fotograma 818 
velocidad de datos 2935 kbps 
velocidad de bits total 3045 kbps 
tamaño 69.5 MB
    
asked by 08.03.2018 в 18:46
source

0 answers