VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 25 of 25
  1. Member
    Join Date
    Feb 2023
    Location
    Greece
    Search Comp PM
    Hello.
    I downloaded this DRM protected video : https://www.nationalgeographic.com/tv/shows/big-cat-week/episode-guide/season-06/episo...r/vdka11662972
    using ffmpeg with this command after I found the m3u8 :

    ffmpeg -i https://content-dtci.uplynk.com/e65962b03d1c490c8ef255a2e1a6fa92.m3u8 -c copy output.mp4

    and it is downloaded encrypted.
    How can I get the key to decrypt it with ffmpeg ? Because widevine decryptor doesnt work anymore.
    (Note that the video is only available in us, and only Flyvpn can bypass)
    Quote Quote  
  2. your key

    Code:
    562a725045384e5ab0dbdf0516723a10:52e7627a67e0f4f5abcf7424cde43242
    to know how to obtain keys to decrypt videos, read the sticky threads on the top of the forum.
    Quote Quote  
  3. Member
    Join Date
    Feb 2023
    Location
    Greece
    Search Comp PM
    I used both ffmpeg and mp4decrypt :

    ffmpeg -decryption_key 562a725045384e5ab0dbdf0516723a10 -i video.mp4 -codec copy decrypted.mp4

    and returned an error

    mp4decrypt --key 562a725045384e5ab0dbdf0516723a10:52e7627a67e0f4f5a bcf7424cde43242 video.mp4 decrypted.mp4

    and the output was also decrypted.
    Quote Quote  
  4. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    key works just fine with me but with no sound.
    Last edited by naim2007; 15th Aug 2023 at 10:09.
    Quote Quote  
  5. Member
    Join Date
    Feb 2023
    Location
    Greece
    Search Comp PM
    so what can I do?
    Last edited by fotisl; 15th Aug 2023 at 09:17.
    Quote Quote  
  6. Member
    Join Date
    Feb 2023
    Location
    Greece
    Search Comp PM
    so want can I do now with the enccrypted mp4 i have downloaded?
    Quote Quote  
  7. Member
    Join Date
    Feb 2023
    Location
    Greece
    Search Comp PM
    The key doesnt work for me.
    Quote Quote  
  8. Member
    Join Date
    Feb 2023
    Location
    Greece
    Search Comp PM
    Well if someone manage to download it with sound in good quality, please share
    Last edited by fotisl; 15th Aug 2023 at 09:40.
    Quote Quote  
  9. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    Originally Posted by fotisl View Post
    Well if someone manage to download it with sound in good quality, please share
    it seems PSSH changes every request, but the key is correct
    try to download and decrypt this link:

    Code:
    https://content-dtci.uplynk.com/e65962b03d1c490c8ef255a2e1a6fa92.m3u8?cqs=6esTJ1sUosx2T_V_juAYO8XKAPhMpl6-F8ep4Wr_F-EyaMWKRdKl5bQFXTA-P8DZH2YO7RMjET7Msh6_EgthnK_Tfg_o4QfUzzLSvvL1VpSrgTcNBFmlJ_9_wpf8wE8mzN1Moxc5XQOff63OhBgQOM_49pfExbslqxdtVlKMI_GNdPyN1WSGYohyT2Wenjvl2kFRu1Ek3B0Bqju-U7oHLryy4JaQbfv3UNKElEVNZUMF1n4pd1LkYimCNpfjdBDA28t4RBafj-qwZTiVOKUSpqPzxs856e2ptPd0oV3lpqjdckg3cX2vKOVCYjCHYpkC8dEg1RowdAR4PIGI-PaimfBOjvHWM2mxMSiIN23mlPNhsAi2cxeaJ3HsZwUFrZhMvbKOWnxD3GZBjYYT-i49KQ74H26DiumpB5_rOXmdMptcIR8vcOTc8uvqIsQ7oSwF&kid=8b2c254804ec4a96a225726aeb8f9e50
    something related to "user-agent", and i use this one. works just fine with me

    Code:
    Mozilla/5.0 (Linux; Android 5.1; AFTS Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/41.99900.2250.0242 Safari/537.36
    Last edited by naim2007; 15th Aug 2023 at 10:21.
    Quote Quote  
  10. Member
    Join Date
    Feb 2023
    Location
    Greece
    Search Comp PM
    yt-dlp cant download this link
    and ffmpeg says forbidden
    Quote Quote  
  11. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    Originally Posted by fotisl View Post
    yt-dlp cant download this link
    and ffmpeg says forbidden
    try with N_m3u8DL-RE.exe
    Quote Quote  
  12. Member
    Join Date
    Feb 2023
    Location
    Greece
    Search Comp PM
    ok and after i download the video shall i decrypt with the key cedric8528 gave or your key?
    Quote Quote  
  13. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    Originally Posted by fotisl View Post
    ok and after i download the video shall i decrypt with the key cedric8528 gave or your key?
    wait, i'am testing some user-agent for you
    Quote Quote  
  14. Video and audio have separate keys:

    Code:
    Audio: --key c49e20fc3f3f432da1cc70b2c14a8bb3:85f8288a90ee2d290db8ec2a3f60e9b8
    
    Video: --key 562a725045384e5ab0dbdf0516723a10:52e7627a67e0f4f5abcf7424cde43242
    Image
    [Attachment 73191 - Click to enlarge]
    Quote Quote  
  15. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    Originally Posted by fotisl View Post
    ok and after i download the video shall i decrypt with the key cedric8528 gave or your key?
    works for me with only android user-agent and "down & decrypt" m3u8 not mpd
    Quote Quote  
  16. Member
    Join Date
    Feb 2023
    Location
    Greece
    Search Comp PM
    SO N_m3u8DL-RE will download the video and audio seperately?
    Quote Quote  
  17. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    Originally Posted by fotisl View Post
    SO N_m3u8DL-RE will download the video and audio seperately?
    use android user-agent, get m3u8 link & decrypt with this key.
    Code:
    562a725045384e5ab0dbdf0516723a10:52e7627a67e0f4f5abcf7424cde43242
    Quote Quote  
  18. Originally Posted by fotisl View Post
    SO N_m3u8DL-RE will download the video and audio seperately?
    If you have ffmpeg and mp4decrypt installed, it will download, decrypt and mux everything for you. Grab a fresh MPD URL(they expire) and use it like this:

    Code:
    N_m3u8DL-RE --key c49e20fc3f3f432da1cc70b2c14a8bb3:85f8288a90ee2d290db8ec2a3f60e9b8 --key 562a725045384e5ab0dbdf0516723a10:52e7627a67e0f4f5abcf7424cde43242 "MPD_URL" -mt -M format=mp4 --save-name "Geo"
    You will end up with a decrypted video with working audio.
    Quote Quote  
  19. Member
    Join Date
    Feb 2023
    Location
    Greece
    Search Comp PM
    I dont understand a thing, i am new to this i dont know what are all these.
    I started downloading the link you gave with N_m3u8DL-RE, that's all i understood.
    After the download complete, what i must do ? I dont know please help me, and sorry if I am so noob at this
    Quote Quote  
  20. Member
    Join Date
    Feb 2023
    Location
    Greece
    Search Comp PM
    Originally Posted by stabbedbybrick View Post
    Originally Posted by fotisl View Post
    SO N_m3u8DL-RE will download the video and audio seperately?
    If you have ffmpeg and mp4decrypt installed, it will download, decrypt and mux everything for you. Grab a fresh MPD URL(they expire) and use it like this:

    Code:
    N_m3u8DL-RE --key c49e20fc3f3f432da1cc70b2c14a8bb3:85f8288a90ee2d290db8ec2a3f60e9b8 --key 562a725045384e5ab0dbdf0516723a10:52e7627a67e0f4f5abcf7424cde43242 "MPD_URL" -mt -M format=mp4 --save-name "Geo"
    You will end up with a decrypted video with working audio.
    ok so i only have to hit this code and i am done?
    Quote Quote  
  21. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    Originally Posted by fotisl View Post
    Originally Posted by stabbedbybrick View Post
    Originally Posted by fotisl View Post
    SO N_m3u8DL-RE will download the video and audio seperately?
    If you have ffmpeg and mp4decrypt installed, it will download, decrypt and mux everything for you. Grab a fresh MPD URL(they expire) and use it like this:

    Code:
    N_m3u8DL-RE --key c49e20fc3f3f432da1cc70b2c14a8bb3:85f8288a90ee2d290db8ec2a3f60e9b8 --key 562a725045384e5ab0dbdf0516723a10:52e7627a67e0f4f5abcf7424cde43242 "MPD_URL" -mt -M format=mp4 --save-name "Geo"
    You will end up with a decrypted video with working audio.
    ok so i only have to hit this code and i am done?
    or you can hit this one

    Code:
    N_m3u8DL-RE --key 562a725045384e5ab0dbdf0516723a10:52e7627a67e0f4f5abcf7424cde43242 "m3u8_url" -mt -M format=mp4 --save-name "NatGeo"
    Quote Quote  
  22. Originally Posted by fotisl View Post
    Originally Posted by stabbedbybrick View Post
    Originally Posted by fotisl View Post
    SO N_m3u8DL-RE will download the video and audio seperately?
    If you have ffmpeg and mp4decrypt installed, it will download, decrypt and mux everything for you. Grab a fresh MPD URL(they expire) and use it like this:

    Code:
    N_m3u8DL-RE --key c49e20fc3f3f432da1cc70b2c14a8bb3:85f8288a90ee2d290db8ec2a3f60e9b8 --key 562a725045384e5ab0dbdf0516723a10:52e7627a67e0f4f5abcf7424cde43242 "MPD_URL" -mt -M format=mp4 --save-name "Geo"
    You will end up with a decrypted video with working audio.
    ok so i only have to hit this code and i am done?
    Yes.
    Quote Quote  
  23. Member
    Join Date
    Feb 2023
    Location
    Greece
    Search Comp PM
    I used the mpd link you gave before and it downloaded video and audio seperately and then i decrypted with mp4 decryptor with the seperate keys you gave , and it worked. Now i merge them with ffmpeg and i ll see the result
    Quote Quote  
  24. having trouble with my key getter , possible could have keys for this nat geo program
    Code:
    https://www.nationalgeographic.com/tv/movies-and-specials/dd596310-980f-482b-89ef-e471fa749eab
    Quote Quote  
  25. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Originally Posted by qruetry View Post
    having trouble with my key getter , possible could have keys for this nat geo program
    Code:
    https://www.nationalgeographic.com/tv/movies-and-specials/dd596310-980f-482b-89ef-e471fa749eab
    license url :
    Code:
    https://content-ausw2-ur-dtci2.uplynk.com/wv?
    pssh :
    Code:
    AAAAnHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAHwIARIgNmExMmRlNWZjZWNiNGQyOWFiYTYzNmIyZGFlM2IwMjMaBHZkbXMiUDA3NTczZTVmOTM5MjRlZTBiYzZhZTFkZjdkZWU2NjVjX2F1c3cyLXVyLWR0Y2kyXzRjMjkyNTA4OGIzNDQ4MmE4ZmE3ZDNjMjY5NTlmODE4
    key :
    Code:
    6a12de5fcecb4d29aba636b2dae3b023:db473e867fbd9ab186e57b00b68cffea
    pssh :
    Code:
    AAAAnHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAHwIARIgOGU3YTI1NDM2OTE0NDY4NmE4NzE3ZDcyYTYxNDkwZDcaBHZkbXMiUDA3NTczZTVmOTM5MjRlZTBiYzZhZTFkZjdkZWU2NjVjX2F1c2UyLXVyLWR0Y2kxX2I3Y2IwNjk2YTk1NTQwODQ5MGE5ZTdjZmJhZmVmZDFh
    key :
    Code:
    8e7a254369144686a8717d72a61490d7:c5369df0e12e95b30a2d3ffb6f3098f9
    Here is your vid : https://www.swisstransfer.com/d/cd8dff45-8bc6-4f35-8125-7af673ebd2e6
    Last edited by aqzs; 28th May 2024 at 12:25.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!