Hubs¶
-
class
pyforkurento.hubs.Hub(sess_id, hub_id, pipeline_class)¶ Bases:
pyforkurento.media_element.MediaElementAll hubs base class
-
class
pyforkurento.hubs.Composite¶ Bases:
pyforkurento.hubs.HubA 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.HubA hub that allows routing between arbitrary input-output HubPort pairs.
-
class
pyforkurento.hubs.DispatcherOneToMany¶ Bases:
pyforkurento.hubs.HubA hub that sends a given input to all the connected output HubPorts.