Video does not load externally

Asked

Viewed 39 times

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>

  • 1

    Ideally, you’d put part of your code to help identify problems/solutions (en.stackoverflow.com/help/mcve).

  • If you access the media url, it downloads?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.