Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use jPlayer for playing MP3 #5

Open
mrumpf opened this issue Aug 15, 2012 · 3 comments
Open

Use jPlayer for playing MP3 #5

mrumpf opened this issue Aug 15, 2012 · 3 comments
Assignees

Comments

@mrumpf
Copy link
Member

mrumpf commented Aug 15, 2012

http://www.jplayer.org/

@mrumpf
Copy link
Member Author

mrumpf commented Aug 30, 2012

Bad news:
https://developer.mozilla.org/en-US/docs/Media_formats_supported_by_the_audio_and_video_elements#MPEG_H.264_%28AAC_or_MP3%29

All free browsers drop support for MP3 because of licensing issues! That is the reason why the tag in Chrome and Firefox does not play MP3 natively.

@mrumpf
Copy link
Member Author

mrumpf commented Aug 30, 2012

For jPlayer, a fallback is to use the Flash Media Player in case MP3 is not supported, the issue with the flash player seems to be that only CBR with fixed frequencies are supported: http://www.jplayer.org/latest/developer-guide/#jPlayer-media-encoding

More background information can be found here:
http://www.html5rocks.com/en/tutorials/audio/quick/

@mrumpf
Copy link
Member Author

mrumpf commented Aug 30, 2012

@ghost ghost assigned mrumpf Aug 30, 2012
mrumpf added a commit that referenced this issue Aug 30, 2012
Played around with the different possibilities to play MP3 from within
the browser. The current solution is to use good old flash "jMP3", a
jQuery plugin.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant