Opened 6 years ago

Last modified 6 years ago

#7158 new enhancement

Send "Accept-Encoding: gzip" on .m3u8 HTTP requests

Reported by: DeHackEd Owned by:
Priority: wish Component: avformat
Version: git-master Keywords: http
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Some live streaming servres (such as Youtube live feeds) can generate multi-megabyte .m3u8 files when uncompressed and on long feeds. Accepting gzip'd playlist files can both save bandwidth and dramatically improve playback performance.

I've tested this by just using "Accept-Encoding: gzip" but I don't think that would be an acceptable solution.

Change History (2)

comment:1 by barhom, 6 years ago

I just came across this in my own testing.
I have a couple of live-event streams that can generate a 1mb big playlist.

It would benefit everyone if that m3u8 can be gzipped instead.

comment:2 by Carl Eugen Hoyos, 6 years ago

Keywords: http added
Priority: normalwish
Version: unspecifiedgit-master
Note: See TracTickets for help on using tickets.