added

2023-03-07

HTTP compression for streaming requests

We have enabled Gzip and Brotli compression on manifest requests (stream.broadpeak.io endpoint).

Compression is used when the client includes a Accept-Encoding header with either br, gzip, or both.

When both are accepted, Brotli is selected.

This allows reducing the egress consumption with clients that support it.