Streaming MP3 with open source PHP [closed]
开发者_如何学运维
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this questionWhat are the best PHP solutions for a blip.fm-like fixed audio player?
You should be able to use XMoov to do this: http://stream.xmoov.com/
Well you have two options, either use a flash based solution, there's plenty of examples here.
Otherwise if flash is a problem you can try using the new html 5 audio tag, the spec is here.
精彩评论