Live radio broadcasting...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jerryau
Forum Newbie
Posts: 1
Joined: Sun Mar 07, 2004 1:47 am

Live radio broadcasting...

Post by jerryau »

Hey everyone,

Just wondering whether anyone knows how to setup live radio broadcasts over the internet (using PHP???). What programs/hardware is needed?


Thanks,

Jerry
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

Take a look at something like http://www.netjuke.org/
It should provide all the info you need.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

http://www.shoutcast.com - info on the site


There is not much PHP can do about this sort of thing unless you want it to remotely access playlists and get the currently playing songs, etc.

Or even start/stop the service, if you can create (or find) that advanced of an application.
Post Reply