Hubs

class pyforkurento.hubs.Hub(sess_id, hub_id, pipeline_class)

Bases: pyforkurento.media_element.MediaElement

All hubs base class

class pyforkurento.hubs.Composite

Bases: pyforkurento.hubs.Hub

A hub that mixes the audio stream of its connected inputs and constructs a grid with the video streams of them.

class pyforkurento.hubs.Dispatcher

Bases: pyforkurento.hubs.Hub

A hub that allows routing between arbitrary input-output HubPort pairs.

class pyforkurento.hubs.DispatcherOneToMany

Bases: pyforkurento.hubs.Hub

A hub that sends a given input to all the connected output HubPorts.