View Single Post
  #1  
Old 02-21-2015, 08:39 AM
Setzer Setzer is offline
Junior Member
 
Join Date: Feb 2015
Location: Italy
Posts: 1
Setzer is on a distinguished road
Default

DRM problem Sky Sport


Hello,

Im trying to download a file from Sky Sport On Demand

I think thats the Manifest URL

http://silver.vod.any.sky.it/ondeman...0.ism/Manifest

The file is protected with DRM protection. So i looked at the bottom of the manifest file and i found the auth key(base64):

Code:
J@<WRMHEADER xmlns="http://schemas.microsoft.com/DRM/2007/03/PlayReadyHeader" version="4.0.0.0"><DATA><PROTECTINFO><KEYLEN>16</KEYLEN><ALGID>AESCTR</ALGID></PROTECTINFO><DS_ID>7/RYM5/9ok6TRIaf7Montg==</DS_ID><KID>qJDa56c5ekWHTkNRBCjcZw==</KID><CHECKSUM>hYnPvX4hrW4=</CHECKSUM><LA_URL>http://profe.any.sky.it/PlayReadyLicenser/rightsmanager.asmx</LA_URL><LUI_URL>http://profe.any.sky.it/PlayReadyLicenser/rightsmanager.asmx</LUI_URL><CUSTOMATTRIBUTES xmlns=""><TXTGUARD_EID>ACSPlayreadyProvider</TXTGUARD_EID></CUSTOMATTRIBUTES></DATA></WRMHEADER>
The auth key should be "qJDa56c5ekWHTkNRBCjcZw=="

Then I tried to download with ISMDownloader and also AdobeHDS but it doesnt work... Any Suggestions?

Code:
C:\PHP\video>php AdobeHDS.php --manifest "http://silver.vod.any.sky.it/ondemand/
OtherDev/MI/Live2/SS/Skygo/skysport/0/02-2015/20150211103005_4528287706300/20150
211103005_4528287706300.ism/Manifest" -auth "qJDa56c5ekWHTkNRBCjcZw=="

                            KSV Adobe HDS Downloader

Processing manifest info....

Notice: Undefined index:  in C:\PHP\video\AdobeHDS.php on line 419
No media entry found
Code:
C:\PHP\video>ismdownloaderavc1 "http://silver.vod.any.sky.it/ondemand/OtherDev/M
I/Live2/SS/Skygo/skysport/0/02-2015/20150211103005_4528287706300/20150211103005_
4528287706300.ism/Manifest?auth=qJDa56c5ekWHTkNRBCjcZw==" "sport.mkv"
ismdownloader v2.0.0.01beta
DVB Crew ?- TFI mod

Manifest:
Url: http://silver.vod.any.sky.it/ondemand/OtherDev/MI/Live2/SS/Skygo/skysport/0
/02-2015/20150211103005_4528287706300/20150211103005_4528287706300.ism/Manifest?
auth=qJDa56c5ekWHTkNRBCjcZw==
Duration: 00:24:20.5600000

Stream 1:
AVC1 854x480 (854x480) @ 1477 kbps [selected]
AVC1 768x432 (768x432) @ 1182 kbps
AVC1 640x360 (640x360) @ 791 kbps
AVC1 480x272 (480x272) @ 494 kbps
AVC1 384x216 (384x216) @ 247 kbps

Stream 2:
AAC 2 channels 24000 Hz @ 50 kbps [selected]

Stream 3:
AAC 2 channels 24000 Hz @ 50 kbps [selected]

Recording duration:
ERROR: Encrypted content (DRM)!
Is there any way to download the file?

Thanks in advance.
Reply With Quote