Flumotion
Revision as of 17:34, 23 April 2012 by Kynikos.bot (talk | contribs) (remove language suffix from Category:Networking (English), see Talk:Table of Contents#English Category Names: Capitalization and Conflict with i18n)
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.
Contents
Installing Flumotion
First enable the [community] repo then do:
# pacman -S 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