Posted on August 27, 2008 - by Igor
Problems getting Quicktime export to web files to play online
If you are using Quicktime Pro “export to web” option to create the .mov and various .m4v and .m4a files and the files do not work once uploaded on Windows Server, don’t despair. You are sure you have uploaded them and the links are fine, however they still do not work and 404 error page appear or faded Quicktime logo with a white question mark.
The problem lies in server configuration to handle and serve those extensions. To fix the problem you need to configure Windows IIS Server to support Apple Podcast file extensions m4a and m4v.
If Windows IIS web server does not know the MIME type for a file extension the file request will be rejected and any attempts at downloading the file will fail with an indication the file cannot be found.To correct this in Windows IIS Server do the following:
This task will update MIME Types for all IIS Web Sites on an IIS Managed Server – Must Restart
- On Web Server open Internet Information Services (IIS) Manager
- Right-Click the (Local computer) and choose Properties.
- Select the MIME Types button at the bottom of the window.
- Select New and enter the Extension with a leading period .m4a
- Enter the MIME Type using the list provided. Example: audio/x-m4a
- When done choose OK then Apply.
- Right-Click the (Local computer) and choose All Tasks – Restart IIS
This task will update MIME Types for a specific Web Site without IIS Restart
- On Web Server open Internet Information Services (IIS) Manager
- Expand the (Local Computer)
- Expand the Web Sites folder.
- Right-Click the Web Site you wish to update and select properties.
- Select the HTTP Headers Tab.
- Select the MIME Types button at the bottom of the Tab Window.
- Select New and provide Mime Extension and Type as before.
- Select OK then Apply. No Restart required
Most Commonly used files and MIME Type Extensions for Podcasting
- File: .mp3 Type: audio/mpeg
- File: .m4a Type: audio/x-m4a
- File: .mp4 Type: video/mp4
- File: .m4v Type: video/x-m4v
- File: .mov Type: video/quicktime
