At 10:21 AM 12/20/2004, you wrote:>Great Job ! ;) >Are you planning to : >- correct the metadata problem when you're relaying an icecast v1 server ? >(our radio totaly depend on icecast v1...)we don't support icecast 1.x. The question is, why are you dependent on it ?>- add an option to enable backup streams only when the primary one is done >? I mean that if a defined two mountpoint that are relaying different >stream (from a primary and a secondary server) and define the backup >option to the second mountpoint, it should be great if the relaying starts >and stop only when needed (when the backup option is used)I think you are describing on-demand relays, and karl has that in his branch.. I'd suggest you testing it out if that's something you need or use.>- add a function to switch listeners between too mountpoints ? (such as >icecast v1)icecast 2.x has had this for a long time.>- add a telnet interface (such as icecast v1)we now use a web-based interface. I doubt we will be implementing the telnet based one again unless someone contributes it. oddsock
First, thanks for all your answers ! ;) oddsock a ?crit :> At 10:21 AM 12/20/2004, you wrote: > >> Great Job ! ;) >> Are you planning to : >> - correct the metadata problem when you're relaying an icecast v1 >> server ? (our radio totaly depend on icecast v1...) > > > we don't support icecast 1.x. The question is, why are you dependent > on it ?I should declare a bug but I've read many mail in icecast@xiph.org ML talking about this kind of problem. So I was thinking that someone have already work on this. The problem is that "song title" is not relayed between our icecast v1 server and our icecast v2 relay. I need icecast 1 because all our system is using it.... I've created many scripts to : - transcode (re-encode) a stream to another bitrate/format - a script to switch between our two stream (one for live event and the other for automatic scheduling) Moreover we are using ices for icecast 1 with a lot a script to get title, switch playlists, etc...
On Tue, 2004-12-21 at 09:09, EISELE Pascal wrote:> I should declare a bug but I've read many mail in icecast@xiph.org ML > talking about this kind of problem. So I was thinking that someone have > already work on this.any references to those messages, those are archived at http://lists.xiph.org/pipermail/> The problem is that "song title" is not relayed between our icecast v1 > server and our icecast v2 relay.I don't know if in-stream mp3 metadata streaming was in icecast1, but the protocol makes the client ask for it eg <relay-shoutcast-metadata>1</relay-shoutcast-metadata>> I need icecast 1 because all our system is using it.... > I've created many scripts to : > - transcode (re-encode) a stream to another bitrate/format > - a script to switch between our two stream (one for live event and the > other for automatic scheduling) > Moreover we are using ices for icecast 1 with a lot a script to get > title, switch playlists, etc...ices can talk to icecast 2 karl.