[FFmpeg-trac] #5578(avformat:new): Disabling Icy-Metadata header not working

FFmpeg trac at avcodec.org
Thu Jan 4 22:14:26 EET 2018


#5578: Disabling Icy-Metadata header not working
-------------------------------------+-------------------------------------
             Reporter:               |                    Owner:
  gorilla.maguila                    |                   Status:  new
                 Type:  defect       |                Component:  avformat
             Priority:  normal       |               Resolution:
              Version:  git-master   |               Blocked By:
             Keywords:  http         |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by NabiKAZ):

 I commented this lines and recompile it and solved my problem temporary:

 {{{
     if (!has_header(s->headers, "\r\nIcy-MetaData: ") && s->icy)
         len += av_strlcatf(headers + len, sizeof(headers) - len,
                            "Icy-MetaData: %d\r\n", 1);

 }}}
 https://github.com/FFmpeg/FFmpeg/blob/2477bfe22121f04eff9e4ba2475f1f999c17ea36/libavformat/http.c#L1246,L1247,L1248

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5578#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list