Wabiloo
January 11th, 2005, 06:55 AM
Hi!
I'm trying to create a jukebox application with a server/client interface.
The server would be running Winamp, with the Media Library in full screen.
Every time Winamp changes track, the server would somehow broadcast the information on the (local) network
A number of clients would then be able to listen to the broadcast and react accordingly (probably display an updated HTML page)
I'd like that broadcasting to be "blind", ie. I don't want to have to manually register the clients with the server, first because I don't know in advance how many clients there will be, secondly because all the clients use DHCP to get their IP.
Has anyone got any idea how to implement this?
I'm trying to create a jukebox application with a server/client interface.
The server would be running Winamp, with the Media Library in full screen.
Every time Winamp changes track, the server would somehow broadcast the information on the (local) network
A number of clients would then be able to listen to the broadcast and react accordingly (probably display an updated HTML page)
I'd like that broadcasting to be "blind", ie. I don't want to have to manually register the clients with the server, first because I don't know in advance how many clients there will be, secondly because all the clients use DHCP to get their IP.
Has anyone got any idea how to implement this?