Skip site navigation (1)Skip section navigation (2)
Date:      01 May 2003 07:12:47 -0400
From:      Dan Pelleg <daniel+bsd@pelleg.org>
To:        "H.Wade Minter" <minter@lunenburg.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: On-Demand Icecast streaming
Message-ID:  <u2she8eex8w.fsf@gs166.sp.cs.cmu.edu>
In-Reply-To: <E802CA47-7B6C-11D7-83F5-000393C3212A@lunenburg.org>
References:  <E802CA47-7B6C-11D7-83F5-000393C3212A@lunenburg.org>

next in thread | previous in thread | raw e-mail | index | archive | help
H.Wade Minter <minter@lunenburg.org> writes:

> I'm trying to set up something for a client on our FreeBSD 4.8 machines, and
> am stumped as to how to get it to work.  Hopefully someone here will have an
> idea.
> 
> 
> The client has a bunch of audio recaps in MP3 format.  They want someone to
> be able to come to their website, click on a link, and have one of those
> recaps streamed to them.  This should be possible for an arbitrary number of
> people, each listening to the same or different streams.
> 
> 
> I've grabbed icecast and shout from the ports tree, but can't wrap my brain
> around how I'd implement the on-demand streaming.  Most documentation I've
> seen is written around web radio streaming, where you have a fixed playlist
> and an arbitrary number of clients listening to the same thing, which
> doesn't fit what I need.
> 
> 
> Anyone have any hints?
> 
> --Wade
> 

Try gnump3d. It's not so good with access control, but if you're assuming
non-hostile visitors it should be ok. In particular, the security model is
weak, and it's hard to cap the number of simultaneous connections. Nothing
some wrappers can't fix.

There's also ample. It's very simple. It doesn't do on-the-fly recoding,
and in my experience somewhat flaky. But it may very well do the job for
you.

And in theory, there's also mod_mp3 for apache. But I couldn't get the port
to compile.

-- 

  Dan Pelleg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?u2she8eex8w.fsf>