From 430524810e67d3c223a2ab819f45b882b419c45d Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 14 Jun 2005 12:29:40 +0000 Subject: Incorporated the use of the Info object everywhere... also using the log functionality. --- etc/miav.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/miav.conf b/etc/miav.conf index 7e7ba7d..51fda2f 100644 --- a/etc/miav.conf +++ b/etc/miav.conf @@ -2,6 +2,10 @@ # The MIaV configuration file # +# Log files of the server and the client +client_log_file = "/tmp/miav_client.log" +server_log_file = "/tmp/miav_server.log" + # Cpr Database configuration cpr_host = "cpr.j.auh.dk" cpr_port = 10301 @@ -23,7 +27,11 @@ player_skip_frames = 1 server_addr = "192.168.0.10" server_port = 18120 -# Where top store the files recieved by the server +# Run the server as the following user: +server_uid = 500 +server_gid = 100 + +# Where to store the files recieved by the server server_root = "/home/miav/miav_files" # Video output controls. A sequence of I and P, where I is keyframes -- cgit v1.2.3