Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Video not getting played for .mov video format


Hi,

We are facing the issue while rendering the .mov video format we are getting following error in error console [HTTP "Content-Type" of "video/quicktime" is not supported. Load of media resource ].

Can you help us to over come from this issue.

Kindly use the below link for reference:

http://poovannan.staging.airpush.com/test/JW/example.php

Thanks

2 Community Answers

Todd

JW Player Support Agent  
0 rated :

Use Handbrake to encode your video as an H.264 MP4 and be sure to enable Web Optimized. The correct MIME type for MP4 is video/mp4.

Hope this helps,
Todd

MisterNeutron

User  
0 rated :

Every file that a server provides comes with an HTTP header that tells the browser what kind of file it is. Your server is producing the video with a MIME type of "video/quicktime," whereas it needs to be "video/mp4." Your server administrator needs to fix this. If you can edit your own .htaccess file on the server, you can add this line:

AddType video/mp4 .mp4

But it really would be best if the server administrator corrected the error in the server configuration.

This question has received the maximum number of answers.