blob: 4e05fc99e2db31c5d4c94aea9bb34865d1ebf9ce (
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
|
##############################
## The MIaV client configuration file
##
# Log files of the server and the client
client_log_file = "/tmp/miav_client.log"
# Cpr Database configuration
cpr_host = "cpr.j.auh.dk"
cpr_port = 10301
cpr_timeout = 10000
cprlisten_port = 13183
# 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 = "127.0.0.1"
server_port = 18120
|