As a noob, Ive been trying to understand how key retrieval works, which is the crux of my quest.
Ive been going through various threads including Dumping L3 from android studio and others but without much success.
So I managed to find an encrypted dash link, its KID(3 KIDs - a default, one for video and one for audio), pssh, lic(vdocipher) etc, but Im unable to get the key. I thought the session id would be it, but that doesnt seem to be the case. But as I led with the word noob, its also highly likely Im making a mistake in the syntax or even the punctuations. Anybody with a little time on their hands that can help me understand what Im doing wrong?
+ Reply to Thread
Results 1 to 5 of 5
-
-
contd.
Code:https://d1z78r8i505acl.cloudfront.net/media/9i67aQor4D29e/bbae5c8c/stream.mpd
Code:<?xml version="1.0" encoding="UTF-8"?> <!--Generated with https://github.com/google/shaka-packager version v2.3.0-5bf8ad5-release--> <MPD xmlns="urn:mpeg:dash:schema:mpd:2011" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 DASH-MPD.xsd" xmlns:cenc="urn:mpeg:cenc:2013" profiles="urn:mpeg:dash:profile:isoff-on-demand:2011" minBufferTime="PT2S" type="static" mediaPresentationDuration="PT623.7666625976562S"> <Period id="0"> <AdaptationSet id="0" contentType="audio" subsegmentAlignment="true"> <ContentProtection value="cenc" schemeIdUri="urn:mpeg:dash:mp4protection:2011" cenc:default_KID="aefc05f5-ac61-5033-9b99-23818c699f98"/> <ContentProtection schemeIdUri="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed"> <cenc:pssh> AAAAUnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADIiKnZkb2NpcGhlcjowMGMxNThlMWIzYjc0NGU2OTlhODFhMGJkZTdlOGFkNUjj3JWbBg== </cenc:pssh> </ContentProtection> <Representation id="0" bandwidth="124000" codecs="mp4a.40.2" mimeType="audio/mp4" audioSamplingRate="48000"> <AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/> <BaseURL> audio_kjcbi_0_124.mp4 </BaseURL> <SegmentBase indexRange="984-2263" timescale="48000"> <Initialization range="0-983"/> </SegmentBase> </Representation> </AdaptationSet> <AdaptationSet id="1" contentType="video" width="854" height="480" frameRate="15360/512" subsegmentAlignment="true" par="16:9"> <ContentProtection value="cenc" schemeIdUri="urn:mpeg:dash:mp4protection:2011" cenc:default_KID="93c74873-0392-5021-98b3-66ca34d4ffeb"/> <ContentProtection schemeIdUri="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed"> <cenc:pssh> AAAAUnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADIiKnZkb2NpcGhlcjowMGMxNThlMWIzYjc0NGU2OTlhODFhMGJkZTdlOGFkNUjj3JWbBg== </cenc:pssh> </ContentProtection> <SupplementalProperty schemeIdUri="urn:mpeg:dash:adaptation-set-switching:2016" value="2"/> <Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/> <Representation id="1" bandwidth="272000" codecs="avc1.4d4028" mimeType="video/mp4" sar="1:1"> <BaseURL> video_xzrmk_480_272.mp4 </BaseURL> <SegmentBase indexRange="1022-2193" timescale="15360"> <Initialization range="0-1021"/> </SegmentBase> </Representation> </AdaptationSet> <AdaptationSet id="2" contentType="video" maxWidth="1920" maxHeight="1080" frameRate="15360/512" par="16:9"> <ContentProtection value="cenc" schemeIdUri="urn:mpeg:dash:mp4protection:2011" cenc:default_KID="41179bc7-a71e-5866-9bea-8aafcf627bd6"/> <ContentProtection schemeIdUri="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed"> <cenc:pssh> AAAAUnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADIiKnZkb2NpcGhlcjowMGMxNThlMWIzYjc0NGU2OTlhODFhMGJkZTdlOGFkNUjj3JWbBg== </cenc:pssh> </ContentProtection> <SupplementalProperty schemeIdUri="urn:mpeg:dash:adaptation-set-switching:2016" value="1"/> <Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/> <Representation id="2" bandwidth="672000" codecs="avc1.64001f" mimeType="video/mp4" sar="1:1" width="1280" height="720"> <BaseURL> video_qspnp_720_672.mp4 </BaseURL> <SegmentBase indexRange="1024-2207" timescale="15360"> <Initialization range="0-1023"/> </SegmentBase> </Representation> <Representation id="3" bandwidth="1372000" codecs="avc1.640028" mimeType="video/mp4" sar="1:1" width="1920" height="1080"> <BaseURL> video_ejgms_1080_1372.mp4 </BaseURL> <SegmentBase indexRange="1026-2209" timescale="15360"> <Initialization range="0-1025"/> </SegmentBase> </Representation> <Representation id="4" bandwidth="1876000" codecs="avc1.640028" mimeType="video/mp4" sar="1:1" width="1920" height="1080"> <BaseURL> video_dphiu_1080_1876.mp4 </BaseURL> <SegmentBase indexRange="1026-2209" timescale="15360"> <Initialization range="0-1025"/> </SegmentBase> </Representation> </AdaptationSet> </Period> </MPD>
Last edited by Angel_Cyclops; 17th Jan 2023 at 16:15. Reason: mpd
-
https://license.vdocipher.com/auth/wv/:authToken
default
Kid: aefc05f5-ac61-5033-9b99-23818c699f98
urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed
PSSH: AAAAUnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADIiKnZkb2 NpcGhlcjowMGMxNThlMWIzYjc0NGU2OTlhODFhMGJkZTdlOGFk NUjj3JWbBg==
Audio:
kid: 93c74873-0392-5021-98b3-66ca34d4ffeb
urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed
PSSH
AAAAUnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADIiKnZkb2 NpcGhlcjowMGMxNThlMWIzYjc0NGU2OTlhODFhMGJkZTdlOGFk NUjj3JWbBg==
Video:
kid: 41179bc7-a71e-5866-9bea-8aafcf627bd6
urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed
PSSH: AAAAUnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADIiKnZkb2 NpcGhlcjowMGMxNThlMWIzYjc0NGU2OTlhODFhMGJkZTdlOGFk NUjj3JWbBg==Last edited by Angel_Cyclops; 17th Jan 2023 at 16:21.
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 -
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 -
Need help in getting key
By Game_Trips in forum Video Streaming DownloadingReplies: 3Last Post: 1st Oct 2022, 20:47 -
help to get key
By lomero in forum Video Streaming DownloadingReplies: 4Last Post: 7th Jul 2021, 12:59