I created a shortcode
to make an HTML5 player insert into my post, but my problem is when I attempt to view a video that I’ve uploaded with the native Media Uploader
, I get a file not found error. The test video I used is an .mp4
.
Is there a block on using videos in the Media Uploader
that needs to get removed?
This does not appear to be a file permission issue, because the file uploads. When I browse the remote server via FTP, I see my file was added into the /wp-content/uploads
directory.
Any reason why it wouldn’t show up by accessing the file from the browser directly?
Ok, I found the problem. It wasn’t a
WordPress
problem, but a server issue.I had to add the file extension
.mp4
with MIME typevideo/mp4
in the MIME types of the IIS server.Here is the link I found with the steps to correct the issue:
http://forums.asp.net/t/1470612.aspx/1