1flumotion-admin(1) Flumotion flumotion-admin(1)
2
3
4
6 flumotion-admin - streaming media server administration GUI
7
8
10 flumotion-admin [ -v ] [ --debug debug configuration ]
11
12
14 flumotion-admin is a GUI application that provides administration capa‐
15 bilities for the flumotion streaming server. Using it, you can config‐
16 ure and monitor the streams flumotion serves. flumotion-admin connects
17 to a running flumotion-manager to control the manager, start and stop
18 components, and display logging and monitoring information about the
19 running components.
20
21 You must start flumotion-manager before you can use flumotion-admin ,
22 but once you've done so you can just run flumotion-admin with no argu‐
23 ments to start the GUI.
24
25
27 -h, --help
28 Show a brief help message, then exit.
29
30 --version
31 Show the version number.
32
33 -v, --verbose
34 Be verbose in console output. This is equivalent to setting the
35 debug level to 3, and will override any debug specifiers.
36
37 -dDEBUG, --debug=DEBUG
38 Set the debug configuration to the specified debug string. See
39 the Debugging section for details of this.
40
41
43 In the unlikely event of something in flumotion not working, you might
44 want to debug it. The flumotion tools ( flumotion-worker , flumotion-
45 admin , and flumotion-manager ) all alow you to turn on debugging out‐
46 put in two different ways.
47
48 Firstly, you can use an environment variable, FLU_DEBUG. Secondly, you
49 can launch the program with a -d or --debug switch. Either approach
50 allows you to specify a debug configuration string with the following
51 syntax:
52
53 name1:n1,name2:n2,name3:n3
54
55 In this syntax, the 'name' variables can be replaced with the name of a
56 particular module within flumotion (such as 'admin', 'twisted', etc.).
57 You can also use '*' to specify all modules. The 'n' variables are num‐
58 bers from 1 to 5, larger numbers corresponding to more verbose output
59 (ERROR, WARN, INFO, DEBUG, and LOG). At level 4, full debugging infor‐
60 mation is emitted.
61
62 You can also use an abbreviated form where you just supply a single
63 number, thisuses that debug level for all modules. Thus the simplest
64 way to enable full debug output for all modules is to use '-d 4' on the
65 command line.
66
67 A more complex example would be '-d *:3,admin:4' to set the logging
68 level for the admin module to DEBUG, and for all other modules to INFO.
69
70
71
73 Hopefully none. If you find any bugs, please report them at
74 https://core.fluendo.com/trac/cgi-bin/trac.cgi
75
76
78 flumotion(1),flumotion-worker(1),flumotion-manager(1)
79
80
81
82Fluendo 2005 July 13 flumotion-admin(1)