]> git.sesse.net Git - cubemap/blob - cubemap.config.sample
Support daemonizing.
[cubemap] / cubemap.config.sample
1 # uncomment to run in the background:
2 # daemonize
3
4 num_servers 4   # one for each cpu
5
6 #
7 # All input ports are treated exactly the same, but you may use multiple ones nevertheless.
8 #
9 port 9094
10
11 stats_file cubemap.stats
12 stats_interval 60
13
14 # Logging of various informational and error messages. You can have as many of these as you want.
15 error_log type=file filename=cubemap.log
16 error_log type=syslog
17 error_log type=console
18
19 #
20 # now the streams!
21 #
22 stream /test.flv src=http://gruessi.zrh.sesse.net:4013/test.flv mark=1000-5000
23 stream /udp.ts src=udp://@:1234 backlog_size=1048576