Flumotion
Revision as of 11:17, 21 January 2006 by WillySilly (talk | contribs) (Added Changing the Default User and Pass)
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 test
Starting Config App
GUI: flumotion-admin ncurses: flumotion-admin-text