flask_video_display

Module Contents

Classes

FlaskVideoDisplay

class flask_video_display.FlaskVideoDisplay(component_config)[source]

Bases: pipert.core.component.BaseComponent

_start(self)[source]

Goes over the component’s routines registered in self.routines and starts running them.

stop_run(self)[source]

Signals all the component’s routines to stop.

_gen(self)[source]
_teardown_callback(self, *args, **kwargs)[source]

Implemented by subclasses of BaseComponent. Used for stopping or tearing down things that are not stopped by setting the stop_event. Returns: None

get_all_queue_names(self)[source]

Returns the list of names of queues that the component expose.