Tvheadend is a TV streaming server and recorder for Linux. Legacy Makefile for tvheadend was used as a skeleton, but most of its parts were rewritten or updated later. Procd init script allows to set some configuration options (these are commented out in default Uci config for documentation purposes) and is written in a way that it puts only configuration that needs to be persistent to main memory. EPG database which is large and updated regularly is put to tmpfs (this can be disabled in config). Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
13 lines
322 B
Text
13 lines
322 B
Text
#config tvheadend service
|
|
# option nosyslog '0'
|
|
# option use_temp_epgdb '0'
|
|
# option config_path '/etc/tvheadend'
|
|
|
|
config tvheadend server
|
|
option ipv6 '1'
|
|
# option bindaddr '0.0.0.0'
|
|
# option http_port '9981'
|
|
# option http_root '/tvheadend'
|
|
# option htsp_port '9982'
|
|
# option htsp_port2 '9983'
|
|
# option xspf '0'
|