View Single Post
  #6  
Old 05-16-2015, 10:47 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Downloading with AdobeHDS (access denied)


Quote:
Originally Posted by jkg View Post
I've got the same question/problem. AdobeHDS hasn't worked for me on NBC.com in months/years.

I tried using the above syntax as a guide, and tried to add parameters for --auth and --useragent, but it still says Access Denied.

Can anyone tell me how to use AdobeHDS for nbc.com videos? I've also tried Livestreamer on nbc.com but I don't think it's supported. Any help would be greatly appreciated. Thanks a lot.
hi
try with Hds link detector firefox addon
https://addons.mozilla.org/en-us/fir...link-detector/




example http://www.nbc.com/hannibal/video/tomewan/2780564
Code:
php AdobeHDS.php --manifest "http://nbcmpx-vh.akamaihd.net/z/video/109/735/140508_2780564_Tome_Wan_anvver_1_mpx_,1696,1296,896,696,496,306,240,150,64,.mp4.csmil/manifest.f4m?hdnea=st=1431794938~exp=1431795868~acl=/*~id=36aadafd-1230-49ed-9297-fd98fcc316fc~hmac=fd45d2eede1f2addff39784466a7875f2826562f238e2e8e6dc0f719dda98d71&g=VRGONNOMFKKU&hdcore=3.5.0" --delete --auth "hdntl=exp=1431881369~acl=%2f*~data=hdntl~hmac=7b41d839c1f6d89c714afa1dc6a9dc78b09034dc6c1c2132b915f4b8cd20d015&als=0,3,NaN,8,0,NaN,0,0,0,50,f,0,2587.82,f,s,VRGONNOMFKKU,3.5.0,50&hdcore=3.5.0" --useragent "Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.0" --outfile testnbc.flv

Code:
php AdobeHDS.php --manifest "http://nbcmpx-vh.akamaihd.net/z/video/109/735/140508_2780564_Tome_Wan_anvver_1_mpx_,1696,1296,896,696,496,306,240,150,64,.mp4.csmil/manifest.f4m?hdnea=st=1431794938~exp=1431795868~acl=/*~id=36aadafd-1230-49ed-9297-fd98fcc316fc~hmac=fd45d2eede1f2addff39784466a7875f2826562f238e2e8e6dc0f719dda98d71&g=VRGONNOMFKKU&hdcore=3.5.0" --delete --auth "hdntl=exp=1431881369~acl=%2f*~data=hdntl~hmac=7b41d839c1f6d89c714afa1dc6a9dc78b09034dc6c1c2132b915f4b8cd20d015&als=0,3,NaN,8,0,NaN,0,0,0,50,f,0,2587.82,f,s,VRGONNOMFKKU,3.5.0,50&hdcore=3.5.0" --useragent "Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.0" --outfile testnbc.flv

                            KSV Adobe HDS Downloader

Processing manifest info....                                                   
Quality Selection:                                                             
 Available: 1798 1398 1000 802 603 415 349 260 141
 Selected : 1798                                                               
Fragments Total: 431, First: 1, Start: 1, Parallel: 8                          
Downloading 39/431 fragments

it works with livestreamer too with the 'pvswf' parameter to verify the SWF

Code:
livestreamer "hds://http://nbcmpx-vh.akamaihd.net/z/video/109/735/140508_2780564_Tome_Wan_anvver_1_mpx_,1696,1296,896,696,496,306,240,150,64,.mp4.csmil/manifest.f4m?hdnea=st=1431794938~exp=1431795868~acl=/*~id=36aadafd-1230-49ed-9297-fd98fcc316fc~hmac=fd45d2eede1f2addff39784466a7875f2826562f238e2e8e6dc0f719dda98d71&g=VRGONNOMFKKU&hdcore=3.5.0 pvswf=http://pdk.theplatform.com/5.5.11/pdk/swf/flvPlayer.swf" best -o testnbc.flv

Code:
livestreamer "hds://http://nbcmpx-vh.akamaihd.net/z/video/109/735/140508_2780564_Tome_Wan_anvver_1_mpx_,1696,1296,896,696,496,306,240,150,64,.mp4.csmil/manifest.f4m?hdnea=st=1431794938~exp=1431795868~acl=/*~id=36aadafd-1230-49ed-9297-fd98fcc316fc~hmac=fd45d2eede1f2addff39784466a7875f2826562f238e2e8e6dc0f719dda98d71&g=VRGONNOMFKKU&hdcore=3.5.0 pvswf=http://pdk.theplatform.com/5.5.11/pdk/swf/flvPlayer.swf" best -o testnbc.flv
[cli][info] Found matching plugin stream for URL hds://http://nbcmpx-vh.akamaihd.net/z/video/109/735/140508_2780564_Tome_Wan_anvver_1_mpx_,1696,1296,896,696,496,306,240,150,64,.mp4.csmil/manifest.f4m?hdnea=st=1431794938~exp=1431795868~acl=/*~id=36aadafd-1230-49ed-9297-fd98fcc316fc~hmac=fd45d2eede1f2addff39784466a7875f2826562f238e2e8e6dc0f719dda98d71&g=VRGONNOMFKKU&hdcore=3.5.0 pvswf=http://pdk.theplatform.com/5.5.11/pdk/swf/flvPlayer.swf
[cli][info] Available streams: 1000k, 1398k, 141k (worst), 1798k (best), 260k, 349k, 415k, 603k, 802k
[cli][info] Opening stream: 1798k (hds)
[download][testnbc.flv] Written 18.6 MB (1m12s @ 310.1 KB/s)
Reply With Quote