#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac