]> git.sesse.net Git - cubemap/blob - cubemap.1
Tabs are seemingly accepted as linear white space in HTTP headers.
[cubemap] / cubemap.1
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" (C) Copyright 2013 Philipp Kern <pkern@debian.org>,
3 .\" licensed under the GPL-2 or any later version.
4 .\"
5 .TH CUBEMAP 1 "April 27, 2014"
6 .\" Please adjust this date whenever revising the manpage.
7 .SH NAME
8 cubemap \- scalable video reflector, designed to be used with VLC
9 .SH SYNOPSIS
10 .B cubemap
11 .RI [ options ]
12 .RI [ FILE ]
13 .SH DESCRIPTION
14 .B cubemap
15 is a high-performance, high-availability video reflector,
16 specifically made for use with VLC.
17 .PP
18 .IP \[bu] 2
19 High-performance, through a design with multiple worker threads,
20 epoll and sendfile (yes, sendfile); a 2GHz quadcore can saturate
21 10 gigabit Ethernet, given a modern kernel, a modern NIC
22 and the right kernel tuning.
23 .IP \[bu]
24 High-availability. You can change any part of the configuration
25 (and even upgrade to a newer version of Cubemap) by changing cubemap.config
26 and sending a SIGHUP; all clients will continue as if nothing had happened
27 (unless you delete the stream they are watching, of course).
28 Cubemap also survives the encoder dying and reconnecting.
29 .IP \[bu]
30 Support for setting max pacing rate through the fq packet scheduler
31 (depends on Linux 3.13 or newer).
32 .IP \[bu]
33 Reflects anything VLC can reflect over HTTP, even the muxes VLC
34 has problems reflecting itself (in particular, FLV).
35 .IP \[bu]
36 Multicast support, both for sending and receiving (supports only protocols
37 that can go over UDP, e.g. MPEG-TS). Supports both ASM and SSM.
38 .IP \[bu]
39 IPv4 support. Yes, Cubemap even supports (some) legacy protocols.
40 .SH OPTIONS
41 .TP
42 \fB\-\-test\-config\fR, \fB\-t\fR
43 tests the config and exits
44 .TP
45 \fBFILE\fR
46 configuration file (defaults to cubemap.config in the current directory)
47 .SH AUTHOR
48 .B cubemap
49 was written by Steinar H. Gunderson <sgunderson@bigfoot.com>.
50 .SH LICENSE
51 cubemap is licensed under the GNU General Public License, version 2.
52 .SH SEE ALSO
53 .BR vlc (1)