[FFmpeg-trac] #4849(undetermined:new): FFmpeg performs 3 HTTP GET requests to convert single remote JPG image

FFmpeg trac at avcodec.org
Tue Sep 15 21:09:50 CEST 2015


#4849: FFmpeg performs 3 HTTP GET requests to convert single remote JPG image
-------------------------------------+-------------------------------------
             Reporter:  pszemus      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by pszemus):

 I've figured it's because the image2 demuxer has AVFMT_NOFILE flag set.
 Because of that, the remote jpg file is requested again (the if clause is
 true in libavformat/img2dec.c:226).
 I would suspect that remote jpg files are requested only once. To
 accomplish this I'm thinking about removing the AVFMT_NOFILE flag from the
 image2 demuxer for my use case.

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


More information about the FFmpeg-trac mailing list