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 type video/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
1) Select the site to configure in IIS, right click and select "Properties"
2) Under HTTP Headers Tab, select "File Types" under the MIME Map section and select "New Type"
3) Type ".flv" as the associated extension and "video/x-flv" as the content type or "flv-application/octet-stream" I'm not sure on which one gives here.
4) for .mp4 files type ".mp4" as the extension and "video/mp4" as the mime type (this one I tested personally)
5) Select "OK",
6) type services.msc, find the "World Wide Web Publishing Service" and click
on the restart icon on top or open up and choose restart
Related Posts:
- How do I control video media display sizing with native wordpress player
- How to Protect Uploads, if User is not Logged In?
- Add a menu item to WordPress 3.5 Media Manager
- Delete an attachment in the WP media modal window
- Media library to list images only user uploaded
- Rendering the uploaded file in a wp.media object
- How do I force WordPress to show most recent version of images in the media library?
- WordPress Media Manager 3.5 – default link to
- Proper way to add a button to the top menu of the media library?
- display image size in media library screen
- How to capture the selection:toggle event fired by wp.media
- Changing the media library default tab
- Best plugin to manage media library? [closed]
- Change default tab of media manager
- Restricting access to files within a specific folder [duplicate]
- get total number of images from media using xml-rpc
- Audio Playlist : How to bind events for “track change”, “track end”?
- Images are registered in media library but still won’t show up
- Upload mobi and epub file in the MEDIA of WP
- Handle lots of images within the media uploader / selector
- Rest API rename media
- Custom media picker in meta box: how to select available image sizes?
- WordPress 3.0 Media Upload Directory
- Can’t edit media details in new role
- Best way to strip character entities (%20 etc)
- 3.5 Media Manager – callout in metaboxes
- How to bulk Edit Dates in Media Library?
- Add instructions For Media Library Uploads
- Audio file’s length (duration) is missing from Attachment Details in Media Library [closed]
- Media Manager: refresh library after new selection
- Cannot upload anything via wordpress
- Overriding of the template for the Attachment “thumbnails” in the Media Grid isn’t working
- Importing Media IDs but not related attachment
- Allow Editor Role to Edit Media
- Bulk image importing from folders
- Creating subfolders in the media library
- how to upload file to media library using link [closed]
- Media Library empty after server move (exact copy of files and db’s)
- Media Manager (since 3.5): How to show an empty Media Library when creating a media frame?
- Media attachment pages giving 404’s
- Media Library not showing images but still acknowledges existence
- Too slow Image upload in WordPress Media Library as image number increases
- Remove delete-attachment button for every media
- How to disable Media Library?
- How to disable (and hide) the Media Library for certain users?
- Attaching images to multiple galleries
- How to re-house images in uploads/YYYY/MM
- Publish / unpublish media items in the media library
- Media Library modal customization
- How to Protect Uploads, if User is not Logged In?
- Creating multiple instances of Media Uploader
- Handle image file and save it to media
- Insert Link to Audio versus Embed Audio Player
- Can we reuse WordPress drag drop media upload in plugins?
- Change default ‘file not supported’ error message
- How to create different media uploader frames / filter library depending on a custom action
- Import of 200+ sermons
- Pictures won’t display in media library and also won’t show preview when selected
- How to batch-add image file extension without losing DB refs?
- Add link to media files in backend and modify linked images in the frontend
- Looking for a way to insert PDF image preview in TinyMCE
- Pre populate WordPress wp_media modal with image selection
- How to Fix HTTP Error When Uploading Images?
- Enhance Media Manager for Gallery
- Extend Media Library
- WordPress 3.5: Setting custom “full URL path to files” in the Media Library?
- For what security reasons are svgs blocked in the media uploader?
- Update media library files after upload via FTP
- Upload images to remote server
- Add media with WP-Rest-API v2
- How can you set maximum width for original images?
- Custom post type with a forced fixed aspect ratio image crop
- How to show all available images in WP’s media library when using the Polylang plugin?
- Cleanup uploads folder, Media Library db structure
- WordPress 3.5 Media Manager – add a button
- How can I bulk delete media and attachments using WP-CLI?
- WordPress Image Editor not working – conflict?
- Remove “Insert from URL” link in Media upload – WP 3.5
- Which filters or actions to use after a media upload and delete?
- Linking a PDF as a downloadable document
- Filter for changing MediaElement.js Settings
- Protecting direct access to PDF and ZIP unless user logged in (without plugin)
- How to wp_upload_bits() to a sub-folder?
- Filter by post category in Media Library
- Change Media Uploader default directory
- Replace audio/video enclosure with player?
- How to hide media uploads by other users in the Media menu?
- “Add Media” only shows “Full Size” under Attachment Display Settings
- What is the best practice for renaming WordPress media files?
- Where do the favicons for Media Files come from
- Update media file url in wordpress media library
- Is there a user-facing interface to edit an attachment’s permalink?
- Is it possible to trigger some JavaScript when Media Popup is opened?
- How to call WP3.5 Media Library manager?
- Creating a metabox to upload multiple images, Ignoring The Featured Image
- Hide old attachments from wp media library
- wp media regenerate unknown –image_size parameter
- Get all posts (of any post type) an attachment is used in
- Failed to import media from a local wordpress site to a live one
- Password protect some uploaded files, so only logged-in users can view them