0
I am using the HTML5 video tag to upload a video. mp4, but when testing externally it does not load. I checked the server’s mime types, and it’s correct. IIS server 8.5.
Does anyone have any idea what might be going on?
<video width="400" controls autoplay>
<source src="./assets/ComoIntegrarcoma.mp4"
type="video/mp4"> Your browser does not support HTML5 video.
</video>
Ideally, you’d put part of your code to help identify problems/solutions (en.stackoverflow.com/help/mcve).
– rLinhares
If you access the media url, it downloads?
– Leandro Angelo