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