-
[my-code/ivac.git] / README
1 *** internet audio/video conferencing ***
2 -----------------------------------------
3
4 -- this is still in development, use
5  cvs -d:pserver:anonymous@hackdaworld.dyndns.org:/my-code co ivac
6                                                         to stay tuned ;) --
7
8 you can use the following programs by now:
9
10 - stream
11 - receive
12 - udpstream
13 - udpreceive
14
15 INSTALL:
16 --------
17
18 just type:
19
20 make
21 cp stream receive udpstream udpreceive /usr/bin
22
23 USAGE:
24 ------
25
26 for tcp connections use:
27
28 server: cat /my_movies/foobar.vob | stream <port>
29 client: receive <server-ip> <port>
30
31 or for udp:
32
33 server: cat /my_movies/foobar.vob | udpstream <broadcast-ip> <port>
34 client: udpreceive <server-ip> <port>
35
36 have fun!