[FFmpeg-trac] #5341(undetermined:new): Getting remote file problem via HTTPS: could not find codec parameters

FFmpeg trac at avcodec.org
Tue Mar 15 17:45:16 CET 2016


#5341: Getting remote file problem via HTTPS: could not find codec parameters
-------------------------------------+-------------------------------------
             Reporter:  pszemus      |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Transoding remote file via HTTPS failure:

 {{{
 $ ffmpeg -i
 https://i.abczdrowie.pl/imageCache/gallery/2016/02/02/shutterstock-200494427-1_e474-x5y8xx1000yy667w648h429.jpg
 -f mjpeg /dev/null
 ffmpeg version N-79053-g7eedad9 Copyright (c) 2000-2016 the FFmpeg
 developers
   built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-4)
   configuration: --prefix=/home/pszemus/ffmpeg/build --enable-pic
 --enable-pthreads --enable-libmp3lame --enable-version3 --enable-libfaac
 --enable-gpl --enable-nonfree --enable-libvpx --enable-libvorbis --enable-
 libopus --enable-libx264 --enable-libwebp --enable-protocol=https
 --enable-openssl --extra-cflags=-I/opt/WP/common.libs/include --extra-
 ldflags='-L/opt/WP/common.libs/lib -ldl'
   libavutil      55. 19.100 / 55. 19.100
   libavcodec     57. 28.103 / 57. 28.103
   libavformat    57. 28.101 / 57. 28.101
   libavdevice    57.  0.101 / 57.  0.101
   libavfilter     6. 39.102 /  6. 39.102
   libswscale      4.  0.100 /  4.  0.100
   libswresample   2.  0.101 /  2.  0.101
   libpostproc    54.  0.100 / 54.  0.100
 [image2 @ 0x251d340] Could not find codec parameters for stream 0 (Video:
 mjpeg, none(bt470bg/unknown/unknown)): unspecified size
 Consider increasing the value for the 'analyzeduration' and 'probesize'
 options
 https://i.abczdrowie.pl/imageCache/gallery/2016/02/02/shutterstock-200494427-1_e474-x5y8xx1000yy667w648h429.jpg:
 could not find codec parameters
 Input #0, image2, from
 'https://i.abczdrowie.pl/imageCache/gallery/2016/02/02/shutterstock-200494427-1_e474-x5y8xx1000yy667w648h429.jpg':
   Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
     Stream #0:0: Video: mjpeg, none(bt470bg/unknown/unknown), 25 tbr, 25
 tbn, 25 tbc
 Output #0, mjpeg, to '/dev/null':
 Output file #0 does not contain any stream
 }}}

 I've tried it with previous version of FFmpeg (2.8.2) and everything went
 well.
 Also: another file accessed via HTTPS https://i.wp.pl/a/i/suzuki/mordy.jpg
 is transcoded without any errors.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5341>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list