VideoIngestFragmentPipeline¶
Bases: Thread
A threaded (threading.Thread) pipeline for ingesting VideoIngestFragment messages, downloading the referenced video chunks
from S3, decoding them into frames, and pushing them to a given output queue.
The input_queue expects VideoIngestFragment messages.
To start streaming do VideoIngestFragmentPipeline.start().
| Attributes: |
|
|---|
stop()
¶
Stop the pipeline and all associated threads.