-
Notifications
You must be signed in to change notification settings - Fork 6
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
audio-tag in the new browsers #7
Comments
I don't think podcast should solve this issue. With the newest release you can upload multiple files with different formats – podcast will automatically detect alternative formats – the one you specify is the one used in the feed. Do you think this is a valid implementation? I am open for sugestions on what library to use for video and audio support and flash fallback... I think http://jplayer.org/ would be cool... |
I do not know if I want to save all files in two formats on the server. Flash I do not want to, because some devices do not support the plug-in. Ogg Vorbis isn't supported by portable players. mp4 I could use, because it takes up less webspace. I have no solution to the problem and hope that the market it regulates. Opera is used on PCs slightly. The Firefox is much used in Germany. Chrome is gaining market share in the world. For a few years back, I can convert the files, but unfortunately not for all the episodes. I have to check what meta tags i can use in Ogg Vorbis files. |
The right solution is to support both – I don't think this is an acceptable solution. So, I would need to create a Flash-Fallback(jPlayer) – but maybe FF finaly gets around its head and just implements mp3... Till then – I'd simply left them out. http://daverupert.com/2010/03/audio-the-silent-browser-killer/ |
Another very good player ist mediaelement for this. |
Hi, I have integrated mediaelement, it would be great if you find the time to test it if you like. Make sure to save the plugin again with the updated behavior. |
Looks good! But in the output of the audio tag there are the two source tags, the one with the mp3 file has type="audio/mpeg" (should be audio/mp3 like at the start page of http://mediaelementjs.com/), the other has type="" (should be audio/ogg). |
Okay, but audio/ogg is missing. |
"audio-tag" in the new browsers. My / An overview as hint:
Most podcasters use mp3 for their audio files. Some popular browsers have a problem with the file format. The problem is not new and well known. It is a legal question that has to do with licenses.
At first the good message:
Safari 5.1 can play mp3 and mp4, tested on iOS 5.1, Mac OS 10.7.4, Windows XP and Windows 7.0. Safari does't play ogg vorbis files. It's the same with Internet Explorer 9.0, eighth on Windows 7 and Internet Explorer on Windows 10.0.
Google Chrome 19 plays in all OS everything (mp3, mp4, ogg).
iCab Mobile 5.9 and iLunascape 3.4.1 use likely Safari on iOS and work like Safari.
And now the browser will only play OGG:
By using the "source-tag" will show the player in Firefox. With "src", the player was not shown. Many thanks for the update.
The text was updated successfully, but these errors were encountered: