VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. i,
    first message but as many of us I need some help. (redone with link and some improvments)

    original file: https://mediasetinfinity.mediaset.it/video/elisabuonnataleancheate/buon-natale-anche-a...12787201000101

    I have dowanload with yt-dlp a drm protect file (it's a concert broadcasted on tv)

    I have these two files
    Code:
    hr_wv_mpl.ita.mp4
    hr_wv_mpl.mp4
    I have found also the auth param
    Code:
    "{"alg":"RS512"}{"sub":"mediaset-prd-pla/76948f834d1446a6b90fcd7345753d77","iss":"1","exp":1703585955,"iat":1703499555482,"jti":"b31b75b6-0985-423e-bed1-66bc341a0db6","did":"mediaset-prd-pla","unm":"76948f834d1446a6b90fcd7345753d77","ctx":"{\"id\":\"76948f834d1446a6b90fcd7345753d77\",\"userName\":\"76948f834d1446a6b90fcd7345753d77\",\"email\":\"\",\"fullName\":\"\",\"attributes\":{\"adult\":\"true\",\"appName\":\"web//mediasetplay-web/5.8.4-f47fb9f\",\"client_id\":\"0177fd018c3e000177c3c50d43720004e008100d00bd0\",\"deviceName\":\"\",\"email\":\"nospam@gmail.com\",\"gigyaSite\":\"default\",\"hash\":\"5FNhJsfknvkN/omlmrIlkG8VhpX2LaIm2dp/MMNc5no=\",\"internal_id\":\"6c5e14aa-e653-4742-9175-40566e2400e2\",\"registrationSource\":\"default\",\"tos\":\"false\",\"urn:theplatform:consumer:account\":"
    I have also found these two value
    HTML Code:
    PSSH(WV): CAESEEqAAVlIVrzZsT4ctiEWJ3oaDWFtYXpvbnR2Y3JpbWUiCHRhbV90ZXN0KgJTRDIA
    KID: 4a8001594856bcd9b13e1cb62116277a
    may I ask, what is the next step to decript the files? (apology but my girlsfriends wanna see again this concert....)

    Luca
    Last edited by Longofuzzi; 26th Dec 2023 at 09:24. Reason: security reason and typo
    Quote Quote  
  2. if you already download encrypted video

    decrypt video & audio using mp4decrypt.exe

    Code:
    mp4decrypt --key 539760bb6793dcb77604f6957f52e109:77d1433dfd10afcebb065e1f8ad85f72 encvideo.mpd video.mp4
    mp4decrypt --key 539760bb6793dcb77604f6957f52e109:77d1433dfd10afcebb065e1f8ad85f72 encaudio.m4a audio.m4a
    join using ffmpeg.exe
    Code:
    ffmpeg -i video.mp4 -i audio.m4a -c copy final.mp4
    don't forget use the right key you got
    Quote Quote  
  3. hi man,
    just updated the first post, I try to do yesterday but the forum don't allow me.

    Just to understand, if I understand correctly I need the keys to decrypt the video/audio.
    You passed me two, but to learn, how do I get them too?

    thanks!
    Last edited by Longofuzzi; 26th Dec 2023 at 03:59. Reason: typo
    Quote Quote  
  4. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Your " auth param" also contains your email address and other identifying data - be a more careful what you post.
    Last edited by A_n_g_e_l_a; 26th Dec 2023 at 04:36.
    Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  5. ops.. fixed.. i forget to decode ... inexperience
    Quote Quote  
  6. Originally Posted by Longofuzzi View Post
    ops.. fixed.. i forget to decode ... inexperience

    try download using N_m3u8DL-RE

    Code:
    N_m3u8DL-RE -M format=mp4 --key 4a8001594856bcd9b13e1cb62116277a:232f2f28f1115dc2836580ac64b03364 "https://vod06.msf.cdn.mediaset.net/farmunica/2023/12/1484440_18c96d04370645/dashrcenc/hr_wv_mpl.mpd" --save-name Buon_Natale_anche_a_te.mp4
    Quote Quote  
  7. Originally Posted by jckzz View Post
    Originally Posted by Longofuzzi View Post
    ops.. fixed.. i forget to decode ... inexperience

    try download using N_m3u8DL-RE

    Code:
    N_m3u8DL-RE -M format=mp4 --key 4a8001594856bcd9b13e1cb62116277a:232f2f28f1115dc2836580ac64b03364 "https://vod06.msf.cdn.mediaset.net/farmunica/2023/12/1484440_18c96d04370645/dashrcenc/hr_wv_mpl.mpd" --save-name Buon_Natale_anche_a_te.mp4
    thank you, works as expected.
    It remains to be seen how you found the decryption keys
    Quote Quote  
  8. Originally Posted by Longofuzzi View Post
    Originally Posted by jckzz View Post
    Originally Posted by Longofuzzi View Post
    ops.. fixed.. i forget to decode ... inexperience

    try download using N_m3u8DL-RE

    Code:
    N_m3u8DL-RE -M format=mp4 --key 4a8001594856bcd9b13e1cb62116277a:232f2f28f1115dc2836580ac64b03364 "https://vod06.msf.cdn.mediaset.net/farmunica/2023/12/1484440_18c96d04370645/dashrcenc/hr_wv_mpl.mpd" --save-name Buon_Natale_anche_a_te.mp4
    thank you, works as expected.
    It remains to be seen how you found the decryption keys
    just as usual
    you need PSSH, inside your mpd
    and license url

    PSSH
    Code:
    AAAAU3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADMIARIQSoABWUhWvNmxPhy2IRYnehoNYW1hem9udHZjcmltZSIIdGFtX3Rlc3QqAlNEMgA=
    License Url
    Code:
    https://widevine.entitlement.theplatform.eu/wv/web/ModularDrm/getRawWidevineLicense?XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    no headers needed

    anyway like angela said
    there is your email in your 1st post
    you better delete your param info
    Last edited by jckzz; 26th Dec 2023 at 06:14.
    Quote Quote  



Similar Threads

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