I am trying to serve up mp4 / webm files using the native html5 video tag but my code does not seem to work on most browsers. I have identified the problem (adding MIME types to htaccess) but am not able to solve it.
Im on free shared hosting provided by my ISP... i cant run php on the server but i can host a lot of files there. For some reason it wont allow me to have my own .htaccess file either.
Is there any other way to force the server to apply the correct content-type to these files?