X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=README;h=dd0dc76a0be00a395ad91ab19834bf2c0974f65d;hp=3308d0b3f3f0cc45c83af7ca218688c39e3b34d0;hb=1583369f6defebc7f44249b9ce4cc01f717db3b9;hpb=97727c2e95cce064e03f495e97119cae447397d7 diff --git a/README b/README index 3308d0b3..dd0dc76a 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ accepts commands such as play, stop, pause, next from authenticated clients. However, there are many more commands. It supports three built-in network streaming methods (senders): http, dccp, -or rtp. +or udp. * The http sender is recommended for public streams that can be played by any player like mpg123, xmms, itunes, winamp... @@ -26,7 +26,7 @@ or rtp. * The dccp sender requires kernel support for the datagram congestion control protocol. - * The ortp sender is recommended for multicast LAN streaming. + * The udp sender is recommended for multicast LAN streaming. It is possible to activate more than one sender simultaneously. @@ -58,7 +58,7 @@ Its features include Despite of all these features, paraslash is lightweight. The stripped binary of para_server with all its features compiled in -mp3/ogg/aac support, http/dccp/ortp support) is about 160K on i386 +mp3/ogg/aac support, http/dccp/udp support) is about 160K on i386 under Linux. para_audiod (see below) is even smaller. ----------- @@ -79,7 +79,7 @@ encrypted with a symmetric rc4 session key. para_recv --------- -A command line http/dccp/ortp stream grabber. The http mode of this +A command line http/dccp/udp stream grabber. The http mode of this tool can be used to receive data from any http streaming source. -----------