Open Jimbobnz opened 2 weeks ago
With Accept-Encoding: identity;q=1,*;q=0
I inform the server that I want to receive unpacked data packets. The server then sends HTTP 404.
With gzip
the server would send me data packages that I cannot unpack fast enough on the ESP32.
https://digitalstreams-edge-lb.mediaworks.nz/edge_net/playlist.m3u8 is one of the stations that does not work here
What do I need to do to fix this?