X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=cubemap.config.sample;h=9b104d8f8de442934665ec43bcc2731409c74f17;hp=852e0caba4d7f43db98343c22b99a0dd98a6dc43;hb=845934ca50eee40884e8cc85ea81eb310efa5ca3;hpb=ca9624c43b968a0f29ea44e47851ff686bb64bb6 diff --git a/cubemap.config.sample b/cubemap.config.sample index 852e0ca..9b104d8 100644 --- a/cubemap.config.sample +++ b/cubemap.config.sample @@ -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,20 @@ 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 +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 /test.flv.metacube src=http://gruessi.zrh.sesse.net:4013/test.flv encoding=metacube +stream /udp.ts src=udp://@:1234 backlog_size=1048576 +udpstream [2001:67c:29f4::50]:5000 src=http://pannekake.samfundet.no:9094/frikanalen.ts.metacube +udpstream 193.35.52.50:5001 src=http://pannekake.samfundet.no:9094/frikanalen.ts.metacube