]> git.sesse.net Git - cubemap/blobdiff - cubemap.config.sample
Support delivering fragments from the backlog; intended for HLS.
[cubemap] / cubemap.config.sample
index 0d283ddbb748a49dca2ceb03b14046a9bf691567..3e836739a6a2525805e4586836a7f3ac6ec28aa8 100644 (file)
@@ -9,11 +9,15 @@
 num_servers 1
 
 #
-# All input ports are treated exactly the same, but you may use multiple ones nevertheless.
+# You may specify multiple input ports; save for TLS settings (TLS is automatically
+# enabled for a port if you give a key pair), they are treated exactly the same.
+# “port N” is equivalent to “listen [::]:N”. TLS requires kTLS support (Linux >= 4.13,
+# CONFIG_TLS enabled).
 #
 port 9094
 # listen 127.0.0.1:9095
 # listen [::1]:9095
+# listen [::]:443 tls_cert=/etc/letsencrypt/live/example.org/fullchain.pem tls_key=/etc/letsencrypt/live/example.org/privkey.pem
 
 stats_file cubemap.stats
 stats_interval 60