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)

seriousdizzle 08-22-2014 07:04 PM

Re: Adobe HDS Downloader


 
Greetings,

Sorry if this has been asked before. But is there a way to use the hds downloader output, as a source for ffmpeg?

Or, is there a way to use hds downloader to push to an rtmp destination instead of vlc? (This is what I would use ffmpeg for).

Thanks so much. :)

jessyrichard 09-06-2014 08:43 PM

Re: Adobe HDS Downloader


 
I have using Adobe HDS Downloader for 2 years.
The script are working very well for me.
I haven't got even an error until now.
I have a question about the script.
Last week, I accidentally closed the command line while the downloading are continuing, after %90 of the downloading is complete.
There are seg-frag files in my Adobe HDS Downloader folder.
How can I join them as manually for watch %90 of the video?
Is there a way for that?
Thank you very much for your help.

slim10 09-06-2014 10:01 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by jessyrichard (Post 70308)
I have using Adobe HDS Downloader for 2 years.
The script are working very well for me.
I haven't got even an error until now.
I have a question about the script.
Last week, I accidentally closed the command line while the downloading are continuing, after %90 of the downloading is complete.
There are seg-frag files in my Adobe HDS Downloader folder.
How can I join them as manually for watch %90 of the video?
Is there a way for that?
Thank you very much for your help.

Read the section "Offline fragment processing":
https://github.com/K-S-V/Scripts/wiki

denobis 09-09-2014 08:29 AM

Re: Adobe HDS Downloader


 
Hi,

for some videos, like http://www.dailymotion.com/video/x24u2h3,
the script fails. With these changes works:

************************************************

869 // Extract baseFilename
870 $this->baseFilename = $this->media['url'];

to

// Extract baseFilename

$this->baseFilename = explode("?",$this->media['url'])[0];

if ($this->auth=="") $this->auth="?".explode("?",$this->media['url'])[1];

************************************************

and

886 $this->fragUrl = AbsoluteUrl($this->baseUrl, $this->media['url']);

to

$this->media['url']=explode("?",$this->media['url'])[0];

$this->fragUrl = AbsoluteUrl($this->baseUrl, $this->media['url']);

**************************************************
I dont know if these changes break other streams.

maniac8828 10-15-2014 01:01 AM

Re: Adobe HDS Downloader


 
I keep getting the below error when I tried to download a video:

Processing manifest info....
Access Denied! Unable to download the manifest.

I am new to this. Can anyone help?
Thanks in advance :)

Hatchet 10-15-2014 02:27 AM

Re: Adobe HDS Downloader


 
Video url?

maniac8828 10-15-2014 03:20 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by Hatchet (Post 71473)
Video url?

http://colors.in.com/in/biggboss/vid...036-2.html#nav

Sorry missed it :P

Hatchet 10-15-2014 04:04 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by maniac8828 (Post 71472)
I keep getting the below error when I tried to download a video:

Processing manifest info....
Access Denied! Unable to download the manifest.

Use this with an an Indian proxy/vpn (if you live outside India) to get your command line:
https://addons.mozilla.org/en-US/fir...link-detector/

Code:

php AdobeHDS.php --manifest "http://vodcolors-vh.akamaihd.net/z/revamp/14102014/BIGGBOS8EPISODEP23/SEGWHOLE-,256000,512000,712000,.mp4.csmil/manifest.f4m?hdnea=st=1413365954~exp=1413365984~acl=/*~hmac=fc97ded0f6596571a3e4a4d4c57f2693f831c9708dbe9561a480ab4cd3a1263b&jwstreamtype=hds&g=HQFPLWARZNSP&hdcore=3.3.0&plugin=jwplayer-3.3.0.0" --delete --auth "hdntl=exp=1413452358~acl=%2f*~data=hdntl~hmac=8537f7f25ec16db76fb6e91d76680954b96d4c1f8046cf0db9e57d625491fe2a&jwstreamtype=hds&als=0,3,NaN,0,0,NaN,0,0,0,19,f,0,2725.06,f,s,HQFPLWARZNSP,3.3.0,19&hdcore=3.3.0&plugin=jwplayer-3.3.0.0" --useragent "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0"


denobis 10-15-2014 04:40 AM

Re: Adobe HDS Downloader


 
There is a m3u8 stream

http://vodcolors-vh.akamaihd.net/i/r..._av.m3u8?null=

with atresdownloader

maniac8828 10-15-2014 07:19 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by Hatchet (Post 71477)
Use this with an an Indian proxy/vpn (if you live outside India) to get your command line:
https://addons.mozilla.org/en-US/fir...link-detector/

Code:

php AdobeHDS.php --manifest "http://vodcolors-vh.akamaihd.net/z/revamp/14102014/BIGGBOS8EPISODEP23/SEGWHOLE-,256000,512000,712000,.mp4.csmil/manifest.f4m?hdnea=st=1413365954~exp=1413365984~acl=/*~hmac=fc97ded0f6596571a3e4a4d4c57f2693f831c9708dbe9561a480ab4cd3a1263b&jwstreamtype=hds&g=HQFPLWARZNSP&hdcore=3.3.0&plugin=jwplayer-3.3.0.0" --delete --auth "hdntl=exp=1413452358~acl=%2f*~data=hdntl~hmac=8537f7f25ec16db76fb6e91d76680954b96d4c1f8046cf0db9e57d625491fe2a&jwstreamtype=hds&als=0,3,NaN,0,0,NaN,0,0,0,19,f,0,2725.06,f,s,HQFPLWARZNSP,3.3.0,19&hdcore=3.3.0&plugin=jwplayer-3.3.0.0" --useragent "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0"


Thanks for replying. I did the same in PHP but I am still getting the error below:


maniac8828 10-15-2014 07:22 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by denobis (Post 71478)
There is a m3u8 stream

http://vodcolors-vh.akamaihd.net/i/r..._av.m3u8?null=

with atresdownloader

How do it use it? I tried downloading the video using Adownloader but it doesn't download the whole thing. Just ~20 mins of video.

denobis 10-15-2014 07:37 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by maniac8828 (Post 71481)
How do it use it? I tried downloading the video using Adownloader but it doesn't download the whole thing. Just ~20 mins of video.

i've downloaded 45.25'

maniac8828 10-15-2014 10:15 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by denobis (Post 71482)
i've downloaded 45.25'

How are you able to do it?
Do I have to play the full video in firefox first or something like that?

Also if it can be downloaded using software then why it is not working using AdobeHDS.php?

denobis 10-15-2014 11:23 AM

Re: Adobe HDS Downloader


 
You only need to download with proxy the manifest while the chunks are location-free. Try several times cause free indian-proxies are hard.

maniac8828 10-15-2014 11:42 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by denobis (Post 71485)
You only need to download with proxy the manifest while the chunks are location-free. Try several times cause free indian-proxies are hard.

Sorry, unable to comprehend your message.
You mean to say I should keep running the AdobeHDS.php script? I have already tried that several times.

Everytime I get access denied error.

denobis 10-15-2014 01:51 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by maniac8828 (Post 71486)
Sorry, unable to comprehend your message.
You mean to say I should keep running the AdobeHDS.php script? I have already tried that several times.

Everytime I get access denied error.


With the program adownloader works so try it. I've checked it just with your link. With adobehds you need to pass a valid proxy or install a vpn.

maniac8828 10-15-2014 10:30 PM

Re: Adobe HDS Downloader


 
1 Attachment(s)
Quote:

Originally Posted by denobis (Post 71487)
With the program adownloader works so try it. I've checked it just with your link. With adobehds you need to pass a valid proxy or install a vpn.

Adownloader works but it doesn't download the full video most of the time. Sometimes it downloads the entire 45 mins but other times it does only ~37 mins. So the last part of the video is getting cut. I have to download same video multiple times to get 1 copy which is full video.

Is there a step I am missing? Do I have to play the full video once in my browser?

You will know what I am talking about by looking at the image below:
The first time I downloaded the video, it downloaded 210MB (length 34:10 mins) (Box no. 2 in pic). This was not the full video which is approx (~45 mins).
Then I tried to download the video again. This time it downloaded only 67 MB (length 14:10).

Attachment 334

Both times the % in the tool was showing 100% and it was downloading approx. 300 MB of data, but the output video after the tool joins all the fragments turns out to be incomplete.
Any idea why this is happening? Also I only come to know that video has been downloaded by looking at downloads folder in the directory. The tool itself doesn't give any message like "complete". Is this how it is supposed to be?

maniac8828 10-16-2014 06:42 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by denobis (Post 71478)
There is a m3u8 stream

http://vodcolors-vh.akamaihd.net/i/r..._av.m3u8?null=

with atresdownloader

How to I get this and use it. I have tried AdobePHP till now with no success. Not tried m3u8 method as I am not sure how to use it.

denobis 10-16-2014 07:19 AM

Re: Adobe HDS Downloader


 

maniac8828 10-16-2014 08:17 AM

Re: Adobe HDS Downloader


 
2 Attachment(s)
Quote:

Originally Posted by denobis (Post 71497)

Wow, it is coming perfectly for you full length.
Don't know why for me it is very random :(

I can see that all fragments are getting downloaded approx. 304 MB (see below) but somehow the video turns out to be lesser in size when the fragments get joined at the end of the process..

Attachment 335

Attachment 336

Anything I can do to get it working properly? Any settings change?

maniac8828 11-02-2014 01:32 AM

Re: Adobe HDS Downloader


 
Can anyone help me get the link for this video from HDS link detector?

http://colors.in.com/in/biggboss/vid...171-2.html#nav

For some strange reason HDS link detector is not popping up the link for the video...

eclaires 11-09-2014 11:36 AM

Re: Adobe HDS Downloader


 
Are there any efforts to get around the restrictions of flashaccess and the annoying akamai drm?
Couldn't find any research on that problem so far.

jsparrow 11-10-2014 10:04 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by denobis (Post 71497)

Hey could you please give me the adownloader link,
I am not able to find the link to download it.
thanks in advance

eclaires 11-17-2014 10:34 AM

Re: Adobe HDS Downloader


 
Quote:

Downloading 135/361 fragments
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate
5163817 bytes) in C:\PHP_Leecher\AdobeHDS.php on line 1014
i have 8GB RAM and 120GB diskspace free, how can i avoid that exhaustion?

joe5 11-21-2014 12:11 AM

Re: Adobe HDS Downloader


 
Greetings fellow video download enthusiasts. I have been using HDSdump.exe recently and have created a few batch files to automate things a bit. Just thought I would share these to see if they might be of any use to anyone and see if any actual programmers might be able to improve on them.

I am in Canada and have only tested them on a couple of sites such as cbc.ca and thecomedynetwork.ca, but they should work on any site that uses unencrypted .f4m manifest files.

CBC uses an unencrypted stream spliced into .f4v files referenced by an .f4m manifest file which is easily revealed by the HDS.Link.Detector Firefox Plugin.

However, with Thecomedynetwork site, The link detector doesn't work since it only captures the first .f4m link out of a possible 9. The first link does not contain the proper information, but the next 8 links will work fine with HDSdump and each link represents a resolution/quality setting. To find the links, I just use the firefox console (press f12) and enter .f4m in the filter box on the right.

Once I see the list of links, I further filter it down to one link according to the desired quality. For example, to get the best quality link, I would type "8.mp4.f4m". Each video is further spliced into multiple segments corresponding to the commercial breaks. To get the full list of .f4m url's, I just drag the video seek button onto each segment briefly until the .f4m link appears, then pause the video on the last segment.

Now you can "select all" and select "copy url" (right-click context). The url's need to each be on a separate line and sometimes windows or firefox copies them all to one line, so paste into a text editor to verify. You can also use URLsnooper to get the links as well.

In order to make things easy and universal, my batch file just takes the list of url's or single url directly from the clipboard and puts them into a temp file which is processed and deleted. I use a modified version of the HDS.Link.Detector that only captures the url to get the single .f4m file links on CBC.ca. Then the links are processed in the batch file using HDSdump.exe, but it should be trivial to modify it to use the Adobe.HDS.php script.

To make it all work, you need HDSdump.exe, ffmpeg, and a tiny exe file called paste.exe which is needed to paste the clipboard contents into a temp file.

https://github.com/WendyH/hdsdump/releases
http://www.c3scripts.com/tutorials/msdos/paste.html
http://ffmpeg.zeranoe.com/builds/

ffmpeg is used to stitch or join the flv segments from multi-segment sites like thecomedynetwork.ca and also remux the files to MP4. Remuxing is much quicker than re-encoding and the result should be playable on most devices that can handle mp4 h.264 video.

The batch file tries to capture a unique filename from the url using some "delimited FOR loops" but it may not be perfect for every site. You will likely have to edit the filename once the download is done.

So here is the batch file for handling the multi-part videos which also works for single part videos as well:

Download.HDS.Video.bat

Code:

@echo off

setlocal enableextensions enabledelayedexpansion

SET TEMPFILE=%DATE:~-4%%DATE:~4,2%%DATE:~7,2%_%TIME:~0,2%%TIME:~3,2%%TIME:~6,2%

paste > %TEMPFILE%.tmp

set /p firstline=<%TEMPFILE%.tmp

for /f "tokens=1 delims=? " %%a in ("!firstline!") do (set TITLE=%%a)

for /f "tokens=1 delims=, " %%a in ("!TITLE!") do (SET TITLE=%%~nxa)

for /f "tokens=1-4 delims=- " %%b in ("!TITLE!") do (SET MP4TITLE=%%b_%%c_%%d_%%e)

rem echo %MP4TITLE%

SET /A COUNT=0

for /f "tokens=*" %%a in (%TEMPFILE%.tmp) do (SET /A COUNT+=1

hdsdump -m "%%a" -o %MP4TITLE%!COUNT!.flv
echo file %MP4TITLE%!COUNT!.flv>>Filelist.%TEMPFILE%.tmp)

del %TEMPFILE%.tmp

echo "Download Complete. Files will now be joined"
Pause

ffmpeg -f concat -i Filelist.%TEMPFILE%.tmp -c copy -copyts %MP4TITLE%.mp4

del Filelist.%TEMPFILE%.tmp

echo "All finished. Temp FLV files will now be deleted"

pause

del %MP4TITLE%*.flv

timeout /T 3

I will also post an earlier version that works for a singlle url, and one that works for .M3U8 playlist files.

joe5 11-21-2014 12:15 AM

Re: Adobe HDS Downloader


 
Here's a simpler batch file I created to download a single segment .f4m file and convert to MP4:

Get.F4M.Video.bat

Code:

@echo off

SET TEMPFILE=%DATE:~-4%%DATE:~4,2%%DATE:~7,2%_%TIME:~0,2%%TIME:~3,2%%TIME:~6,2%

paste > %TEMPFILE%.txt

set /p URL1=<%TEMPFILE%.txt

del %TEMPFILE%.txt

hdsdump -m "%URL1%" -o %TEMPFILE%.flv

Choice /M "Download complete. Do you want to convert to MP4"

If Errorlevel 2 Goto No

If Errorlevel 1 Goto Yes

Goto End

:No

Goto End

:Yes

ffmpeg -i %TEMPFILE%.flv -c copy -copyts Video%TEMPFILE%.mp4

echo "Deleting TEMP FLV file"

timeout /T 3

del %TEMPFILE%.flv

:End


joe5 11-21-2014 12:18 AM

Re: Adobe HDS Downloader


 
This is for downloading .M3U8 playlist files. It only uses ffmpeg.

Get.M3U8.Video.bat

Code:

@echo off

SET TEMPFILE=%DATE:~-4%%DATE:~4,2%%DATE:~7,2%_%TIME:~0,2%%TIME:~3,2%%TIME:~6,2%

paste > %TEMPFILE%.txt

set /p URL1=<%TEMPFILE%.txt

del %TEMPFILE%.txt

ffmpeg -user-agent "Mozilla/5.0 (Windows NT 6.1)" -i %URL1% -c copy Video%TEMPFILE%.ts

Choice /M "Download complete. Do you want to convert to MP4"

If Errorlevel 2 Goto No

If Errorlevel 1 Goto Yes

Goto End

:No

Goto End

:Yes

ffmpeg -i %TEMPFILE%.ts -c copy -copyts Video%TEMPFILE%.mp4

echo "Deleting TEMP FLV file"

timeout /T 2

del %TEMPFILE%.ts

:End


joe5 11-21-2014 10:38 AM

Re: Adobe HDS Downloader


 
Whoops. Already discovered a major bug with my script. The timestamp code at the top generates a name with a space if the time is single digits, which messes up the whole script.

So I replace with the following to make it more reliable:

Code:

set d=%date:~-4,4%%date:~-7,2%
set d=%d: =_%
set t=%time:~0,2%%time:~3,2%%time:~6,2%
set t=%t: =0%

SET TEMPFILE=%d%_%t%

I am not a programmer, so I'm sure there may be much better ways to do this, but this seems to work for now. I have also tested it on Discovery.ca and it is working well. The only issue I seem to run into is copying the links from Firefox seems inconsistent. Sometimes I have to select "copy" instead of "copy url" to get anything, but then I have to edit out the GET commands and trailing gobbledegook. UrlSnooper might be a better way to go.

joe5 11-23-2014 12:38 AM

Re: Adobe HDS Downloader


 
Somewhat improved script. Does a better job of getting the MP4 filename correctly.

Code:

@echo off

setlocal enableextensions enabledelayedexpansion

set d=%date:~-4,4%%date:~-7,2%
set d=%d: =_%
set t=%time:~0,2%%time:~3,2%%time:~6,2%
set t=%t: =0%

SET TEMPFILE=%d%_%t%

paste>%TEMPFILE%.tmp

set /p firstline=<%TEMPFILE%.tmp

for /f "tokens=1 delims=?;&~ " %%a in ("!firstline!") do (set TITLE=%%a)

  :: To delete everything after the string '.mp4' 
  :: first get '.mp4' and everything before it
  SET _endbit=%TITLE:*.mp4=%
  :: Echo We dont want: [%_endbit%]

  ::Now remove this from the original string
  CALL SET _result=%%TITLE:%_endbit%=%%
 
:: echo %_result%

SET TITLE=%_result%

for /f "tokens=1 delims=" %%a in ("!TITLE!") do (SET TITLE=%%~nxa)

for /f "tokens=1-5 delims=-_" %%b in ("!TITLE!") do (SET MP4TITLE=%%b_%%c_%%d_%%e_%%f)

SET /A COUNT=0

for /f "tokens=*" %%a in (%TEMPFILE%.tmp) do (SET /A COUNT+=1

hdsdump -m "%%a" -o %MP4TITLE%.!COUNT!.flv
echo file %MP4TITLE%.!COUNT!.flv>>Filelist.%TEMPFILE%.tmp
)

del %TEMPFILE%.tmp

echo "%MP4TITLE%"

echo "Download Complete. Files will now be joined"

Pause

ffmpeg -f concat -i Filelist.%TEMPFILE%.tmp -c copy -copyts %MP4TITLE%.mp4

del Filelist.%TEMPFILE%.tmp

echo "All finished. Temp FLV files will now be deleted"

pause

del %MP4TITLE%*.flv

timeout /T 3


hyperactive 11-26-2014 04:08 AM

Re: Adobe HDS Downloader


 
Hello there.
I'm having difficulty downloading a story from ABC Iview.
I managed to get the Url for the manifest using URL snooper, but when I try to use php and adobe HDS to download the file, I get access denied, unable to download fragments
Here is the URL where you can start the story playing
I hope someone can help.
http://iview.abc.net.au/programs/fou...044S00#playing
btw: those of you who live outside of Australia will need to use an aussie proxy so you are not blocked from playing the story
when I get the URL to the manifest, it's different every time.
could this have anything to do with the fragments being unavailable, or is it another encrypted DRM scheme?

joe5 11-28-2014 09:14 PM

Re: Adobe HDS Downloader


 
Try using the HDS Link Detector addon for firefox. It grabs the auth code which is required for this stream. Not sure how to find the auth code using URLsnooper. If anyone has some info on this, it would be greatly appreciated. How does one find the "auth" code for a given F4M manifest?

joe5 11-28-2014 09:59 PM

Re: Adobe HDS Downloader


 
Looks like it is everything after the question mark '?' on the first fragment. So you just have to search for "Frag1" in URLSnooper.

hyperactive 11-29-2014 11:15 PM

Re: Adobe HDS Downloader


 
what does an auth code typically look like? is it as long as I think it is?

hyperactive 12-01-2014 10:36 AM

Re: Adobe HDS Downloader


 
Hi there.
Unfortunately, I am blind and I am not able to see images. I use a screen reader, and it doesn't read images, only typed text.
Also, I am unable to use the firefox addon. I don't know where on the screen to search for the auth code. Can you give me an example of what an auth code looks like?
Thanks.

hyperactive 12-01-2014 10:11 PM

Re: Adobe HDS Downloader


 
Hi. I am blind, I use a screen reading program, A picture will not work for me., I need specifics.
Do I understand correctly that the commandline to issue to php should look something like this:?
--auth pvtoken=exp%3D9999999999%7Eacl%3D%252f%252a%7Edata %3DZXhwPTE0MTc1ODcwNDB+YWNsPSUyZip+ZGF0YT1wdmMsc35 obWFjPWMwODdjOTQxMGUxMTM4ZGNjNjQ5NWU2Y2U2YWQxMTIxY TE0MDgwMDVkYzI0Yjg3Mzc4MTFjOGExN2Y2YWZjNzg%3D%21Jc Omp/+8TJ9xOWqc00wwHa8eNHAGGmEDqJlXNJ44PWc%3D%7Ehmac%3D B36BA464C8D068F6B9E806276EA3E3F7F758F4D22A6B0023D1 0915965F627CBD&hdntl=exp=1417587040~acl=%2f*~data= hdntl~hmac=0d37117984d8a67871fa79e19db619a458265d9 b1c88853034b9cdd2c33fafab&hdcore=true&als=0,0.2,0, 0,0,NaN,0,0,0,21,f,0,9,f,full,BGPMYRKTDBMN,2.11.3, 21&hdcore=2.11.3 http://iview.abc.net.au/assets/swf/c...wf?version=0.2 Cookie: _alid_=FQoK7BeTzOfS+RvrLmyyjw==; hdntl=exp=1417587040~acl=%2f*~data=hdntl~hmac=0d37 117984d8a67871fa79e19db619a458265d9b1c88853034b9cd d2c33fafab
Thanks.

hyperactive 12-03-2014 06:59 PM

Re: Adobe HDS Downloader


 
Can anyone out there help me with my auth code query? for some reason, everyone Else's posts after mine seem to have disappeared.

hyperactive 12-09-2014 01:27 AM

Re: Adobe HDS Downloader


 
come on guys, surely there must be someone out there able to answer a simple question?
oh, and just to make things interesting, I've discovered the curse of adobe access drm. I can download each fragment, but trying to join them together, let alone play them is a no go.

gnoname 12-30-2014 10:36 PM

Re: Adobe HDS Downloader


 
Hey KSV
Thx for your downloading tools.
Looks like they work well, however my first attempted download resulted in the dreaded DRM failure.
Code:

                            KSV Adobe HDS Downloader
Processing manifest info....
Quality Selection:
 Available: 1491 1058 361 165
 Selected : 1491
Fragments Total: 892, First: 1, Start: 1, Parallel: 8
This stream is encrypted with Akamai DRM. Decryption of such streams isn't currently possible with this script.

Yes, I've read all the previous 24 pages of this forum thread.
The DRM is a big PITA :mad:

harrybowls 01-04-2015 06:22 PM

Re: Adobe HDS Downloader


 
Been using your awesome script for awhile, but I'm having problems trying to download from

http://www.sbs.com.au/ondemand/video...anger-5-s2-ep1

Quote:

php AdobeHDS.php --manifest "http://sbsvodns-vh.akamaihd.net/z/vod/SBS_Production/managed/2014/12/30/2014-12-30_438703_,1500,1000,512,128,K.mp4.csmil/manifest.f4m?hdnea=st=1420418623~exp=1420436653~ac l=/*~hmac=bed3dc51e6629ac972bf4a44e12190ba7c4431e7493 2013c71a6eb9235b73468&g=RXEZNTXCBBKZ&hdcore=3.5.0" --delete --auth "hdntl=exp=1420505054~acl=%2f*~data=hdntl~hmac=784 2c1ec303f5a300364f711e30dac11fc6f6352eef18de93963a b62a6153b00&als=0,3,NaN,1,0,NaN,0,0,0,45,f,0,1511. 02,f,s,RXEZNTXCBBKZ,3.5.0,45&hdcore=3.5.0" --useragent "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0"

Access Denied! Unable to Download Manifest.
What is it I can do to not have this happen, and also even when I've added a Proxy to the script, I still get (Because you have to be in Australia to view the site), Unable to download Manifest. Could someone please show me what I'm doing wrong. Thanks.

biezom 01-04-2015 06:36 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by harrybowls (Post 73053)
Been using your awesome script for awhile, but I'm having problems trying to download from

http://www.sbs.com.au/ondemand/video...anger-5-s2-ep1



What is it I can do to not have this happen, and also even when I've added a Proxy to the script, I still get (Because you have to be in Australia to view the site), Unable to download Manifest. Could someone please show me what I'm doing wrong. Thanks.

you can use
Code:

php AdobeHDS.php  --proxy ?????????? --manifest ..........


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