Video does not load externally

0

I'm using the HTML5 video tag to load a .mp4 video, but when I try to externally it does not load. I checked the MIME Types of the server and it is correct. IIS 8.5 server.

Does anyone have any idea what might be happening?

<video width="400" controls autoplay> <source src="./assets/ComoIntegrarcoma.mp4" type="video/mp4"> Your browser does not support HTML5 video. </video>

    
asked by anonymous 15.08.2017 / 15:58

0 answers