Hi all,
I have an M3U8 file that looks like this:
(just removed the links and changed to the files I saved)HTML Code:#EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-TARGETDURATION:6 #EXT-X-PLAYLIST-TYPE:VOD #EXTINF:6.080000, #EXT-X-KEY:METHOD=AES-128,URI="key_rotation_4040-link",IV=0xc6de934ec7a81e95e66f626265c12f68 segment-1.ts #EXTINF:6.080000, #EXT-X-KEY:METHOD=AES-128,URI="key_rotation_4041-link",IV=0xee2ced88ee46155f8083c1f02e16a896 segment-2.ts #EXTINF:6.080000, #EXT-X-KEY:METHOD=AES-128,URI="key_rotation_4042-link",IV=0x1e4abb1c1a8e2b5d916797e28f9e3c27 segment-3.ts #EXTINF:6.080000, #EXT-X-KEY:METHOD=AES-128,URI="key_rotation_4043-link",IV=0xeadab56884fed1558fdcf6ef044fe432 segment-4.ts #EXTINF:6.080000, #EXT-X-KEY:METHOD=AES-128,URI="key_rotation_4044-link",IV=0x55c5c983f8847a32f7f0fc96eff80cf0 segment-5.ts
I downloaded all the key and ts files, but no matter what I tries, I wasn't able to decrypt and merge the files.
Tried mainly CMDs like this:
Any ideas? Is there some other key missing?ffmpeg -allowed_extensions ALL -i playlist.m3u8 -c copy video.mkv
Thanks!
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 9 of 9
-
-
Pick a random fragment and its corresponding key/iv. Can it be decrypted on its own?
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
No, getting this:
HTML Code:[hls @ 000001537776da00] Skip ('#EXT-X-VERSION:3') [hls @ 000001537776da00] Opening 'D://tmp//key.4040' for reading [hls @ 000001537776da00] Opening 'crypto+D://tmp//1080.1.ts' for reading [hls @ 000001537776da00] Error when loading first segment 'D://tmp//1080.1.ts' [in#0 @ 000001537776d680] Error opening input: Invalid data found when processing input Error opening input file tmp-single.m3u8. Error opening input files: Invalid data found when processing input
-
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
I tried manually decrypting via a script using the CBC mode of AES 128 just to make sure this stuff you sent is valid. And I have some doubts regarding that key. I think it is not the right one. I may be wrong but to me it doesn't look ok. It is 16 bytes in length though which is good but it can't be used for the corresponding fragment.
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
-
I've taken a look. This stuff is complex. The URL contains "key_rotation". And the key rotation is a complex mechanism in which encryption keys can be updated time to time. Now if you said you download all the keys and all the fragments, the keys should match, but they don't. Taking a blind guess, I would say the keys are for the "wrong" version of fragments (I may be talking nonsense here, I'm not an expert in security).
Or the keys after being received are altered through some unknown steps that can be understood by debugging javascript code. If I were in your place, I would play around with the JS code to see what happens to the encryption key for a specific fragment. Try and find the part where it actually does the decrypting.--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
Similar Threads
-
need help finding key to download aes-128 encrypted m3u8 file
By Naruto in forum Newbie / General discussionsReplies: 2Last Post: 5th Feb 2024, 12:30 -
can anyone help me find key for aes-128 bit encrypted m3u8 file🥺
By Naruto in forum Video Streaming DownloadingReplies: 2Last Post: 5th Feb 2024, 10:02 -
m3u8 to mp4 (AES-128 Encrypted)
By vel3ro in forum Video Streaming DownloadingReplies: 4Last Post: 19th Jul 2021, 18:11 -
Help Downloading m3u8 File encrypted with aes encryption
By thegeek in forum Video Streaming DownloadingReplies: 3Last Post: 15th Apr 2021, 06:07 -
Downloading AES-128 encrypted m3u8 file
By achy635 in forum Video Streaming DownloadingReplies: 6Last Post: 28th Aug 2019, 23:51