summaryrefslogtreecommitdiff
path: root/etc/miav.conf
blob: a0692a219aaaaf55710ca66ced49f422aed2a4b2 (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
#
# The MIaV configuration file
#

# 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

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

# Where top store the files recieved by the server
server_root	= "/tmp/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	= "IIPIP"

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