other versions
- wheezy 0.10.0-3
flumotion-manager(1) | Flumotion | flumotion-manager(1) |
NAME¶
flumotion-manager - streaming media server central managementSYNOPSIS¶
flumotion-manager [ - ] [ --debug debug configuration ] [ -L logdir ] [ -R rundir ] [ -H host ] [ -P port ] [ -T protocol ] [ -C certificate ] [ -n name ] [ -s servicename ] [ -D ] [ --daemonize-to=directory ] manager.xml [flow1.xml flow2.xml ...]DESCRIPTION¶
flumotion-manager is the central management component of the flumotion streaming server. flumotion-manager does not actually perform any streaming or encoding itself, it simply acts as a central point for flumotion-worker instances and flumotion-admin administration consoles to connect to. You need to start it before any other flumotion component. When starting flumotion-manager, you need only specify a planet configuration file , but it is frequently helpful to set other options from the command line.OPTIONS¶
- -h, --help
- Show a brief help message, then exit.
- --version
- Show the version number.
- -v, --verbose
- Be verbose in console output. This is equivalent to setting the debug level to 3, and will override any debug specifiers.
- -dDEBUG, --debug=DEBUG
- Set the debug configuration to the specified debug string. See the Debugging section for details of this.
- -L LOGDIR, --logdir=LOGDIR
- Specify the directory for logging output from the manager.
- -R RUNDIR, --rundir=RUNDIR
- Specify the directory for runtime files created by the manager.
- -HHOST, --hostname=HOST
- Specify the interface to bind to, either as a hostname or a numeric address. Usually, unless you have multiple network connections, you won't want to set this at all. Defaults to binding to all interfaces.
- -PPORT, --port=PORT
- Set the port the manager should listen on. Default is 7531 if SSL is being used, or 8642 otherwise.
- -TTRANSPORT, --transport=TRANSPORT
- Set the transport protocol to use, either 'tcp' or 'ssl'. Default is 'ssl'.
- -CCERTIFICATE, --certificate=CERTIFICATE
- Specify the PEM certificate file to use. This is required if you use SSL.
- -nNAME, --name=NAME
- Set the manager name.
- -sSERVICENAME, --service-name=SERVICENAME
- Set the name used for naming log and pid files when running as a daemon.
- -D, --daemonize
- Run in the background as a daemon.
- --daemonize-to=DAEMONIZETO
- Specify what directory to run from when daemonizing.
DEBUGGING¶
In the unlikely event of something in flumotion not working, you might want to debug it. The flumotion tools ( flumotion-worker , flumotion-admin , and flumotion-manager ) all allow you to turn on debugging output in two different ways.name1:n1,name2:n2,name3:n3
EXAMPLES¶
Simple example, starting flumotion-manager using TCP, in verbose mode:flumotion-manager -v -T tcp
conf/managers/default/planet.xml
flumotion-manager -T tcp -D
conf/managers/default/planet.xml conf/managers/mystream.xml
BUGS¶
Hopefully none. If you find any bugs, please report them at https://core.fluendo.com/trac/cgi-bin/trac.cgiSEE ALSO¶
flumotion(1),flumotion-worker(1),flumotion-admin(1)2009 September 4 | Fluendo |