i'm working on making a site for streaming mp3 songs , probably make a online radio site, i need a good mp3 player for streaming mp3, i prefer ajax,flash, or html5 or other common language script. I'm going to upload all mp3 to another server and then stream it on my site so i need a player that can stream remote mp3. any suggestions, alternative actions i can take , script suggestion is welcomed.
google showed lots of option , but could not choose which one i tried 3-4 player but their playlist management is not good
We have done something like that http://www.positivemessagemusic.com/ but it is all custom programing, flash player is custom.
i'm currently using embed WMP ,good point is that is that it supports playlist files and read artist info,album etc tags attached in MP3. down point is , it is hard to get working in cross platform . i need to download separate plugin for it to run in Firefox,chrome i tried jplayer , it is in html5 with flash fall back but it's playlist management is not good.. it seems like it is made to stream static content only .. @gviger that is started from scratch or fork of some other open source ? @rajmv that site look great , but don't u think it is hard to manage playlist ? specially when content is chancing frequently.
It is created from scratch. I am storing playlist in session and starting to play from song that is currently playing if page is refreshed, but I keep almost everything in ajax calls, to stop restarting songs. Also flash player is working with JS on page with AS<->JS calls, for playlist management.
gviger ver nice site you made. Can i ask what you made that with and was it pretty hard to design? Apologies to pri2sh for asking other people questions while on your thread.