This might not be the best place for this question but I've not found the information I'm looking for online anywhere
As a part of the Airtime broadcast solution, I've cobbled together an embedded web player solution using a php script to read the content tags and ffmp3 to play the stream
The problem is it will not work with iOS seeing as the player core is based on flash
Is there an HTML5 solution that will work for iOS?
I've poked around and the code snippets that supposedly work don't for iphone/ipad
Obviously there might not be a complete solution but perhaps using browser detect and then provide a couple player options
I would love to see your php script if that's ok with you (and maybe use it). iOS has no problem with flash as far as I know, only iPhones have. And for those, you could provide a .pls or .m3u file that gets the job done easily. Surely it's not the best solution, but you won't be the first nor the last who does it that way!
Here's a dumb question, Bob, but are you using a source in your tag?
Your browser does not support the audio element.
Also, just to try troubleshooting, does the Listen button work for you from Airtime?
doug
On Sat, May 19, 2012 at 4:44 PM, Bob Zurunclε <<br />airtime-dev@lists.sourcefabric.org> wrote:
> Good Morning: > > Typo on our part > > We used http://my.streaming.audio.feed.org:8000/airtime_128.mp3 and still > no luck in HTML5 > > I'll keep trying > >
Douglas Arellanes Director of Innovation Sourcefabric, o.p.s.
<audio controls="controls"> <source src="song.ogg" type="audio/ogg" /> <source src="song.mp3" type="audio/mpeg" /> Your browser does not support the audio element. </audio>
Douglas Arellanes Director of Innovation Sourcefabric, o.p.s.