Hi everyone,
i'm trying to get this video
Code:https://www.starplus.com/es-419/video/4584beca-a076-48fb-8464-7073db28fc63Code:https://live-akc-sa-east-2.media.starott.com/gru1/qb01/starplus/event/2023/03/07/Where_We_Come_From_20230307_1678225213035/ctr-all-complete-trimmed.m3u8?v=1&hash=ac1ea0baad482c32f61a1a2dd5adf716a00b5973Code:AAAAOHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABgSECjeA1LPQ0DDi31++K30Hz9I89yVmwY=KEY :Code:https://star.playback.edge.bamgrid.com/widevine/v1/obtain-license
but when i do my command : I get the download but in the listing before downloading, it mentions :Code:28de0352cf4340c38b7d7ef8adf41f3f:e297d1b24004da506e13dc1e0a353200
[Attachment 78210 - Click to enlarge]
does anyone sees what is wrong, please ?
EDIT :Code:N_m3u8DL-RE --key 28de0352cf4340c38b7d7ef8adf41f3f:e297d1b24004da506e13dc1e0a353200 "https://live-akc-sa-east-2.media.starott.com/gru1/qb01/starplus/event/2023/03/07/Where_We_Come_From_20230307_1678225213035/ctr-all-complete-trimmed.m3u8?v=1&hash=ac1ea0baad482c32f61a1a2dd5adf716a00b5973" --save-name ep01
well, here is what I do to manage my goal:
i download anyway the video encrypted,
i do mp4decrypt
then i merge in mkv.
only after the merge, the videofile is actually ok !
but "n_m3u" couldn't do the job on itself like always... it some sees why, i would be interested to know it, please
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by abacaxi; 7th Apr 2024 at 19:41.
-
My assumption is that the author of N_m3u8DL-RE didn't include this situation.
[Attachment 78216 - Click to enlarge]
Actually it's not a typical .m3u8 file, since the encryption part "#EXT-X-KEY" is usually like this:
Code:#EXT-X-KEY:METHOD=AES-128,URI="https://example.com/key.m3u8key",KEYFORMATVERSIONS="1"
So when N_m3u8DL-RE detects this .m3u8 is encrypted, it tried to read the URL to get the key but here it's Widevine PSSH, whose format didn't match with the original one, resulting in the program throwing out an error.
But it doesn't affect the decryption process because you have already input a set of keys.
Similar Threads
-
AES 128 Key, How do i decrypt or find the key?
By GirlsGill in forum Video Streaming DownloadingReplies: 12Last Post: 12th Feb 2024, 08:03 -
I don't get key with wks-key.
By Brift_Bv in forum Video Streaming DownloadingReplies: 34Last Post: 18th Nov 2023, 03:35 -
How to get the good pssh and then the good key.
By abacaxi in forum Video Streaming DownloadingReplies: 16Last Post: 13th May 2023, 09:14 -
No downloader working without key. now getting base64 key string is tough.
By akshaysic in forum Video Streaming DownloadingReplies: 6Last Post: 14th Jan 2023, 10:33 -
is there is any good and safer alternative to N_m3u8DL-CLI ?
By Loryanam2 in forum Video Streaming DownloadingReplies: 4Last Post: 4th Jan 2022, 08:47