jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

Correcting to make RFC3003 compliant so Chrome works #228

Closed ghost closed 10 years ago

ghost commented 10 years ago

L714 correct codec: 'audio/mpeg; codecs="mp3"', to codec: 'audio/mpeg'

Tested in Chrome, Firefox and IE - all works.

See https://code.google.com/p/chromium/issues/detail?id=386073 and http://tools.ietf.org/html/rfc3003

Tilka commented 10 years ago

@digitaltoast Thanks for the fix!