Close

MP4 MIME Type

Now that I am developing video player for MP4 media files. I wanted to throw some .mp4 files on my server and pull them up on the browser to view and play them.

I quickly ran into a 404 and realized. I hadn’t added the MP4 MIME type to IIS (7.5).

This is what I added:

File name extension: .mp4
MIME type: video/mpeg

scroll to top