]> git.sesse.net Git - cubemap/blobdiff - cubemap.config.sample
Move iovecs around instead of having single data buffers. Hopefully a tad more effici...
[cubemap] / cubemap.config.sample
index c639cd95db9cb3a44dcb8323635cfc9b0b0f8ca7..f3e2e0c689957715d17f9e33a1d4dbceeb0055a3 100644 (file)
@@ -1,6 +1,8 @@
-# uncomment to run in the background:
-# daemonize
+# Uncomment to run in the background. Note that in daemonized mode, all filenames
+# are relative to an undefined directory, so you should use absolute paths for
+# error_log, stats_file, etc.
 
+#daemonize
 num_servers 4   # one for each cpu
 
 #
@@ -11,6 +13,10 @@ port 9094
 stats_file cubemap.stats
 stats_interval 60
 
+# Logging of clients as they disconnect (and as such as no longer visible in the stats file).
+# You can only have zero or one of these.
+access_log access.log
+
 # Logging of various informational and error messages. You can have as many of these as you want.
 error_log type=file filename=cubemap.log
 error_log type=syslog
@@ -20,4 +26,5 @@ error_log type=console
 # now the streams!
 #
 stream /test.flv src=http://gruessi.zrh.sesse.net:4013/test.flv mark=1000-5000
+stream /test.flv.metacube src=http://gruessi.zrh.sesse.net:4013/test.flv encoding=metacube
 stream /udp.ts src=udp://@:1234 backlog_size=1048576