diff options
author | Christopher Reimer | 2015-06-08 11:08:27 +0200 |
---|---|---|
committer | Christopher Reimer | 2015-06-08 11:08:27 +0200 |
commit | 65b5f71a0c3dbb0134c473df3af87dbd0d097017 (patch) | |
tree | 0dea45970fa0920a59670b175c2aa8861fa068c0 /50-live.conf | |
download | aur-65b5f71a0c3dbb0134c473df3af87dbd0d097017.tar.gz |
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/3bf8a4492e3b973a559fd2c53855b231e25c7e74)
Diffstat (limited to '50-live.conf')
-rw-r--r-- | 50-live.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/50-live.conf b/50-live.conf new file mode 100644 index 00000000000..a3cdf598483 --- /dev/null +++ b/50-live.conf @@ -0,0 +1,24 @@ +[live] +#--port=PORT +# use PORT to listen for incoming connections +# (default: 8008) + +#--ip=IP +# bind server only to specified IP, may appear multiple times +# (default: 0.0.0.0) + +#--sslport=PORT +# use PORT to listen for incoming ssl connections +# (default: 8443) + +#--cert=CERT +# full path to a custom ssl certificate file + +#--key=KEY +# full path to a custom ssl certificate key file + +#--log=level +# log level for tntnet (values: WARN, ERROR, INFO, DEBUG, TRACE) + +#--epgimages=<dir> +# directory for epgimages |