IE MEDIA12899: AUDIO/VIDEO: Unknown MIME type.
When the page with the media first loads it starts auto playing just fine however after trying to "skip" tracks using jwplayer().playlistItem(index); or when the next item in the play list tries to play I get the error,
MEDIA12899: AUDIO/VIDEO: Unknown MIME type.
Error playing media: %o [object MediaError] http://www.address.com/10454157.mp4
"Error playing media: %o %s"
[object MediaError]{code: 4, constructor: MediaError {...}, MEDIA_ERR_ABORTED: 1, MEDIA_ERR_DECODE: 3, MEDIA_ERR_NETWORK: 2, MEDIA_ERR_SRC_NOT_SUPPORTED: 4, msExtendedCode: -2147467259}
"http://www.address.com/10454157.mp4"
CAPTIONS([object Object])
CAPTIONS([object Object])
I have have tried what is on other posts such as making sure the server settings for the MIME type are supported, I have tried running IE in compatibility mode, and i have double checked the javascript. It seems to work fine in firefox, safari and chrome.