]> git.sesse.net Git - cubemap/blob - cubemap.config.sample
Less confusing error message when realpath() fails.
[cubemap] / cubemap.config.sample
1 # Uncomment to run in the background. Note that in daemonized mode, all filenames
2 # are relative to an undefined directory, so you should use absolute paths for
3 # error_log, stats_file, etc.
4
5 #daemonize
6 num_servers 4   # one for each cpu
7
8 #
9 # All input ports are treated exactly the same, but you may use multiple ones nevertheless.
10 #
11 port 9094
12
13 stats_file cubemap.stats
14 stats_interval 60
15
16 # Logging of various informational and error messages. You can have as many of these as you want.
17 error_log type=file filename=cubemap.log
18 error_log type=syslog
19 error_log type=console
20
21 #
22 # now the streams!
23 #
24 stream /test.flv src=http://gruessi.zrh.sesse.net:4013/test.flv mark=1000-5000
25 stream /udp.ts src=udp://@:1234 backlog_size=1048576