Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JPlayer issue in IE9

i think there is a problem in jquery.jplayer.min.js file which one i am using.

My jplayer is not working in only IE9.

its working in all other browser.

like image 332
Mrugen Ramani Avatar asked Dec 17 '22 13:12

Mrugen Ramani


1 Answers

In this thread Mark P. notes that you must have MIME types set properly. Try putting this in your .htaccess:

AddType video/mp4 mp4
AddType video/mp4 m4v

More here: http://www.jplayer.org/latest/developer-guide/#jPlayer-server-response

like image 161
squarecandy Avatar answered Dec 24 '22 13:12

squarecandy