benjamin-bader / amanuensis

ah - MAN - you - EN - sis: Web Traffic Inspector
GNU General Public License v3.0
2 stars 0 forks source link

Handle streaming-media responses #11

Open benjamin-bader opened 7 years ago

benjamin-bader commented 7 years ago

Proxied responses for e.g. video will chew up heap usage, and browsers will be unhappy.

We should sniff Content-Type and, if it's audio/ or video/, stop accumulating the body in memory and just ship it to the client.

This requires augmenting HttpMessageParser such that it can:

benjamin-bader commented 2 years ago

I'm not sure what I was thinking re: product features around streaming media. Current thoughts:

...we should test this with DRM'd streams like Netflix.