]> git.vomp.tv Git - vompserver.git/blob - vomp.conf.sample
Fix playback resume point on recordings with file sizes > 2^32B
[vompserver.git] / vomp.conf.sample
1 [General]
2
3 ## Specify a log file here to enable logging
4
5 # Log file = /tmp/vompserver.log
6
7 ## If you have more than one vompserver running you
8 ## can enter a name here that will appear on the
9 ## server select list on the MVP
10
11 # Server name = My-Server
12
13 ## Server TCP port. Default: 3024
14 ## Will be transmitted to clients in UDP discovery protocol
15
16 # TCP port = 3024
17
18 ## UDP discovery protocol port number
19 ## Defaults to 51051
20 ## For IPv4 this must be between 51051 and 51055,
21 ## clients will broadcast to all 5 ports
22 ## This allows multiple VDRs on the same IP address
23 ## For IPv6 the port is 51056 and cannot be changed
24
25 # UDP port = 51051
26
27 ## Enable this to start the built in Bootp server
28 ## Required to boot the MVP if you have not got a
29 ## DHCP server that can tell the MVP its boot file
30 ## name and server
31
32 # Bootp server enabled = yes
33
34 ## Enable this to start the built in TFTP server
35 ## Required to boot the MVP if you have not got a
36 ## TFTP server running elsewhere
37
38 # TFTP server enabled = yes
39
40 ## Base directory for TFTP server
41 ## If you leave this blank the plugin config
42 ## path will be used - i.e. where this file is
43
44 # TFTP directory = /tftpboot
45
46 ## Change the following to "no" to disable the
47 ## built in mvprelay server
48
49 # MVPRelay enabled = yes
50
51 # Change the following to the directory, where the channel logos reside,
52 # all png and the channel name in lower case
53 # if not set a logo directory below the plugin directory is used
54
55 # Channel logo directory = /logodir
56
57 # Change the following to the directory, where the EPG image reside,
58 # if not set a image directory is try to be set automatically
59
60 # Epg image directory = /EpgImage