Feature #3991
Change MPEG-TS input data handling (timeshift,use-data-from-timeshift,stream-migration-to-another-client)
Start date:
2016-09-22
Due date:
% Done:
75%
Estimated time:
(Total: 0.00 h)
Description
The current (up to 4.2) timeshift implementation has some obstacles to implement some features like:
- use data from timeshift for recordings (late recordings request, but data are in the timeshift buffers)
- stream migration to another client (device)
The idea is to store the unmodified incoming MPEG-TS stream to disk / memory and then reparse it (feed it again) depending on requests. The initial parser should create files with time indexes and EPG info.
The stream migration might be implemented like named temporary virtual channels.
Subtasks
History
Updated by Peter W. about 7 years ago
I see this is marked as done. Was this implemented in current master? Does the kodi PVR Addon make use of it?
Updated by Luis Alves almost 6 years ago
Peter W. wrote:
I see this is marked as done. Was this implemented in current master? Does the kodi PVR Addon make use of it?
Not implemented yet (unfortunately).