2019-10-15 15:56:27 +02:00
|
|
|
#
|
|
|
|
# Default configuration for tvheadend
|
|
|
|
|
2021-09-30 15:40:24 +02:00
|
|
|
# systemd
|
|
|
|
# See tvheadend --help for more - default "-u hts -g video"
|
2024-01-14 22:39:48 +01:00
|
|
|
OPTIONS="-u hts -g video -c __CONF_DIR__ --http_port __PORT__ --http_root __PATH__ --htsp_port __PORT_STREAM__"
|
2021-09-30 15:40:24 +02:00
|
|
|
|
|
|
|
# sysvinit
|
|
|
|
#
|
|
|
|
# Editing the following variables has no effect when using systemd
|
|
|
|
# modify the OPTIONS variable (above) instead.
|
|
|
|
#
|
2019-10-15 15:56:27 +02:00
|
|
|
# TVH_ENABLED
|
|
|
|
# set to 0 to disable upstart job
|
|
|
|
TVH_ENABLED=1
|
|
|
|
|
|
|
|
# TVH_USER
|
|
|
|
# if set to "" will run as root
|
|
|
|
TVH_USER="hts"
|
|
|
|
|
|
|
|
# TVH_GROUP
|
|
|
|
# if set to "" will run as root
|
|
|
|
TVH_GROUP="video"
|
|
|
|
|
|
|
|
# TVH_CONF_DIR
|
|
|
|
# if set to "" will use ~TVH_USER/.hts/tvheadend
|
2021-10-13 13:11:13 +02:00
|
|
|
TVH_CONF_DIR=""
|
2019-10-15 15:56:27 +02:00
|
|
|
|
|
|
|
# TVH_ADAPTERS
|
|
|
|
# if set to "" will use all available adapters
|
|
|
|
# for select adapters use comma seperated list of adapter
|
|
|
|
# numbers, i.e. to use /dev/dvb/adapter0 and /dev/dvb/adapter1 only
|
|
|
|
# set as "0,1"
|
|
|
|
TVH_ADAPTERS=""
|
|
|
|
|
|
|
|
# TVH_IPV6
|
|
|
|
# if set to 1 will enable IPv6 support
|
|
|
|
TVH_IPV6=0
|
|
|
|
|
|
|
|
# TVH_HTTP_PORT
|
|
|
|
# if set to "" will use binary default
|
2021-10-13 13:11:13 +02:00
|
|
|
TVH_HTTP_PORT=""
|
2019-10-15 15:56:27 +02:00
|
|
|
|
|
|
|
# TVH_HTTP_ROOT
|
|
|
|
# if set to "" will use binary default
|
|
|
|
# else will change the webui root context, useful for proxied
|
|
|
|
# servers
|
2021-10-13 13:11:13 +02:00
|
|
|
TVH_HTTP_ROOT=""
|
2019-10-15 15:56:27 +02:00
|
|
|
|
|
|
|
# TVH_HTSP_PORT
|
|
|
|
# if set to "" will use binary default
|
2021-10-13 13:11:13 +02:00
|
|
|
TVH_HTSP_PORT=""
|
2019-10-15 15:56:27 +02:00
|
|
|
|
|
|
|
# TVH_DEBUG
|
|
|
|
# if set to 1 will output debug to syslog
|
|
|
|
TVH_DEBUG=0
|
|
|
|
|
|
|
|
# TVH_ARGS
|
|
|
|
# add any other arguments
|
2021-10-13 13:11:13 +02:00
|
|
|
TVH_ARGS=""
|