Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 01-12-2013, 05:21 PM
gastone gastone is offline
Junior Member
 
Join Date: Aug 2012
Posts: 17
gastone is on a distinguished road
Default

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.
Reply With Quote
  #12  
Old 01-14-2013, 06:55 AM
dublin dublin is offline
Junior Member
 
Join Date: Jan 2013
Posts: 29
dublin is on a distinguished road
Default

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.
Reply With Quote
  #13  
Old 01-14-2013, 08:25 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Adobe HDS Downloader


Quote:
Originally Posted by karlo2105 View Post
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 View Post
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 View Post
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 View Post
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;
        }
Reply With Quote
  #14  
Old 01-14-2013, 08:58 AM
dublin dublin is offline
Junior Member
 
Join Date: Jan 2013
Posts: 29
dublin is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by KSV View Post
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.
Reply With Quote
  #15  
Old 01-16-2013, 02:31 PM
apeofgod apeofgod is offline
Junior Member
 
Join Date: Aug 2012
Posts: 1
apeofgod is on a distinguished road
Unhappy

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?
Reply With Quote
  #16  
Old 01-16-2013, 04:48 PM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: Adobe HDS Downloader


You can't get as it's encrypted with DRM.
Reply With Quote
  #17  
Old 01-19-2013, 09:28 AM
chanc chanc is offline
Senior Member
 
Join Date: Sep 2012
Posts: 115
chanc is on a distinguished road
Default

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 ?
Reply With Quote
  #18  
Old 01-24-2013, 03:50 AM
dublin dublin is offline
Junior Member
 
Join Date: Jan 2013
Posts: 29
dublin is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by chanc View Post
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.
Reply With Quote
  #19  
Old 01-26-2013, 11:40 AM
Locabv Locabv is offline
Junior Member
 
Join Date: Jan 2013
Posts: 1
Locabv is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by karlo2105 View Post
You can't get as it's encrypted with DRM.
How to download files encrypted with DRM?
Reply With Quote
  #20  
Old 01-27-2013, 05:04 AM
chanc chanc is offline
Senior Member
 
Join Date: Sep 2012
Posts: 115
chanc is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by dublin View Post
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 ?
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:01 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons