I am using JW Player plugin from wordpress. I try to upload mp4 file in the admin dashboard -> media
There is nothing problem in the uploading. but when i try to load the video in jw player of wordpress it loads only audio. When i try to upload the file it shows the mime type as
video/quicktime but i uploaded the mp4 file and mime type should be video/mp4 Not sure why this should happen.
Here is the screenshot that i uploaded from my side
How to change the mime type as video/mp4. Is that anything in wordpress or in convertor?
Any one give me a suggestion to overcome this problem
Reg,
vicky
To add additional MIME types, in function.php write the below code:
To remove existing MIME types:
You can also add the video/mp4 mime type via .htaccess
Sample: