[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 16:16:39 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):

 Another thought - if I force jpeg_pipe input format like this:
 {{{
 ./ffmpeg -y -loglevel trace -f jpeg_pipe -i
 http://i.wp.pl/a/f/jpeg/34436/01_wstep.jpeg 2>&1 | grep GET
 [http @ 0x2b0aba0] request: GET /a/f/jpeg/34436/01_wstep.jpeg HTTP/1.1
 }}}
 FFmpeg opens only 1 connection and sends only 1 GET request.
 If I force image2 input format. It sends 2 GET requests.

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


More information about the FFmpeg-trac mailing list