# VDR plugin live configuration

# You can also define the plugin arguments manually by using the
# VDR_PLUGIN_ARGS variable below. Note that setting VDR_PLUGIN_ARGS will
# override all the other settings in this file and that setting
# VDR_PLUGIN_ARGS_live in the main VDR sysconfig file will
# override this file completely.
# VDR_PLUGIN_ARGS=""

# use PORT to listen for incoming connections instead of 8008
# PORT=""

# bind server only to specified IP
# multiple IPs can be separated with a space
# BIND_IP=""

# use SSLPORT to listen for incoming ssl connections instead of 8443
# SSLPORT="no"

# full path to a custom ssl certificate file
# CERT="/etc/pki/tls/private/vdr-live.pem"

# log level for tntnet (values: INFO, DEBUG,...)
# LOGLEVEL=""

# directory for epgimages
# EPGIMAGES="/var/cache/vdr/epgimages"

