Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

Adobe HDS Downloader

(http://stream-recorder.com/forum/showthread.php?t=14823)

gastone 01-12-2013 04:21 PM

Re: Adobe HDS Downloader


 
You use a copy of the webpage as AdobeHDS.php. You should look for the zip-link at https://github.com/K-S-V/Scripts.

dublin 01-14-2013 05:55 AM

Re: Adobe HDS Downloader


 
This is really nice piece of code. Thanks!
Any change you could add --header option so i could use "X-Forwarded-For" request header.

KSV 01-14-2013 07:25 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by karlo2105 (Post 57978)
I sent you PM about AdobeHDS delay bug, I hope you will be able to fix it. ;)

unfortunately that particular stream server doesn't updates it's bootstrap info in timely manner so stream is few seconds behind than actual live stream.

Quote:

Originally Posted by xandebarata (Post 58027)
KSV,

Is there a way to work around the auth that keeps constantly changing?

Im trying to download and after the package number 8 it seems that the access autentication change.

provide actual link to the stream with more details.

Quote:

Originally Posted by chanc (Post 58186)
when I tried to apply it to palemoon, it says not compatible with palemoon 15.3.2

i have only tested it with Firefox 17 and above.

Quote:

Originally Posted by dublin (Post 58491)
This is really nice piece of code. Thanks!
Any change you could add --header option so i could use "X-Forwarded-For" request header.

may be in some future update. for the time being you can just modify the script yourself.

Code:

      function headers()
        {
          $headers[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8';
          $headers[] = 'Connection: Keep-Alive';
          $headers[] = 'X-Forwarded-For: 1.2.3.4';
          return $headers;
        }


dublin 01-14-2013 07:58 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by KSV (Post 58492)
may be in some future update. for the time being you can just modify the script yourself.

Code:

      function headers()
        {
          $headers[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8';
          $headers[] = 'Connection: Keep-Alive';
          $headers[] = 'X-Forwarded-For: 1.2.3.4';
          return $headers;
        }


Thanks! Now i can watch BBC streams without proxy or using privoxy to send x-forwarded-for header.

apeofgod 01-16-2013 01:31 PM

Re: Adobe HDS Downloader


 
Code:

php AdobeHDS.php --manifest "http://cdnvh20.cers.com.br/z/1686_120312_OAB_1_FASE_X_EXAME_D_AMBIENTAL_AULA_01_Pt_III_OK.mp4/manifest.f4m?hdnea=st=1358367519~exp=1358367659~acl=/*~id=aumd9k8ne4qo16g0qumh1deh76~hmac=96175f9b01449c9520d4c2fb5c021f6da1270b621f44ecbae07a75d9fd662eb5&hdcore=2.11.3&g=KHAPICXOXLKI" --delete --auth "pvtoken=exp%3D9999999999%7Eacl%3D%252f%252a%7Edata%3DZXhwPTEzNTg0NTM5MjJ+YWNsPSUyZip+ZGF0YT1wdmMsc35obWFjPWZmOGZhZmY2MDIwNzhiMjVkY2VmNmFjYmM0YjA5NzgwN2I1M2ZkMWEyM2QzZmEyNjE4NGIzYzExYzYyMWVkYjA%3D%21s89x42iJxsXVhAOpg7fnHAzKts3OjahmXO+ITcZGShk%3D%7Ehmac%3D8C0DD78CE40ABFC6371C96C11991BEB7551F3A15EE99912415EE6A68359A21DB&hdntl=exp=1358453922~acl=%2f*~data=hdntl~hmac=51f2a8933d6aeca90f6e36a5b6cd965c4dc39b2d013e17cf94441f860216c7cd&als=0,0.1,0,0,0,NaN,0,0,0,29,f,0,1774.56,f,s,KHAPICXOXLKI,2.11.3,29&hdcore=2.11.3" --useragent "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0"
Tried to download from www.cers.com.br and HDS Downloader give me an error:

Unknow packet type 11 encontered! Encriypted fragments can't be recovered.

Someone could help?

karlo2105 01-16-2013 03:48 PM

Re: Adobe HDS Downloader


 
You can't get as it's encrypted with DRM.

chanc 01-19-2013 08:28 AM

Re: Adobe HDS Downloader


 
How could you make it , watch bbc without using a proxy, while still not in GB?
Can you share your way with me ?

dublin 01-24-2013 02:50 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by chanc (Post 58671)
How could you make it , watch bbc without using a proxy, while still not in GB?
Can you share your way with me ?

1. Open AdobeHDS.php with any text editor.
2. Add following line:
Code:

$headers[] = 'X-Forwarded-For: 1.2.3.4';
3. Replace 1.2.3.4 with any UK ip address.
4. Save. That's it.

Locabv 01-26-2013 10:40 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by karlo2105 (Post 58553)
You can't get as it's encrypted with DRM.

How to download files encrypted with DRM?

chanc 01-27-2013 04:04 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by dublin (Post 58903)
1. Open AdobeHDS.php with any text editor.
2. Add following line:
Code:

$headers[] = 'X-Forwarded-For: 1.2.3.4';
3. Replace 1.2.3.4 with any UK ip address.
4. Save. That's it.

I need more help with the steps following those four mentioned above.

My operate system is winxp.

so ,what need I do next , after putting the code in to Adobehds.php ?


All times are GMT -6. The time now is 04:07 PM.