|
From: Michael G. <mg...@ee...> - 2004-05-19 06:23:16
|
Hiya. On Sun, May 16 @ 08:28, Phil Stoneman wrote: > First thing, nice and simple - the peep website seems broken. I get > forwarded to auralizer.com:8080. I presume someone's already noticed this > :) Yeah, this has been fixed. I need to bug Collin to add the Zope server into the host's configuration. > Second thing, I notice there's been some discussion on the list before > about getting peep streaming through an icecast/shoutcast server. Does > anyone know if anyone's actually got this working? I'm trying to implement > it, but struggling to find a suitable program to read the socket, encode > it, and stream it somewhere. > > Can anyone tell me anything about a working setup, or advise any programs I > might try? This was never done. The place to do the implementation is in the audio module, which contains the abstractions for opening/closing/writing/reading to the audio device. You should be able to implement whatever you wish here for the soutcast stuff. Please share an implementation if you get it working. Another alternative is to write all the audio data to a file and then pipe that file out to shoutcast. I don't know the details, but that should work. Keep us posted. Regards, -- Mike -- Michael Gilfix mg...@ee... For my gpg public key: http://www.eecs.tufts.edu/~mgilfix/contact.html |