yellowled wrote:- * I have no idea what the spec says about this, but HTML5 audio kind of requires multiple audio files in one audio element to cover the variety of audio codecs supported by different browsers (mp3/ogg), so this should be considered somehow as well.
You are right, I found
this link and to cut a long story short, you need mp3 and ogg files if you want the html5-Audioplayer to work.
Firefox supports only ogg, Safari supports only mp3 and Chrome supports both formats, IE none of them.
See
this blog post in my blog as well.
yellowled wrote:- * Right now, the plugin does only allow one enclosure per entry in the feed. (Dirk)
This would be correct as this is the podcasting standard. The plugin builds n enclosures if you link n media files. But it would be good to generate two (or even "n") feed URLs, one for ogg and one for mp3.
Part of the podcasting standard is an absolute URL to the file, by default the media database does relative URLs.
Please check
http://deimhart.net/index.php?/feeds/index.rss2 with any
feed validator and reduce it to the podcasting relevant errors.
yellowled wrote:- * Also, audio files need to be reference with a full, absoute URL right now. (Dirk)
Yes, correct. We currently do that manually.
yellowled wrote:I think this is it, but maybe Dirk has more stuff to add form his pratical experience with the plugin.
Only one more. iTunes uses a very special feed format, it would be good to implement that as well.
Cheers
Dirk