Bug #15
Rewrite the internal streaming pipeline
Start date:
Due date:
% Done:
0%
Estimated time:
Found in version:
Affected Versions:
Description
Rewrite the internal streaming pipeline
History
Updated by Andreas Smas over 15 years ago
The internal pipeline is a bit too inflexible at the moment. The rewrite needs to address these problems:
- Add a time-shifter.
- Remove cumbersome locking between nodes in the pipe.
- Prepare for adding live transcoders
This is how we want it to be:
[Input source]-[Arbitration] -+-> [Transcoder X] -> [Timeshifter] -> ... | +-> [Transcoder Y] -> .... | +-------------------> [Timeshifter] -+-- Multiple +-- subscribers +-- (HTSP, RTSP, DVR, etc)
Updated by Andreas Smas over 15 years ago
- Status changed from New to Fixed
- Found in version set to fixed
The pipeline is rewritten.
Timeshifting will not make the 2.2 release.