[FFmpeg-trac] #9555(ffmpeg:open): Please add support on br (Brotli) decoding on https (HLS request)

FFmpeg trac at avcodec.org
Wed Jan 26 18:40:06 EET 2022


#9555: Please add support on br (Brotli) decoding on https (HLS request)
---------------------------------------+----------------------------------
             Reporter:  Mario101_HC    |                    Owner:  (none)
                 Type:  defect         |                   Status:  open
             Priority:  normal         |                Component:  ffmpeg
              Version:  4.4.1          |               Resolution:
             Keywords:  HLS https hls  |               Blocked By:
             Blocking:                 |  Reproduced by developer:  0
Analyzed by developer:  0              |
---------------------------------------+----------------------------------
Comment (by Mario101_HC):

 static int parse_content_encoding(URLContext *h, const char *p)
 {
     if (!av_strncasecmp(p, "gzip", 4) ||
         !av_strncasecmp(p, "deflate", 7)) {

 please help check possibility of adding br decompressing logic in parse
 content ~ thanks
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9555#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list