Hi,
Maybe someone can tell me how the master key is and with which tool he got it out?
PSSH:
License URL: https://vmxdrmfklb1.sfm.t-online.de:8063/Code:AAAAdXBzc2gBAAAA7e+LqXnWSs6jyCfc1R0h7QAAAAEZFofSIZ35bkeMFEsoanevAAAAQQgBEhAZFofSIZ35bkeMFEsoanevGhRtYWd5YXJ0ZWxlY29tZ2VybWFueSIOcj01MTAwMzUmcz05NTUqBVNEX0hE
MPD: https://svc40.m8&audioLanguage=deu
Try it with WKS-Keys but did not help
+ Reply to Thread
Results 1 to 20 of 20
-
Last edited by Caidking; 15th Jul 2022 at 17:20.
-
mmm ... you are sure of your pssh? how you have find it?
and also lic url, i think is wrong ... -
License: CAIS5wIKVwogMUY2RkY4M0JCRTA2MTIxRTAxMDAwMDAwMDAwMD AwMDASIDFGNkZGODNCQkUwNjEyMUUwMTAwMDAwMDAwMDAwMDAw GgAgASgAOICangFAAEi1xbCWBhIOCAEQASCAmp4BMICangEaZh IQM4H1b/Sa+YZUSOIXwLwXrBpQqNEui1GxgalROQ3bxjMePZPNWg6tqxy+ 2HwZa1XEMkPNc3ReepZbh+agRDLsjt4xFOpWVjgiwRmE7tOEfO 3qoVguaETV3BbsQjjLE3cSXzEgARqLAQoQGRaH0iGd+W5HjBRL KGp3rxIQYdZnTmF5qG7fhjPELv6KvRoglAi7G9NyVJ4vis3Uk7 rtK/rkt7X/857MP/SRzZ0hxMogAigBMgIIAEI0CiBJUQ5l7XHZIAJ71KD6A+R+O93G zVFA2oCbg03wijmocBIQemOm44U3FhsUVfIkJBeHqGIFU0RfSE QgtcWwlgY4ABog8k/NOA7JAjPffXpl2KcA3D2s2Seya829TuVHxVDXOPAigAKPOse4U ZvTESRiTtuzwrMZ4VYRewVrldDgf8SNak0M+Te88kO6inypqe0 JFazBtZE+2ldBwWd8sHl/Gw1Lkfww99ocuKqpNX6SknZzf96GwLZSdm8Ib8MkewsZHt1FvA qKlWMQ6xq4ayaCtwlin3vP2SkWWjej9IQJm8C8tJ4wUQ53eiWX DgXmQFfkFT3KXuoQlCm9TZYqhxVxa7S1nrBuksS4upZCRDb0o6 rIiBPQT6Yck1v9pDin/Fm78I6gz0dgAeFXq1x6AxWCPvSNq1kyCItXc37nWc9MWTfml5Q c4zyEfusp0/TuvQGliJk521ASpy6ELE92dYOfvifSglZCOjIKMDE3LjEuMCBC dWlsdCBvbiBKdW4gMSAyMDIyIDIxOjMyOjMxICgxNjU0MTQ0Mz MzKUABWAA=
True
['191687d2219df96e478c144b286a77af:99e4e9f783edf3fc 22d063afb0402667'] -
https://forum.videohelp.com/threads/404586-how-to-work-out-the-pssh-when-not-shown-in-...pd#post2647121 i used 3. the logger script
the mpd url i got by network tools and "The Stream Detector" plugin
How you got this? -
-
-
license url should look like this found it by google
https://vmxdrmfklb1.sfm.t-online.de:8063?deviceId=ZDA2M2U3N2ItZWNlOC0zNWI3LWE4OGMtZWJmNzk0ZTgyM2Vk
you parse the init segment with mp4dump for pssh ans hex to base64 the init data
{
"name":"pssh",
"header_size":12,
"size":117,
"system_id":"[ed ef 8b a9 79 d6 4a ce a3 c8 27 dc d5 1d 21 ed]",
"data_size":65,
"kid 0":"[19 16 87 d2 21 9d f9 6e 47 8c 14 4b 28 6a 77 af]",
"data":"[08 01 12 10 19 16 87 d2 21 9d f9 6e 47 8c 14 4b 28 6a 77 af 1a 14 6d 61 67 79 61 72 74 65 6c 65 63 6f 6d 67 65 72 6d 61 6e 79 22 0e 72 3d 35 31 30 30 33 35 26 73 3d 39 35 35 2a 05 53 44 5f 48 44]"
},Last edited by lub0112; 11th Jul 2022 at 09:00.
-
-
whats hard to understand ?
parse the mpd and find the init segment ,, use mp4dump to read the init and find the widevine block of data
take that data and convert from hex to base64 and you get your pssh
https://www.bento4.com/downloads/ -
Last edited by Caidking; 11th Jul 2022 at 09:34.
-
Ok I just can't get a data field with mp4dump.
How exactly do you figure out which is the initial segment? Would be happy about an example. Thanks a lot for your help.
I just always got this ...
Code:{ "name": "pssh", "header_size": 12, "size": 117, "version": 1, "system_id": "[ed ef 8b a9 79 d6 4a ce a3 c8 27 dc d5 1d 21 ed]", "data_size": 65, "kid 0": "[19 16 87 d2 21 9d f9 6e 47 8c 14 4b 28 6a 77 af]" }, { "name": "pssh", "header_size": 12, "size": 898, "version": 1, "system_id": "[9a 04 f0 79 98 40 42 86 ab 92 e6 5b e0 88 5f 95]", "data_size": 846, "kid 0": "[19 16 87 d2 21 9d f9 6e 47 8c 14 4b 28 6a 77 af]" }] },
Last edited by Caidking; 11th Jul 2022 at 10:19.
-
Yes i download the same file but i just got that
Code:[pssh] size=12+105, version=1 system_id = [ed ef 8b a9 79 d6 4a ce a3 c8 27 dc d5 1d 21 ed] data_size = 65 kid 0 = [19 16 87 d2 21 9d f9 6e 47 8c 14 4b 28 6a 77 af] [pssh] size=12+886, version=1 system_id = [9a 04 f0 79 98 40 42 86 ab 92 e6 5b e0 88 5f 95] data_size = 846 kid 0 = [19 16 87 d2 21 9d f9 6e 47 8c 14 4b 28 6a 77 af]
-
-
Hi guys seems licence url has expired https://vmxdrmfklb1.sfm.t-online.de:8063?deviceId=ZDA2M2U3N2ItZWNlOC0zNWI3LWE4OGMtZWJmNzk0ZTgyM2Vk
Does anyone happen to have one that works by any chance?
Thanks -
-
hello I am downloading the mp4 file but I can not make the license address. how do i do this
https://svc40.main.ak.t-online.de/LCID3221228143.originalserver.prod.sngtv.t-online.de...3221228143.mpd
https://prnt.sc/S1NTVkGnKxXU
Code:{ "name":"pssh", "header_size":12, "size":117, "system_id":"[ed ef 8b a9 79 d6 4a ce a3 c8 27 dc d5 1d 21 ed]", "data_size":65, "kid 0":"[0f a9 87 6d aa f9 1b 8f d6 95 0f d1 3f 39 96 ab]", "data":"[08 01 12 10 0f a9 87 6d aa f9 1b 8f d6 95 0f d1 3f 39 96 ab 1a 14 6d 61 67 79 61 72 74 65 6c 65 63 6f 6d 67 65 72 6d 61 6e 79 22 0e 72 3d 35 31 30 30 33 35 26 73 3d 39 35 35 2a 05 53 44 5f 48 44]" }, { "name":"pssh", "header_size":12, "size":898, "system_id":"[9a 04 f0 79 98 40 42 86 ab 92 e6 5b e0 88 5f 95]", "data_size":846, "kid 0":"[0f a9 87 6d aa f9 1b 8f d6 95 0f d1 3f 39 96 ab]", "data":"[4e 03 00 00 01 00 01 00 44 03 3c 00 57 00 52 00 4d 00 48 00 45 00 41 00 44 00 45 00 52 00 20 00 78 00 6d 00 6c 00 6e 00 73 00 3d 00 22 00 68 00 74 00 74 00 70 00 3a 00 2f 00 2f 00 73 00 63 00 68 00 65 00 6d 00 61 00 73 00 2e 00 6d 00 69 00 63 00 72 00 6f 00 73 00 6f 00 66 00 74 00 2e 00 63 00 6f 00 6d 00 2f 00 44 00 52 00 4d 00 2f 00 32 00 30 00 30 00 37 00 2f 00 30 00 33 00 2f 00 50 00 6c 00 61 00 79 00 52 00 65 00 61 00 64 00 79 00 48 00 65 00 61 00 64 00 65 00 72 00 22 00 20 00 76 00 65 00 72 00 73 00 69 00 6f 00 6e 00 3d 00 22 00 34 00 2e 00 30 00 2e 00 30 00 2e 00 30 00 22 00 3e 00 3c 00 44 00 41 00 54 00 41 00 3e 00 3c 00 50 00 52 00 4f 00 54 00 45 00 43 00 54 00 49 00 4e 00 46 00 4f 00 3e 00 3c 00 4b 00 45 00 59 00 4c 00 45 00 4e 00 3e 00 31 00 36 00 3c 00 2f 00 4b 00 45 00 59 00 4c 00 45 00 4e 00 3e 00 3c 00 41 00 4c 00 47 00 49 00 44 00 3e 00 41 00 45 00 53 00 43 00 54 00 52 00 3c 00 2f 00 41 00 4c 00 47 00 49 00 44 00 3e 00 3c 00 2f 00 50 00 52 00 4f 00 54 00 45 00 43 00 54 00 49 00 4e 00 46 00 4f 00 3e 00 3c 00 4b 00 49 00 44 00 3e 00 62 00 59 00 65 00 70 00 44 00 2f 00 6d 00 71 00 6a 00 78 00 76 00 57 00 6c 00 51 00 2f 00 52 00 50 00 7a 00 6d 00 57 00 71 00 77 00 3d 00 3d 00 3c 00 2f 00 4b 00 49 00 44 00 3e 00 3c 00 43 00 48 00 45 00 43 00 4b 00 53 00 55 00 4d 00 3e 00 57 00 35 00 47 00 43 00 7a 00 72 00 45 00 73 00 75 00 54 00 34 00 3d 00 3c 00 2f 00 43 00 48 00 45 00 43 00 4b 00 53 00 55 00 4d 00 3e 00 3c 00 4c 00 41 00 5f 00 55 00 52 00 4c 00 3e 00 68 00 74 00 74 00 70 00 73 00 3a 00 2f 00 2f 00 76 00 6d 00 78 00 64 00 72 00 6d 00 66 00 6b 00 6c 00 62 00 31 00 2e 00 73 00 66 00 6d 00 2e 00 74 00 2d 00 6f 00 6e 00 6c 00 69 00 6e 00 65 00 2e 00 64 00 65 00 2f 00 50 00 6c 00 61 00 79 00 52 00 65 00 61 00 64 00 79 00 2f 00 72 00 69 00 67 00 68 00 74 00 73 00 6d 00 61 00 6e 00 61 00 67 00 65 00 72 00 2e 00 61 00 73 00 6d 00 78 00 3c 00 2f 00 4c 00 41 00 5f 00 55 00 52 00 4c 00 3e 00 3c 00 4c 00 55 00 49 00 5f 00 55 00 52 00 4c 00 3e 00 68 00 74 00 74 00 70 00 73 00 3a 00 2f 00 2f 00 76 00 6d 00 78 00 64 00 72 00 6d 00 66 00 6b 00 6c 00 62 00 31 00 2e 00 73 00 66 00 6d 00 2e 00 74 00 2d 00 6f 00 6e 00 6c 00 69 00 6e 00 65 00 2e 00 64 00 65 00 2f 00 50 00 6c 00 61 00 79 00 52 00 65 00 61 00 64 00 79 00 2f 00 72 00 69 00 67 00 68 00 74 00 73 00 6d 00 61 00 6e 00 61 00 67 00 65 00 72 00 2e 00 61 00 73 00 6d 00 78 00 3c 00 2f 00 4c 00 55 00 49 00 5f 00 55 00 52 00 4c 00 3e 00 3c 00 2f 00 44 00 41 00 54 00 41 00 3e 00 3c 00 2f 00 57 00 52 00 4d 00 48 00 45 00 41 00 44 00 45 00 52 00 3e 00]" }] }, { "name":"mdat", "header_size":8, "size":104673 } ]
-
all the information you need to get the pssh and the license url is in this thread.
what are you using to find the license url?
Similar Threads
-
I don't get key with wks-key.
By Brift_Bv in forum Video Streaming DownloadingReplies: 34Last Post: 18th Nov 2023, 03:35 -
DAZN Widevine key request problem
By Caidking in forum Video Streaming DownloadingReplies: 10Last Post: 22nd Dec 2022, 07:34 -
Problem getting the key from this site
By naim2007 in forum Video Streaming DownloadingReplies: 24Last Post: 30th Oct 2022, 09:49 -
Problem getting the key
By crisvale in forum Video Streaming DownloadingReplies: 14Last Post: 18th Jun 2022, 16:43 -
Problem with getting widevine key on a website kinopoisk hd
By ST02 in forum Video Streaming DownloadingReplies: 12Last Post: 3rd May 2022, 10:55