From: hackbard Date: Thu, 17 Oct 2002 14:40:39 +0000 (+0000) Subject: README stuff added X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=commitdiff_plain;h=0615083b17f2fccba94123148831c3e5758180ca README stuff added --- 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!