Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        flumotion - Flumotion - the Fluendo Streaming Server
        
        Flumotion, the Fluendo Streaming Server.
Flumotion is a GPL streaming media server written in Python. It is distributed
and component-based: every step in the streaming process (production,
conversion, consumption) can be run inside a separate process on separate
machines.
Flumotion uses Twisted and GStreamer. Twisted enables the high-level
functionality, distributing components over the network. GStreamer, through the
Python bindings, enables the high-speed low-level functionality: actual media
processing.
Flumotion uses a central manager process to control the complete network; one
or more worker processes distributed over machines to run actual streaming
components; and one or more admin clients connecting to the manager to control
it.
 
        
        
        Packages
        
            
                | Name | 
                Version | 
                Release | 
                Type | 
                Size | 
                Built | 
            
            
                | flumotion | 
                0.4.2 | 
                1.fc6 | 
                i386 | 
                18.64 MiB | 
                Sat Apr 14 13:16:49 2007 | 
            
        
        Changelog
        
            - * Sat Apr 14 18:00:00 2007 Thomas Vander Stichele <thomas at apestaart dot org>
 
            - 0.4.2-1
- new upstream release
 
        
            - * Mon Jan 22 17:00:00 2007 Andy Wingo <wingo at pobox.com>
 
            - Make the run, log, and cache directories group-writable, so that
  processes can manage their own pid, log files, and registry caches.
 
        
            - * Tue Dec 19 17:00:00 2006 Thomas Vander Stichele <thomas at apestaart dot org>
 
            - switch around to root:flumotion for ownership of various directories,
  allowing users in the flumotion group to see logs and config
- remove flumotion cache/home dir contents
- clean up commenting in manager config