[icecast-dev] I need a Freelance Coder...

Renaud Waldura renaud+icecast at waldura.org
Wed Feb 25 12:21:44 PST 2004



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 at name-pool.net>
To: <icecast-dev at 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 at uib.es>
> To: <icecast-dev at 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 at 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 at 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 at 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 at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Icecast-dev mailing list