X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=README;h=03e0bcc568a7ce286b155af47ba15fcde9935f4f;hb=00aca7d3f73b593d2b08b0849ca7eb51574de507;hp=dac9ea165f31c17c2eb29ca247001016df9db80e;hpb=b985343a681e5b2d657014f38785bcf6a6603dd6;p=my-code%2Fivac.git diff --git a/README b/README index dac9ea1..03e0bcc 100644 --- a/README +++ b/README @@ -1 +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 the following programs by now: + +- stream +- receive +- udpstream +- udpreceive + +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!