Project

General

Profile

Elgato Netstream 4C - Unable to detect tuner in WebUI » etc-default-tvheadend.txt

Adam Rustler, 2016-02-05 09:54

 
1
#
2
# Default configuration for tvheadend
3
#
4

    
5
# TVH_ENABLED
6
#   set to 0 to disable upstart job
7
TVH_ENABLED=1
8

    
9
# TVH_USER
10
#   if set to "" will run as root
11
TVH_USER="hts"
12

    
13
# TVH_GROUP
14
#   if set to "" will run as root
15
TVH_GROUP="video"
16

    
17
# TVH_CONF_DIR
18
#   if set to "" will use ~TVH_USER/.hts/tvheadend
19
TVH_CONF_DIR=""
20

    
21
# TVH_ADAPTERS
22
#   if set to "" will use all available adapters
23
#   for select adapters use comma seperated list of adapter
24
#   numbers, i.e. to use /dev/dvb/adapter0 and /dev/dvb/adapter1 only
25
#   set as "0,1"
26
TVH_ADAPTERS=""
27

    
28
# TVH_IPV6
29
#   if set to 1 will enable IPv6 support
30
TVH_IPV6=1
31

    
32
# TVH_HTTP_PORT
33
#   if set to "" will use binary default
34
TVH_HTTP_PORT=""
35

    
36
# TVH_HTTP_ROOT
37
#   if set to "" will use binary default
38
#   else will change the webui root context, useful for proxied
39
#   servers
40
TVH_HTTP_ROOT=""
41

    
42
# TVH_HTSP_PORT
43
#   if set to "" will use binary default
44
TVH_HTSP_PORT=""
45

    
46
# TVH_DEBUG
47
#   if set to 1 will output debug to syslog
48
TVH_DEBUG=0
49

    
50
# TVH_ARGS
51
#   add any other arguments
52
TVH_ARGS=" -l /home/hts/tvh.log --trace httpc,udp,upnp,satip"
(2-2/4)