Skip to content

Non-buffered proxying of long chunked trasfers? #54

Description

@CarlLindqvist

I tried to use this to split a video encoder output to dual Unified Sreaming ingest servers. It fails, and I think I know why. The protocol uses one long POST request and keeps that running, sending the data as chunked transfers. This causes the tee proxy to wait for the end of the request which will never happen, and fill up memory until it crashes. Does anyone have an idea on if it would be possible to modify this to support that kind of traffic?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions