Trees
Indices
Help
[
hide private
]
[
Module Hierarchy
|
Class Hierarchy
]
Module Hierarchy
flumotion.admin
:
client-side code for administration clients
flumotion.admin.admin
:
model abstraction for administration clients supporting different views
flumotion.admin.command
flumotion.admin.command.commands
flumotion.admin.command.main
flumotion.admin.command.utils
flumotion.admin.connections
flumotion.admin.gtk
flumotion.admin.gtk.client
flumotion.admin.gtk.connections
flumotion.admin.gtk.dialogs
flumotion.admin.gtk.greeter
flumotion.admin.gtk.main
flumotion.admin.gtk.message
flumotion.admin.gtk.parts
flumotion.admin.gtk.wizard
flumotion.admin.multi
flumotion.admin.text
flumotion.admin.text.connection
flumotion.admin.text.greeter
flumotion.admin.text.main
flumotion.admin.text.misc_curses
flumotion.admin.text.view
flumotion.common
:
common code used by all flumotion processes
flumotion.common.avltree
:
A pure python functional-style self-balancing binary search tree implementation, with an object-oriented wrapper.
flumotion.common.boot
flumotion.common.bundle
:
bundles of files used to implement caching over the network
flumotion.common.bundleclient
:
Bundle fetching, caching, and importing utilities for clients using bundled code and data
flumotion.common.common
:
small common functions used by all processes
flumotion.common.componentui
flumotion.common.config
:
parsing of configuration files
flumotion.common.connection
:
Abstractions for dealing with PB connections.
flumotion.common.dag
:
Directed Acyclic Graph class and functionality
flumotion.common.debug
:
Debugging helper code
flumotion.common.enum
:
Enum class implementation
flumotion.common.errors
:
serializable Flumotion exceptions
flumotion.common.fxml
:
Common routines to parsing XML.
flumotion.common.gstreamer
:
GStreamer helper functionality
flumotion.common.identity
:
Manager-side identities of objects that can request operations from the manager.
flumotion.common.interfaces
:
Flumotion interfaces
flumotion.common.keycards
:
serializable keycards used for authentication inside Flumotion
flumotion.common.log
:
Flumotion logging
flumotion.common.medium
:
Contains the base class for PB client-side mediums.
flumotion.common.messages
:
support for serializable translatable messages from component/manager to admin
flumotion.common.netutils
:
Miscellaneous network functions for use in flumotion.
flumotion.common.package
:
objects and functions used in dealing with packages
flumotion.common.planet
:
Serializable objects from worker through manager to admin for planet, flow, job and component.
flumotion.common.pygobject
:
PyGTK helper functions
flumotion.common.reflectcall
:
getting coherent errors when calling procedures in named modules
flumotion.common.registry
:
parsing of registry, which holds component and bundle information
flumotion.common.reload
:
This module provides utility functions for Flumotion.
flumotion.common.server
:
Server functionality.
flumotion.common.setup
:
Code related to setup and used as part of the bootstrapping of binaries.
flumotion.common.watched
flumotion.common.worker
:
Objects related to the state of workers.
flumotion.component
:
code executed by components in workers and for components in admin clients
flumotion.component.base
:
Base classes for components and their UIs.
flumotion.component.base.admin_gtk
:
Base classes for component UI's using GTK+
flumotion.component.base.admin_text
flumotion.component.base.http
flumotion.component.bouncers
:
Bouncer components perform authentication services for other components.
flumotion.component.bouncers.admin_gtk
flumotion.component.bouncers.bouncer
:
Base class and implementation for bouncer components, who perform authentication services for other components.
flumotion.component.bouncers.htpasswdcrypt
:
an htpasswd-backed bouncer with crypt passwords
flumotion.component.bouncers.icalbouncer
:
A bouncer that only lets in during an event scheduled with an ical file.
flumotion.component.bouncers.saltsha256
:
an bouncer with a username/salt/sha256 data backend
flumotion.component.bouncers.tokentest
:
A test token bouncer.
flumotion.component.component
:
worker-side objects for components
flumotion.component.consumers
flumotion.component.consumers.disker
flumotion.component.consumers.disker.admin_gtk
flumotion.component.consumers.disker.admin_text
flumotion.component.consumers.disker.disker
flumotion.component.consumers.httpstreamer
flumotion.component.consumers.httpstreamer.admin_gtk
flumotion.component.consumers.httpstreamer.http
flumotion.component.consumers.httpstreamer.resources
flumotion.component.consumers.preview
flumotion.component.consumers.preview.preview
flumotion.component.converters
flumotion.component.converters.overlay
flumotion.component.converters.overlay.genimg
flumotion.component.converters.overlay.overlay
flumotion.component.converters.pipeline
flumotion.component.converters.pipeline.pipeline
flumotion.component.effects
:
code shared between components to implement effects
flumotion.component.effects.colorbalance
flumotion.component.effects.colorbalance.admin_gtk
flumotion.component.effects.colorbalance.colorbalance
flumotion.component.effects.volume
flumotion.component.effects.volume.admin_gtk
flumotion.component.effects.volume.volume
flumotion.component.encoders
flumotion.component.encoders.jpeg
flumotion.component.encoders.jpeg.jpeg
flumotion.component.encoders.mulaw
flumotion.component.encoders.mulaw.mulaw
flumotion.component.encoders.smoke
flumotion.component.encoders.smoke.smoke
flumotion.component.encoders.speex
flumotion.component.encoders.speex.speex
flumotion.component.encoders.theora
flumotion.component.encoders.theora.theora
flumotion.component.encoders.vorbis
flumotion.component.encoders.vorbis.vorbis
flumotion.component.encoders.vorbis.vorbis010
flumotion.component.encoders.vorbis.vorbisutils
flumotion.component.feedcomponent
:
Feed components, participating in the stream
flumotion.component.feedcomponent010
flumotion.component.misc
flumotion.component.misc.httpfile
flumotion.component.misc.httpfile.admin_gtk
flumotion.component.misc.httpfile.file
flumotion.component.misc.httpfile.httpfile
flumotion.component.misc.porter
:
code for porter clients and servers
flumotion.component.misc.porter.porter
flumotion.component.misc.porter.porterclient
flumotion.component.misc.repeater
:
code for porter clients and servers
flumotion.component.misc.repeater.repeater
flumotion.component.muxers
flumotion.component.muxers.checks
flumotion.component.muxers.multipart
flumotion.component.muxers.ogg
flumotion.component.plugs
:
Base classes for components and their ui's.
flumotion.component.plugs.adminaction
flumotion.component.plugs.base
flumotion.component.plugs.identity
flumotion.component.plugs.lifecycle
flumotion.component.plugs.loggers
flumotion.component.plugs.streamdata
flumotion.component.producers
flumotion.component.producers.audiotest
flumotion.component.producers.audiotest.admin_gtk
flumotion.component.producers.audiotest.audiotest
flumotion.component.producers.bttv
flumotion.component.producers.bttv.admin_gtk
flumotion.component.producers.bttv.bttv
flumotion.component.producers.checks
flumotion.component.producers.firewire
flumotion.component.producers.firewire.admin_gtk
flumotion.component.producers.firewire.firewire
flumotion.component.producers.gdp
:
code for porter clients and servers
flumotion.component.producers.gdp.gdp
flumotion.component.producers.icecast
flumotion.component.producers.icecast.icecast
flumotion.component.producers.looper
flumotion.component.producers.looper.admin_gtk
flumotion.component.producers.looper.looper
flumotion.component.producers.pipeline
flumotion.component.producers.pipeline.pipeline
flumotion.component.producers.soundcard
flumotion.component.producers.soundcard.admin_gtk
flumotion.component.producers.soundcard.soundcard
flumotion.component.producers.unixdomain
:
Producer to receive gdp-payloaded data on a unix domain socket
flumotion.component.producers.unixdomain.unixdomain
flumotion.component.producers.videotest
flumotion.component.producers.videotest.admin_gtk
flumotion.component.producers.videotest.admin_text
flumotion.component.producers.videotest.videotest
flumotion.component.producers.webcam
flumotion.component.producers.webcam.admin_gtk
flumotion.component.producers.webcam.webcam
flumotion.configure
:
configure-time information and settings
flumotion.configure.configure
:
configure-time variables for installed or uninstalled operation
flumotion.configure.installed
flumotion.configure.uninstalled
flumotion.extern
flumotion.extern.code
flumotion.extern.fdpass
flumotion.extern.fdpass.fdpass
flumotion.extern.pytrayicon
flumotion.job
:
code for jobs executing for workers
flumotion.job.job
:
the job-side half of the worker-job connection
flumotion.job.main
flumotion.launch
:
code for flumotion-launch
flumotion.launch.inspect
flumotion.launch.main
:
Flumotion-launch: A gst-launch analog for Flumotion.
flumotion.launch.parse
:
flumotion.launch.parse: A parsing library for flumotion-launch syntax.
flumotion.manager
:
manager-side code
flumotion.manager.admin
:
manager-side objects to handle administrative clients
flumotion.manager.base
:
common classes and code to support manager-side objects
flumotion.manager.component
:
manager-side objects for components
flumotion.manager.depgraph
flumotion.manager.main
:
manager main function
flumotion.manager.manager
:
manager implementation and related classes
flumotion.manager.worker
:
manager-side objects to handle worker clients
flumotion.project
flumotion.project.project
flumotion.service
flumotion.service.main
flumotion.service.service
flumotion.twisted
:
Twisted-like base code written for Flumotion
flumotion.twisted.checkers
:
Flumotion Twisted credential checkers
flumotion.twisted.compat
:
Flumotion Twisted compatibility assistance
flumotion.twisted.credentials
:
Flumotion Twisted credentials
flumotion.twisted.defer
flumotion.twisted.fdserver
flumotion.twisted.flavors
:
Flumotion Twisted-like flavors
flumotion.twisted.http
flumotion.twisted.integration
flumotion.twisted.pb
:
Flumotion Perspective Broker using keycards
flumotion.twisted.portal
:
portal-related functionality inspired by twisted.cred.portal
flumotion.twisted.reflect
:
functions based on twisted.python.reflect
flumotion.twisted.rtsp
:
RTSP - Real Time Streaming Protocol.
flumotion.worker
:
code for workers executing jobs for the manager
flumotion.worker.checks
flumotion.worker.checks.check
flumotion.worker.checks.encoder
flumotion.worker.checks.video
flumotion.worker.checks.video010
flumotion.worker.config
:
Parsing of configuration files.
flumotion.worker.feed
:
implementation of a PB Server through which other components can request to eat from or feed to this worker's components.
flumotion.worker.main
flumotion.worker.worker
:
worker-side objects to handle worker clients
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Fri Apr 11 07:40:22 2008
http://epydoc.sourceforge.net