View Single Post
  #13  
Old 01-14-2013, 07: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