/etc/cubemap.config is in cubemap 1.0.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | # 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
# For low-traffic servers (less than a gigabit or two), num_servers 1 is fine.
# For best performance in high-traffic situations, you want one for each CPU.
num_servers 1
#
# All input ports are treated exactly the same, but you may use multiple ones nevertheless.
#
port 9094
# listen 127.0.0.1:9095
# listen [::1]:9095
stats_file /var/lib/cubemap/cubemap.stats
stats_interval 60
input_stats_file /var/lib/cubemap/cubemap-input.stats
input_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 /var/log/cubemap/access.log
# Logging of various informational and error messages. You can have as many of these as you want.
error_log type=file filename=/var/log/cubemap/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 /test.flv.metacube src=http://gruessi.zrh.sesse.net:4013/test.flv encoding=metacube
#stream /udp.ts src=udp://@:1234 backlog_size=1048576 pacing_rate_kbit=2000
#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
|