PDA

View Full Version : PHP RadioDev



HotelUnderSeige
June 21st, 2010, 09:59 PM
All right so i redid the way the music plays, but its for the better. No there is now lag or loops in the music.
For the page itself http://radiodev.org/Offline/
To Request a song http://radiodev.org/Requests.html
To change the song http://radiodev.org/live/
To Add a song

Check out these links!:
Your Blog! http://radiodev-radiodev.blogspot.com/
Our Twitter! http://twitter.com/Radiodevo

Features:
Dj's have individual accounts with individual files
Change Song
Add Songs
Play voice (only me)
Play on Iphone/Ipod Touch
Play on Itunes/WmP/Etc
Play On Webpage

soltanis
June 22nd, 2010, 05:46 AM
Not bad. Is this an Internet radio station? If so you should look into leveraging the audio element of HTML5 to play your streams inside a browser, instead of having users download an m3u file.

In my experience, the only trick to getting a live stream to play in an <audio> tag is set loop="true". Don't ask me why, it seems to work.

HotelUnderSeige
June 22nd, 2010, 10:50 AM
Not bad. Is this an Internet radio station? If so you should look into leveraging the audio element of HTML5 to play your streams inside a browser, instead of having users download an m3u file.

In my experience, the only trick to getting a live stream to play in an <audio> tag is set loop="true". Don't ask me why, it seems to work.Ill check out html5 audio element. And thanks for the info lol.

HotelUnderSeige
June 23rd, 2010, 02:07 AM
Updates!