Skip to content

TCP streaming: The download and playback should happen concurrently/asynchronously #2

@Aniketh01

Description

@Aniketh01

Currently, the player waits for the TCP module to download and fill it's receiving buffer to be completely filled before the buffer is given out to the player. This isn't an ideal workflow.

What I would suggest is, once the buffer is filled up to a threshold, the buffer should be passed on to the player for playback. Though, this will let us encounter, buffering. That is something else which we need to focus on as well.

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