Opened 10 years ago

Last modified 4 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 Carl Eugen Hoyos, 10 years ago

Component: ffmpegavformat
Keywords: hls added
Priority: criticalwish
Type: defectenhancement

comment:2 by Mark, 4 years ago

Cc: mark.smirnow87@gmail.com added
Component: avformatffmpeg
Keywords: aes added
Priority: wishnormal
Status: newopen
Type: enhancementdefect

comment:3 by Carl Eugen Hoyos, 4 years ago

Component: ffmpegavformat
Keywords: aes removed
Priority: normalwish
Type: defectenhancement

comment:4 by Mark, 4 years ago

deleted

Last edited 4 years ago by Mark (previous) (diff)
Note: See TracTickets for help on using tickets.