From 0615083b17f2fccba94123148831c3e5758180ca Mon Sep 17 00:00:00 2001 From: hackbard Date: Thu, 17 Oct 2002 14:40:39 +0000 Subject: [PATCH] README stuff added --- README | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/README b/README index ace15f6..03e0bcc 100644 --- a/README +++ b/README @@ -1,11 +1,36 @@ -internet audio/video conferencing +*** internet audio/video conferencing *** +----------------------------------------- +-- this is still in development, use + cvs -d:pserver:anonymous@hackdaworld.dyndns.org:/my-code co ivac + to stay tuned ;) -- -you can use stream and receive by now. +you can use the following programs by now: -usage: +- stream +- receive +- udpstream +- udpreceive -server: cat /my_movies/foobar.vob | ./stream 23000 -client: ./receive 23000 +INSTALL: +-------- + +just type: + +make +cp stream receive udpstream udpreceive /usr/bin + +USAGE: +------ + +for tcp connections use: + +server: cat /my_movies/foobar.vob | stream +client: receive + +or for udp: + +server: cat /my_movies/foobar.vob | udpstream +client: udpreceive have fun! -- 2.20.1