Opened 11 years ago
Last modified 5 years ago
#3493 open enhancement
ffmpeg unable to download when using AES-128 with https protocol
Reported by: | adi10289 | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avformat |
Version: | git-master | Keywords: | hls |
Cc: | mark.smirnow87@gmail.com | Blocked By: | |
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Hi Recently I was able to download AES-128 encrypted videos using ffmpeg with normal http protocol but since protocol is changed to secure https I am unable to download any video.
Pls find below logs and help.
ffmpeg -i "http://hls.spuul.com/va/movies/12610001-c9e0f902/0011/s_renditions.m3u8" -c copy -absf aac_adtstoasc "Ankhon Dekhi 1080p.mkv" -loglevel verbose
ffmpeg version N-61722-gfc567ac Copyright (c) 2000-2014 the FFmpeg developers
built on Mar 22 2014 22:01:33 with gcc 4.8.2 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-zlib
libavutil 52. 67.100 / 52. 67.100
libavcodec 55. 52.103 / 55. 52.103
libavformat 55. 34.101 / 55. 34.101
libavdevice 55. 11.100 / 55. 11.100
libavfilter 4. 3.100 / 4. 3.100
libswscale 2. 5.102 / 2. 5.102
libswresample 0. 18.100 / 0. 18.100
libpostproc 52. 3.100 / 52. 3.100
[https @ 02a0e160] HTTP error 404 Not Found
Unable to open key file https://secure.spuul.com/keys/va/movies/12610001-c9e0f902/0011/renditions-encryption-00001.key
Format mp3 detected only with low score of 1, misdetection possible!
[mp3 @ 02a07180] Header missing
Last message repeated 1057 times
[mp3 @ 046e9a60] decoding for stream 0 failed
[mp3 @ 046e9a60] Could not find codec parameters for stream 0 (Audio: mp3, 0 channels, s16p): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
http://hls.spuul.com/va/movies/12610001-c9e0f902/0011/s_renditions.m3u8: Operation not permitted
Change History (4)
comment:1 by , 11 years ago
Component: | ffmpeg → avformat |
---|---|
Keywords: | hls added |
Priority: | critical → wish |
Type: | defect → enhancement |
comment:2 by , 5 years ago
Cc: | added |
---|---|
Component: | avformat → ffmpeg |
Keywords: | aes added |
Priority: | wish → normal |
Status: | new → open |
Type: | enhancement → defect |
comment:3 by , 5 years ago
Component: | ffmpeg → avformat |
---|---|
Keywords: | aes removed |
Priority: | normal → wish |
Type: | defect → enhancement |
the information provided here may help
https://trac.ffmpeg.org/ticket/8490
6 years ago, a flaw was identified, will it be resolved?