From d74c7a00c417cffdc93a82efa2841e23d823bea6 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 19 May 2005 14:10:22 +0000 Subject: Multithreading rulez? --- etc/miav.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/miav.conf b/etc/miav.conf index a0692a2..476bbef 100644 --- a/etc/miav.conf +++ b/etc/miav.conf @@ -17,11 +17,11 @@ pixel_width = 1024 pixel_height = 768 # How and where to connect to the miav server? -server_addr = "10.3.20.232" +server_addr = "127.0.0.1" server_port = 18120 # Where top store the files recieved by the server -server_root = "/tmp/miav_files" +server_root = "/home/miav/miav_files" # Video output controls. A sequence of I and P, where I is keyframes # which is fast to create, but uses a lot of discspace. @@ -31,3 +31,7 @@ frame_sequence = "IIPIP" # quality in % - 100% is best quality frame_quality = 80 + +# The number of threads started for paralel encoding on the server +# (for multiprocessor systems) +encoding_threads = 4 -- cgit v1.2.3