I must use Windows for Streaming. and the interface must be an port or something else, because the software interface runs on a dedicated server. ----- Original Message ----- From: "Ricardo Galli" <gallir@uib.es> To: <icecast-dev@xiph.org> Sent: Wednesday, February 25, 2004 10:10 AM Subject: Re: [icecast-dev] I need a Freelance Coder... <p>> On Wednesday 25 February 2004 09:50, Benny Fuchs shaped the electrons to> shout: > > Is there anybody who can help my for implement a feature in icecast 2? > > I want to update ogg vorbis meta data album/title/genre/artist via an > > webbased interface. like metadata.xml for mp3 files. If there`s > > anybody, contact my benny@name-pool.net i would pay for this feature. > > I think it's not a icecact problem, but a source encoder's. I did > something similar, and very simple, for darkice (it's already included in > mainstream) that sends the metadata to icecast2. It works perfectly. > (http://mnm.uib.es/~gallir/tmp/xmms.png) > > I don't know if you do live or prerecorded streaming, but check first your > source encoder. > > -- > ricardo galli GPG id C8114D34 > http://mnm.uib.es/~gallir/ > Recursivo. (del lat. recursus), adj. Condición de recursivo. > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to'icecast-dev-request@xiph.org'> containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
For what's it's worth, I do something similar to this with Andrew Taylor's libshout-java. The Web server manages a playlist, letting users add/remove tracks from the playlist. This playlist is consumed by a "streamer" process that accesses the audio data and pushes it to the Icecast server. [ Java Web Server ] <------> [ Playlist ] | \|/ [ libshout streamer ] [ + MP3 files ] ----> [ Icecast server ] Any one of these can live on separate machines -- ie. they can potentially be accessed over the network. I leverage Java RMI for all this; the playlist is a remote object. I know Andrew Taylor has done some work in this area too. <p><p><p>----- Original Message ----- From: "Benny Fuchs" <benny@name-pool.net> To: <icecast-dev@xiph.org> Sent: Wednesday, February 25, 2004 1:18 AM Subject: Re: [icecast-dev] I need a Freelance Coder... <p>> I must use Windows for Streaming.> and the interface must be an port or something else, because the software > interface runs on a dedicated server. > ----- Original Message ----- > From: "Ricardo Galli" <gallir@uib.es> > To: <icecast-dev@xiph.org> > Sent: Wednesday, February 25, 2004 10:10 AM > Subject: Re: [icecast-dev] I need a Freelance Coder... > > > > On Wednesday 25 February 2004 09:50, Benny Fuchs shaped the electrons to > > shout: > > > Is there anybody who can help my for implement a feature in icecast 2? > > > I want to update ogg vorbis meta data album/title/genre/artist via an > > > webbased interface. like metadata.xml for mp3 files. If there`s > > > anybody, contact my benny@name-pool.net i would pay for this feature. > > > > I think it's not a icecact problem, but a source encoder's. I did > > something similar, and very simple, for darkice (it's already includedin> > mainstream) that sends the metadata to icecast2. It works perfectly. > > (http://mnm.uib.es/~gallir/tmp/xmms.png) > > > > I don't know if you do live or prerecorded streaming, but check firstyour> > source encoder. > > > > -- > > ricardo galli GPG id C8114D34 > > http://mnm.uib.es/~gallir/ > > Recursivo. (del lat. recursus), adj. Condición de recursivo. > > > > --- >8 ---- > > List archives: http://www.xiph.org/archives/ > > icecast project homepage: http://www.icecast.org/ > > To unsubscribe from this list, send a message to > 'icecast-dev-request@xiph.org' > > containing only the word 'unsubscribe' in the body. No subject isneeded.> > Unsubscribe messages sent to the list will be ignored/filtered. > > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to'icecast-dev-request@xiph.org'> containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
:) But J still need an Windows based solution ----- Original Message ----- From: "Renaud Waldura" <renaud+icecast@waldura.org> To: <icecast-dev@xiph.org> Sent: Wednesday, February 25, 2004 9:21 PM Subject: Re: [icecast-dev] I need a Freelance Coder... <p>> For what's it's worth, I do something similar to this with Andrew Taylor's> libshout-java. The Web server manages a playlist, letting users add/remove > tracks from the playlist. This playlist is consumed by a "streamer"process> that accesses the audio data and pushes it to the Icecast server. > > [ Java Web Server ] <------> [ Playlist ] > | > \|/ > [ libshout streamer ] > [ + MP3 files ] ----> [ Icecast server ] > > Any one of these can live on separate machines -- ie. they can potentially > be accessed over the network. I leverage Java RMI for all this; theplaylist> is a remote object. > > I know Andrew Taylor has done some work in this area too. > > > > > ----- Original Message ----- > From: "Benny Fuchs" <benny@name-pool.net> > To: <icecast-dev@xiph.org> > Sent: Wednesday, February 25, 2004 1:18 AM > Subject: Re: [icecast-dev] I need a Freelance Coder... > > > > I must use Windows for Streaming. > > and the interface must be an port or something else, because thesoftware> > interface runs on a dedicated server. > > ----- Original Message ----- > > From: "Ricardo Galli" <gallir@uib.es> > > To: <icecast-dev@xiph.org> > > Sent: Wednesday, February 25, 2004 10:10 AM > > Subject: Re: [icecast-dev] I need a Freelance Coder... > > > > > > > On Wednesday 25 February 2004 09:50, Benny Fuchs shaped the electronsto> > > shout: > > > > Is there anybody who can help my for implement a feature in icecast2?> > > > I want to update ogg vorbis meta data album/title/genre/artist viaan> > > > webbased interface. like metadata.xml for mp3 files. If there`s > > > > anybody, contact my benny@name-pool.net i would pay for thisfeature.> > > > > > I think it's not a icecact problem, but a source encoder's. I did > > > something similar, and very simple, for darkice (it's already included > in > > > mainstream) that sends the metadata to icecast2. It works perfectly. > > > (http://mnm.uib.es/~gallir/tmp/xmms.png) > > > > > > I don't know if you do live or prerecorded streaming, but check first > your > > > source encoder. > > > > > > -- > > > ricardo galli GPG id C8114D34 > > > http://mnm.uib.es/~gallir/ > > > Recursivo. (del lat. recursus), adj. Condición de recursivo. > > > > > > --- >8 ---- > > > List archives: http://www.xiph.org/archives/ > > > icecast project homepage: http://www.icecast.org/ > > > To unsubscribe from this list, send a message to > > 'icecast-dev-request@xiph.org' > > > containing only the word 'unsubscribe' in the body. No subject is > needed. > > > Unsubscribe messages sent to the list will be ignored/filtered. > > > > > > > --- >8 ---- > > List archives: http://www.xiph.org/archives/ > > icecast project homepage: http://www.icecast.org/ > > To unsubscribe from this list, send a message to > 'icecast-dev-request@xiph.org' > > containing only the word 'unsubscribe' in the body. No subject isneeded.> > Unsubscribe messages sent to the list will be ignored/filtered. > > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to'icecast-dev-request@xiph.org'> containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Huh, why not just use ices with a perl song choser module ? This eliminates the need to develop the libshout based streamer (use ices instead) and give ices the title from your module, ices will take care of the rest. Or I am wrong ? :) On Wed, 25 Feb 2004, Renaud Waldura wrote:> For what's it's worth, I do something similar to this with Andrew Taylor's > libshout-java. The Web server manages a playlist, letting users add/remove > tracks from the playlist. This playlist is consumed by a "streamer" process > that accesses the audio data and pushes it to the Icecast server. > > [ Java Web Server ] <------> [ Playlist ] > | > \|/ > [ libshout streamer ] > [ + MP3 files ] ----> [ Icecast server ] > > Any one of these can live on separate machines -- ie. they can potentially > be accessed over the network. I leverage Java RMI for all this; the playlist > is a remote object. > > I know Andrew Taylor has done some work in this area too. > > > > > ----- Original Message ----- > From: "Benny Fuchs" <benny@name-pool.net> > To: <icecast-dev@xiph.org> > Sent: Wednesday, February 25, 2004 1:18 AM > Subject: Re: [icecast-dev] I need a Freelance Coder... > > > > I must use Windows for Streaming. > > and the interface must be an port or something else, because the software > > interface runs on a dedicated server. > > ----- Original Message ----- > > From: "Ricardo Galli" <gallir@uib.es> > > To: <icecast-dev@xiph.org> > > Sent: Wednesday, February 25, 2004 10:10 AM > > Subject: Re: [icecast-dev] I need a Freelance Coder... > > > > > > > On Wednesday 25 February 2004 09:50, Benny Fuchs shaped the electrons to > > > shout: > > > > Is there anybody who can help my for implement a feature in icecast 2? > > > > I want to update ogg vorbis meta data album/title/genre/artist via an > > > > webbased interface. like metadata.xml for mp3 files. If there`s > > > > anybody, contact my benny@name-pool.net i would pay for this feature. > > > > > > I think it's not a icecact problem, but a source encoder's. I did > > > something similar, and very simple, for darkice (it's already included > in > > > mainstream) that sends the metadata to icecast2. It works perfectly. > > > (http://mnm.uib.es/~gallir/tmp/xmms.png) > > > > > > I don't know if you do live or prerecorded streaming, but check first > your > > > source encoder. > > > > > > -- > > > ricardo galli GPG id C8114D34 > > > http://mnm.uib.es/~gallir/ > > > Recursivo. (del lat. recursus), adj. Condición de recursivo. > > > > > > --- >8 ---- > > > List archives: http://www.xiph.org/archives/ > > > icecast project homepage: http://www.icecast.org/ > > > To unsubscribe from this list, send a message to > > 'icecast-dev-request@xiph.org' > > > containing only the word 'unsubscribe' in the body. No subject is > needed. > > > Unsubscribe messages sent to the list will be ignored/filtered. > > > > > > > --- >8 ---- > > List archives: http://www.xiph.org/archives/ > > icecast project homepage: http://www.icecast.org/ > > To unsubscribe from this list, send a message to > 'icecast-dev-request@xiph.org' > > containing only the word 'unsubscribe' in the body. No subject is needed. > > Unsubscribe messages sent to the list will be ignored/filtered. > > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. > >- -- Mihai RUSU Email: dizzy@roedu.net GPG : http://dizzy.roedu.net/dizzy-gpg.txt WWW: http://dizzy.roedu.net "Linux is obsolete" -- AST -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAPQkbPZzOzrZY/1QRAtG0AKDNlALhmMrs1DmRM+knytSX/hxBVgCfavVi waUilDv5SA0lDO9cy0ZsyHA=Cp/s -----END PGP SIGNATURE----- --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.