Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 1999 23:37:43 +0000 (GMT)
From:      Stuart Henderson <sh@eclipse.net.uk>
To:        jahanur <jahanur@jjsoft.com>
Cc:        freebsd-isp@freebsd.org
Subject:   Re: Media streaming server
Message-ID:  <19991130233743.C25F71339E@naiad.eclipse.net.uk>
In-Reply-To: <Pine.BSF.3.96.991130164447.7260C-100000@ns2.jjsoft.com>
References:  <Pine.BSF.3.96.991130164447.7260C-100000@ns2.jjsoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> What is the best media streaming server for Freebsd.

Probably RealServer, since it negotiates with clients for connection
speed and so on. On the downside, it does work out rather expensive for 
licensing. On the upside, native FreeBSD binaries are available.

> And also free or cheaper.

Cheaper than free? You'll be lucky :)

Icecast is one option (shoutcast-compatible for mp3s). If you need
support for more common clients on the cheap and don't need to send
out live streams[1] you could get away with serving single-rate RealMedia 
files from a webserver if you expect a reasonably low client volume 
(see http://real.com and dig around devzone for information on
setting the files up). (RM server will try to pace with the clients 
and doesn't send more than it thinks they can accept, it buffers or
drops the rest as necessary: as web servers are all tcp, guaranteed 
delivery, guaranteed in-order, a single dropped packet will stall 
the client until it's been retransmitted).

One upside to http-streaming is it can be cached at a squid proxy.

[1] okay, there might just be a way to do that, but it smells. :)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




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