I'm trying to insert a video into a page that uses html and php.
I tried to use this tag <video src="video.mp4"></video>
I also tried as <video><source="video.mp4" type="video/mp4"></video>
when I open the page in my browser, it works, but when I open it through the site it is inserted, the message Video Format or MIME type not supported.
I've already tried converting the video to "Webm", but it continues the same message.
The browser is Firefox.