[FFmpeg-trac] #2808(undetermined:new): https protocol with parameters as input failed

FFmpeg trac at avcodec.org
Thu Jul 25 16:15:21 CEST 2013


#2808: https protocol with parameters as input failed
-------------------------------------+-------------------------------------
             Reporter:  ebaynaud     |                     Type:  defect
               Status:  new          |                 Priority:  important
            Component:               |                  Version:  2.0
  undetermined                       |               Blocked By:
             Keywords:  https,       |  Reproduced by developer:  0
  http, parameters                   |
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Issue with parameters when using HTTP'''S''' source. Using unsecure HTTP
 works well. And using HTTPS without parameters works as well.

 How to reproduce:
 {{{
 % ffmpeg -i
 "https://d3qcr8gwcxn3c1.cloudfront.net/encoded/en/0_180.mp4?Expires=1378035086&Signature
 =S36da20XZSIneWru-
 1GYkTJ0kSb34ll7oTjClyyj0bEQYYyC93Cqsk26s44Khtt0DEFdJUOSaUZ28FoXp5cW
 ~PDJUpiyRLEYouG5AFZnlrROTOI8d8K5DPvHf-1AzJb-zd
 ~pfqx8m94K4YYFkiDCWDA82gqQYzRTGs4mpX-hCQQ_&Key-Pair-
 Id=APKAJQ6E3EVY3OVM4M6Q" o.mp4
 }}}
 It fails:
 {{{
 ffmpeg version 2.0 Copyright (c) 2000-2013 the FFmpeg developers
   built on Jul 25 2013 12:06:05 with gcc 4.6 (Ubuntu/Linaro
 4.6.3-1ubuntu5)
   configuration: --extra-cflags=-fPIC --enable-nonfree --enable-openssl
 --enable-static --enable-shared --enable-gpl --enable-version3 --enable-
 pthreads --disable-ffplay --disable-ffserver --enable-postproc --enable-
 libfaac --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-
 libmp3lame --enable-libvorbis --enable-libtheora --enable-libx264
 --enable-libspeex --enable-libxvid --enable-x11grab --prefix=/usr
   libavutil      52. 38.100 / 52. 38.100
   libavcodec     55. 18.102 / 55. 18.102
   libavformat    55. 12.100 / 55. 12.100
   libavdevice    55.  3.100 / 55.  3.100
   libavfilter     3. 79.101 /  3. 79.101
   libswscale      2.  3.100 /  2.  3.100
   libswresample   0. 17.102 /  0. 17.102
   libpostproc    52.  3.100 / 52.  3.100
 [https @ 0x258d4e0] HTTP error 403 Forbidden
 https://d3qcr8gwcxn3c1.cloudfront.net/encoded/en/0_180.mp4?Expires=1378035086&Signature
 =S36da20XZSIneWru-
 1GYkTJ0kSb34ll7oTjClyyj0bEQYYyC93Cqsk26s44Khtt0DEFdJUOSaUZ28FoXp5cW
 ~PDJUpiyRLEYouG5AFZnlrROTOI8d8K5DPvHf-1AzJb-zd
 ~pfqx8m94K4YYFkiDCWDA82gqQYzRTGs4mpX-hCQQ_&Key-Pair-
 Id=APKAJQ6E3EVY3OVM4M6Q: Input/output error
 }}}

 Notice that this one work (same with HTTPS instead of HTTP):
 {{{
 ffmpeg -i
 "http://d3qcr8gwcxn3c1.cloudfront.net/encoded/en/0_180.mp4?Expires=1378035086&Signature
 =S36da20XZSIneWru-
 1GYkTJ0kSb34ll7oTjClyyj0bEQYYyC93Cqsk26s44Khtt0DEFdJUOSaUZ28FoXp5cW
 ~PDJUpiyRLEYouG5AFZnlrROTOI8d8K5DPvHf-1AzJb-zd
 ~pfqx8m94K4YYFkiDCWDA82gqQYzRTGs4mpX-hCQQ_&Key-Pair-
 Id=APKAJQ6E3EVY3OVM4M6Q" o.mp4
 }}}

 And this one works as well (HTTPS without parameters):
 {{{
 ffmpeg -i "https://tiviziodist.s3.amazonaws.com/ffmpeg.mp4" o.mp4
 }}}

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


More information about the FFmpeg-trac mailing list