diff options
author | deva <deva> | 2005-06-27 15:22:05 +0000 |
---|---|---|
committer | deva <deva> | 2005-06-27 15:22:05 +0000 |
commit | bc40e65008f32b9b3117d8bb9893df03403a6115 (patch) | |
tree | 24558527a523edd7808cbca2353715cae7ffaac0 /man/miav.5 | |
parent | 67d13b25961f9bad873d59f92044b473f9a484ee (diff) |
*** empty log message ***
Diffstat (limited to 'man/miav.5')
-rw-r--r-- | man/miav.5 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/man/miav.5 b/man/miav.5 new file mode 100644 index 0000000..cb575d5 --- /dev/null +++ b/man/miav.5 @@ -0,0 +1,34 @@ +.\" Process this file with +.\" groff -man -Tascii miav.1 +.\" +.TH MIAV 1 "June 2005" Linux "User Manuals" +.SH NAME +MIaV \- The Multicast Image and Video project. +.SH SYNOPSIS +.B miav +[ client | server ] +.SH DESCRIPTION +MIaV \- The Multicast Image and Video project. +the client records video and sends it over the network to the server, +which then again encodes it to mpeg1 or mpeg4 and saves it to disk. +.SH OPTIONS +.TP +.B \-client or client +Invokes MIaV in client mode. +.TP +.B \-server or server +Invokes MIaV in server mode. +.SH FILES +.I /etc/miav.conf +.RS +The system wide configuration file. See +.BR miav.conf (1) +for further details. +.SH "SEE ALSO" +.BR miav.conf (1) +.SH BUGS +If started in server mode, with the configfile pointing at a +nonwriteable server logfile, no warnings or error will be +issued. Errors and warnings will simply be send to the great void. +.SH AUTHOR +Bent Bisballe <deva at aasimon dot org> |