Hello good morning, I hope you are well
Well I come to ask for help here, basically I found a MPD without pssh or KID, then I started to investigate how to get the PSSH, I found a very interesting tutorial and I was able to extract the PSSH.
After extracting the PSSH, I started to look for the license, and data, I could achieve this thanks to special programs like TPD-Keys and Headers, after this, I could get the key and the KID, everything normal so far, the issue is that I will try the MPD with your keys and it does not work.
And I looked at the PSSH which is the same as the KID but it does not work.
Can someone help me?
MPD: https://1062-vos.dtvott.com/DASH/manifest.mpd
PSSH:AAAAOHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABgSE LSUaIqOEzMuvx3s9DMj5CA47b2xpwY=
These are the key I obtained
Key: 644ac4d0515a4082ff7e4738ee1c6c73
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 7 of 7
			
		- 
	
- 
	License URL: 
 https://dtvgo.live.ott.irdeto.com/licenseServer/widevine/v1/dtvgo/license?contentId=Live_1062
 
 Headers what i use
 'authorization': 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjY2Zj hlNzgxLWViNDUtNDE4MC04MGVhLWIzYTgyMjE1ZjhlYyJ9.eyJ haWQiOiJkdHZnbyIsImlzcyI6ImR0dmdvIiwianRpIjoiYWUxN mY4YzgtZjY5Yy00N2IxLWFmYTItZWU0MDRhN2RjNjE5IiwiaXN lIjp0cnVlLCJkaWQiOiJhZTE2ZjhjOC1mNjljLTQ3YjEtYWZhM i1lZTQwNGE3ZGM2MTkiLCJlbnQiOlt7ImVwaWQiOiJTU0xBX0V QSUQiLCJiaWQiOiJMQUxJVkUtQnVuZGxlIn1dLCJzdWIiOiJhZ TE2ZjhjOC1mNjljLTQ3YjEtYWZhMi1lZTQwNGE3ZGM2MTkiLCJ 2Y2lkIjoiNzgyNmZjYmUtODUzMS01NTZmLWE2OTQtNWU1ODA2N zc2NmE5IiwiY2lkIjoiQ0gwMTAwMDAwMDAwMTI5IiwiaXNMaXZ lIjp0cnVlLCJpYXQiOjE2OTM1NDk0MzgsImV4cCI6MTY5MzU1N jYzOH0.m0uOS8WV1-dV6_XsUjlwtIEimNzDTILPaRuIUCQ5sqE'
- 
	It is super strange, because it works for me, but anyway, try with a Latin American VPN, or if not, try with this 
 There you have all the corresponding data
 And you also have the License key
 
 
 
 import requests
 
 headers = {
 'authority': 'dtvgo.live.ott.irdeto.com',
 'accept': '*/*',
 'accept-language': 'en,es-ES;q=0.9,es;q=0.8',
 'authorization': 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjY2Zj hlNzgxLWViNDUtNDE4MC04MGVhLWIzYTgyMjE1ZjhlYyJ9.eyJ haWQiOiJkdHZnbyIsImlzcyI6ImR0dmdvIiwianRpIjoiYWUxN mY4YzgtZjY5Yy00N2IxLWFmYTItZWU0MDRhN2RjNjE5IiwiaXN lIjp0cnVlLCJkaWQiOiJhZTE2ZjhjOC1mNjljLTQ3YjEtYWZhM i1lZTQwNGE3ZGM2MTkiLCJlbnQiOlt7ImVwaWQiOiJTU0xBX0V QSUQiLCJiaWQiOiJMQUxJVkUtQnVuZGxlIn1dLCJzdWIiOiJhZ TE2ZjhjOC1mNjljLTQ3YjEtYWZhMi1lZTQwNGE3ZGM2MTkiLCJ 2Y2lkIjoiNzgyNmZjYmUtODUzMS01NTZmLWE2OTQtNWU1ODA2N zc2NmE5IiwiY2lkIjoiQ0gwMTAwMDAwMDAwMTI5IiwiaXNMaXZ lIjp0cnVlLCJpYXQiOjE2OTM1NTU4ODEsImV4cCI6MTY5MzU2M zA4MX0.xNkIq-B6r7Vk4aIxD-HeAUvbE9mNFneK0LxTBsf_ULk',
 'origin': 'https://www.directvgo.com',
 'referer': 'https://www.directvgo.com/',
 'sec-ch-ua': '"Chromium";v="116", "Not)A;Brand";v="24", "Google Chrome";v="116"',
 'sec-ch-ua-mobile': '?0',
 'sec-ch-ua-platform': '"Windows"',
 'sec-fetch-dest': 'empty',
 'sec-fetch-mode': 'cors',
 'sec-fetch-site': 'cross-site',
 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36',
 'content-type': 'application/x-www-form-urlencoded',
 }
 
 params = {
 'contentId': 'Live_1062',
 }
 
 data = '\b\x04'
 
 response = requests.post(
 'https://dtvgo.live.ott.irdeto.com/licenseServer/widevine/v1/dtvgo/license',
 params=params,
 headers=headers,
 data=data,
 )
- 
	
Similar Threads
- 
  Convert drm mpd source to simple mpd or m3u8 without drm.By alberto404 in forum Newbie / General discussionsReplies: 0Last Post: 5th Aug 2023, 12:05
- 
  Need help for mpdBy Anonymous9875434 in forum Video Streaming DownloadingReplies: 2Last Post: 7th Jun 2023, 06:21
- 
  Tubi .mpdBy geordie10 in forum Video Streaming DownloadingReplies: 1Last Post: 26th May 2022, 08:44
- 
  Help with MPDBy dzigelbaum in forum Video Streaming DownloadingReplies: 8Last Post: 18th Mar 2021, 05:05


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote 
			
