The m3u8 file location is
Code:
https://d3ctw86dcpuhon.cloudfront.net/225479/video/225479/225479/index.m3u8
The hls://enc.key is in
Code:
https://d3ctw86dcpuhon.cloudfront.net/225479/video/225479/225479/enc.key
When I use ffmpeg, I'm getting the following
ffmpeg -i https://d3ctw86dcpuhon.cloudfront.net/225479/video/225479/225479/index.m3u8 out.mp4
ffmpeg version 2021-01-01-git-63505fc60a-full_build-www.gyan.dev Copyright (c) 2000-2021 the FFmpeg developers
built with gcc 10.2.0 (Rev5, Built by MSYS2 project)
configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-libglslang --enable-vulkan --enable-opencl --enable-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint
libavutil 56. 62.100 / 56. 62.100
libavcodec 58.115.102 / 58.115.102
libavformat 58. 65.100 / 58. 65.100
libavdevice 58. 11.103 / 58. 11.103
libavfilter 7. 94.100 / 7. 94.100
libswscale 5. 8.100 / 5. 8.100
libswresample 3. 8.100 / 3. 8.100
libpostproc 55. 8.100 / 55. 8.100
[hls @ 00000276d520a9c0] Skip ('#EXT-X-VERSION:3')
[hls @ 00000276d520a9c0] Unable to open key file hls://enc.key
[hls @ 00000276d520a9c0] Opening 'crypto+https://d3ctw86dcpuhon.cloudfront.net/225479/video/225479/225479/fileSequence0.ts' for reading
[hls @ 00000276d520a9c0] Error when loading first segment 'https://d3ctw86dcpuhon.cloudfront.net/225479/video/225479/225479/fileSequence0.ts'
https://d3ctw86dcpuhon.cloudfront.net/225479/video/225479/225479/index.m3u8: Invalid data found when processing input
When I use streamlink, I'm getting the following
streamlink.exe --http-header "User-Agent=Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36" "https://d3ctw86dcpuhon.cloudfront.net/225479/video/225479/225479/index.m3u8" best -o output.ts
[cli][info] Found matching plugin hls for URL https://d3ctw86dcpuhon.cloudfront.net/225479/video/225479/225479/index.m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)
[stream.hls][error] Failed to create decryptor: Unable to open URL: hls://enc.key (No connection adapters were found for 'hls://enc.key')
[cli][error] Try 1/1: Could not open stream <HLSStream('https://d3ctw86dcpuhon.cloudfront.net/225479/video/225479/225479/index.m3u8', None)> (No data returned from stream)
error: Could not open stream <HLSStream('https://d3ctw86dcpuhon.cloudfront.net/225479/video/225479/225479/index.m3u8', None)>, tried 1 times, exiting
[cli][info] Closing currently open stream...
MY QUESTION IS HOW TO DOWNLOAD IT USING FFMPEG or STREAMLINK? If not, is there any other way?
The contents of index.m3u8 are
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:15
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-KEY:METHOD=AES-128,URI="hls://enc.key",IV=0x63af6359b609f0f8e160b0f48135d30a
#EXTINF:14.833333,
fileSequence0.ts
#EXTINF:9.541667,
fileSequence1.ts
#EXTINF:10.416667,
fileSequence2.ts
#EXTINF:10.416667,
fileSequence3.ts
#EXTINF:1.458333,
fileSequence4.ts
#EXTINF:8.833333,
fileSequence5.ts
#EXTINF:15.416667,
fileSequence6.ts
#EXTINF:11.416667,
fileSequence7.ts
#EXTINF:10.416667,
fileSequence8.ts
#EXTINF:10.416667,
fileSequence9.ts
#EXTINF:10.208333,
fileSequence10.ts
#EXTINF:10.416667,
fileSequence11.ts
#EXTINF:10.416667,
fileSequence12.ts
#EXTINF:10.416667,
fileSequence13.ts
#EXTINF:10.375000,
fileSequence14.ts
#EXTINF:10.416667,
fileSequence15.ts
#EXTINF:1.791667,
fileSequence16.ts
#EXTINF:3.791667,
fileSequence17.ts
#EXTINF:7.708333,
fileSequence18.ts
#EXTINF:10.416667,
fileSequence19.ts
#EXTINF:10.416667,
fileSequence20.ts
#EXTINF:1.958333,
fileSequence21.ts
#EXTINF:9.708333,
fileSequence22.ts
#EXTINF:10.416667,
fileSequence23.ts
#EXTINF:10.416667,
fileSequence24.ts
#EXTINF:10.416667,
fileSequence25.ts
#EXTINF:10.416667,
fileSequence26.ts
#EXTINF:10.416667,
fileSequence27.ts
#EXTINF:10.416667,
fileSequence28.ts
#EXTINF:10.416667,
fileSequence29.ts
#EXTINF:7.958333,
fileSequence30.ts
#EXTINF:10.416667,
fileSequence31.ts
#EXTINF:9.000000,
fileSequence32.ts
#EXTINF:5.375000,
fileSequence33.ts
#EXTINF:7.458333,
fileSequence34.ts
#EXTINF:10.416667,
fileSequence35.ts
#EXTINF:8.375000,
fileSequence36.ts
#EXTINF:10.416667,
fileSequence37.ts
#EXTINF:10.416667,
fileSequence38.ts
#EXTINF:10.416667,
fileSequence39.ts
#EXTINF:3.500000,
fileSequence40.ts
#EXTINF:10.416667,
fileSequence41.ts
#EXTINF:5.500000,
fileSequence42.ts
#EXTINF:10.416667,
fileSequence43.ts
#EXTINF:10.416667,
fileSequence44.ts
#EXTINF:2.166667,
fileSequence45.ts
#EXTINF:10.083333,
fileSequence46.ts
#EXTINF:13.333333,
fileSequence47.ts
#EXTINF:10.416667,
fileSequence48.ts
#EXTINF:5.375000,
fileSequence49.ts
#EXT-X-ENDLIST
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 3 of 3
Similar Threads
-
Please help download video m3u8 with EXT-X-KEY:METHOD=AES-128
By canete in forum Video Streaming DownloadingReplies: 6Last Post: 23rd Oct 2022, 07:15 -
How to download .m3u8 video with query string and EXT-X-KEY?
By vetro in forum Video Streaming DownloadingReplies: 4Last Post: 28th Mar 2020, 12:04 -
Please help download video m3u8 with EXT-X-HASH
By zorovhs in forum Video Streaming DownloadingReplies: 1Last Post: 1st Oct 2019, 20:51 -
Please help download video m3u8 with EXT-X-KEY:METHOD=AES-128
By boysadvn in forum Video Streaming DownloadingReplies: 13Last Post: 26th Sep 2019, 14:13 -
How to download .m3u8 video with query string and EXT-X-KEY?
By j3321202 in forum Video Streaming DownloadingReplies: 23Last Post: 19th Jun 2019, 13:49