Skip to content

Download segments only when requested #2

@dmorn

Description

@dmorn

Right now as soon as a segment message is received the element will immediately
schedule its download. In case of an m3u8 playlist which is already a VOD (all
segments are immediately available), this causes the whole video to be loaded
into memory.

Keep instead a bounded buffer of ready segments, schedule downloads based on
the demand.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions