summaryrefslogtreecommitdiff
path: root/etc/miav.conf
blob: 51fda2f745caafd1e34fbc8aa3229aba212075c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#
# 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
cpr_timeout	= 10000

# Video source
video_width	= 720
video_height	= 576

# Size of the screen in inches
screensize	= 19.0
pixel_width	= 1024
pixel_height	= 768

# Set to 1 if client is slow ( less than 1.5 ghz )
player_skip_frames = 1

# How and where to connect to the miav server?
server_addr	= "192.168.0.10"
server_port	= 18120

# 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
# which is fast to create, but uses a lot of discspace.
# B uses changes since last frame, is more cpu intensive, but uses a
# lot less diskspace than I frames
frame_sequence	= "IPPPP"

# quality in % - 100% is best quality
frame_quality	= 85

# The number of threads started for parallel encoding on the server
# (for multiprocessor systems)
encoding_threads = 2

# Codec is one of the following:
# "mpeg1" For use with mpeg1 encoding.
# "mpeg4" for use with mpeg4 encoding
# default is "mpeg1"
encoding_codec 	= "mpeg4"