X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=cubemap.config.sample;h=c639cd95db9cb3a44dcb8323635cfc9b0b0f8ca7;hp=57739273885a704813c901a6acada33372909a96;hb=a313e4c7a3c0c453d4dffd317fc143f1f4a7f8ba;hpb=684496ba9c7def1421d045435b6b92e80bc54c74 diff --git a/cubemap.config.sample b/cubemap.config.sample index 5773927..c639cd9 100644 --- a/cubemap.config.sample +++ b/cubemap.config.sample @@ -1,3 +1,6 @@ +# uncomment to run in the background: +# daemonize + num_servers 4 # one for each cpu # @@ -8,7 +11,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 backlog_size=1048576