]> git.sesse.net Git - cubemap/blobdiff - cubemap.config.sample
Clearer warnings in the cubemap.config.sample file about daemonizing and paths.
[cubemap] / cubemap.config.sample
index 852e0caba4d7f43db98343c22b99a0dd98a6dc43..b959e94a1e60e9088a4874ae91482c25844b1bfe 100644 (file)
@@ -1,3 +1,8 @@
+# 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
 
 #
@@ -8,8 +13,13 @@ port 9094
 stats_file cubemap.stats
 stats_interval 60
 
+# 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
+error_log type=console
+
 #
 # now the streams!
 #
 stream /test.flv src=http://gruessi.zrh.sesse.net:4013/test.flv mark=1000-5000
-stream /udp.ts src=udp://@:1234
+stream /udp.ts src=udp://@:1234 backlog_size=1048576