X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=README;h=03e0bcc568a7ce286b155af47ba15fcde9935f4f;hb=c05d446cdfc52acdb2411ce819d7043134192e80;hp=ace15f6db103e9a8f657b234c97cf6eb45326999;hpb=6ec65057ddda2a959b051b6ce59e86bc8e3efaa4;p=my-code%2Fivac.git 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!