Quote:
Originally Posted by karlo2105
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
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
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
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;
}