Difference between revisions of "Flumotion"
Jump to navigation
Jump to search
WillySilly (talk | contribs) (Added Changing the Default User and Pass) |
WillySilly (talk | contribs) (Minor edit to page) |
||
Line 30: | Line 30: | ||
===Starting the worker=== | ===Starting the worker=== | ||
<pre> | <pre> | ||
− | flumotion-worker -d 3 -u user -p | + | flumotion-worker -d 3 -u user -p password |
</pre> | </pre> | ||
===Starting Config App=== | ===Starting Config App=== |
Revision as of 11:18, 21 January 2006
Contents
What is Flumotion?
Flumotion is a streaming media server created with the backing of Fluendo. It features intuitive graphical administration tools, making the task of setting up and manipulating audio and video streams easy for even novice system administrators. --http://www.flumotion.net
Installing Flumotion
First enable the [community] repo then do:
[[root@computer]]$ pacman -Sy flumotion
Changing the Default User and Pass
Run:
htpasswd -nb user password
Replace user:PSfNpHTkpTx1M with the output of htpasswd in /etc/flumotion/managers/default/planet.xml
Next, place your user and password in the proper places in /etc/flumotion/workers/default.xml
Starting the manager
flumotion-manager -d 3 /etc/flumotion/managers/default/planet.xml
Note: You can specify a different PEM certificate file by passing the --certificate parameter to the manager.
Starting the worker
flumotion-worker -d 3 -u user -p password
Starting Config App
GUI: flumotion-admin ncurses: flumotion-admin-text