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)

Junos 07-14-2015 04:50 AM

Re: Adobe HDS Downloader


 
Can someone please explain how does the script calculate the fragments number based on manifest file.
I could not really understand that from code.
I need to know how many fragments to expect based on f4m file, but struggling to find any info on this.

Thanks

Junos 07-14-2015 06:24 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by Junos (Post 78206)
Can someone please explain how does the script calculate the fragments number based on manifest file.
I could not really understand that from code.
I need to know how many fragments to expect based on f4m file, but struggling to find any info on this.

Thanks

Nevermind, found it is in the bootstrap file. Now need to understand how to decode it.

dualsticks 07-16-2015 01:41 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by Jinjoni (Post 76232)
Is it failing on a full rental or are you trying from a preview link?

No it is not from a full rental or preview link. I go to the movie page, click on the button that says Play Movie, and it starts to use the minutes from my account, and I have plenty of minutes in there.

Shams 07-18-2015 12:13 AM

Re: Adobe HDS Downloader


 
Nothing yet about decrypting Adobe Flash DRM Access ?
i totally Stuck here ...

i have seen this video but seems like a spam
https://www.youtube.com/watch?v=FBwUB38C2dc

Jinjoni 07-18-2015 01:22 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by dualsticks (Post 78254)
No it is not from a full rental or preview link. I go to the movie page, click on the button that says Play Movie, and it starts to use the minutes from my account, and I have plenty of minutes in there.

Is the video that you're trying to play using the silverlight plugin?

slimp 08-11-2015 10:45 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by cubedj21 (Post 76695)
Hi, I have question about your HDS link detector extension for Firefox..

The extension stopped working from the release of build 40.0a2 (both x86 & x64). Even with multi-processing turned off.

Are you planning to release update or is there at least something that I could do to make it work again?

Thanks ;)


I have the same problem when I updated to firefox 40. The HDS icon did not show up in the upper right toolbar with the new release. I went back to 39.0.3 and the icon showed up. Can the script be updated for ff 40?

KSV 08-12-2015 11:46 PM

Re: Adobe HDS Downloader


 
i have released updated version to make it compatible with Firefox 40.

https://addons.mozilla.org/firefox/a...link-detector/

Jinjoni 08-13-2015 06:00 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by KSV (Post 78899)
i have released updated version to make it compatible with Firefox 40.

https://addons.mozilla.org/firefox/a...link-detector/

Thank you for everything you do for us. :)

WHOOKIDSON 08-13-2015 06:02 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by KSV (Post 78899)
i have released updated version to make it compatible with Firefox 40.

https://addons.mozilla.org/firefox/a...link-detector/

thanks! :cool:

KSV 08-19-2015 01:57 PM

Re: Adobe HDS Downloader


 
HDS Link Detector 0.7.1

Code:

1. added the option to customize generated command line
2. make the add-on available in private mode


shani_08 09-01-2015 10:09 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by KSV (Post 59493)
@IV
following is the info i posted long ago in now deleted thread. This is only related to custom encryption used by Akamai CDN (Packet type 10 & 11) not FlashAccess DRM (Packet type 40 & 41).

==========
I am just posting it publicly. this info is based on actual reversing i tried few months ago. global key is different for each session. SessionID and KeyUrl are not of much relevance because they are only used to retrieve GlobalKey. mysterious salt block in each packet header can be broken into 4 different blocks. first was always 01 and third block was always all zeros.
Code:

SessionID: 010075cd3e8441c5f40f4427ae4f93e8b2b00a1b6740eda2fd0049958d1532318bd1423ec94a2c3f4074ede220dd615b9d588f6ad1ef
GlobalKey: acfab40e035ee120520fc77d1e532c20

FirstTag:
Header: 0c000000004fae27440000ffff IV: e7b25c7a1d67280a8681ba4314e1e66d KeyUrl: /z/0809/20090106_1_dvorak_slavonic-dance/h264_high_,0700,1100,1500,2000,2500,.mp4.csmil/key_AQB1zT6EQcX0D0Qnrk+T6LKwDRtnQO2i%2fQBJlY0VMjGL0UI+yUosP0B07eIg3WFbnViPatHv
Salt?:  01 b7199175c7c7dbea80f9eda39a5b6b0abf2b17dac035636c6667331243aefdec 0000000000000000000000000000000000000000 dc11391dd7c0211c95c3c1e597665f850f01d2c0

EncryptedBlock:      2df9494fdac3355db2cb942258641fe0 2709b1ec662e8897bf78ad0acf14184b e5c7e47f9e95d918bd6dad1560f2c6a2 31c1da18311e01000568e98d3525
DecryptedVideoFrame: 170000000001640028ffe10029676400 28ac2ca703c045fbc05a808080a00000 0300200000065c1400186a0000e4e17e 31c1da18311e01000568e98d3525

SecondTag:
Header: 0c000000004fae27440000fffb IV: e7b25c7a1d67280a8681ba4314e1e66d
Salt?:  01 25bfbacb92b3c6b837ca6a47ef20a8a77defbc631124bfa5b5e6b2cc0c58fe6d 0000000000000000000000000000000000000000 46d3344f230830a040d4fc6d3751f6ff83f8cbea

EncryptedBlock:      af0011900000
DecryptedAudioFrame: af0011900000

Encryption scheme used is AES-128-CBC. i couldn't figure out the KDF (key derivation function) used to derive individual packet decryption key from global key using the salt block as shown above. KDF function is executed inside Alchemy VM (a method used to execute c code from ActionScript VM) which makes it very hard to reverse engineer from disassembled code.
==========


Hi KSV,
I have been trying to look into the akamai HD player verification and packet decryption.
After few weeks of work, i am able to get player verification working understood what was happening, using the player hash and encrypted string it creates the HMAC etc.

Now, looking into tagDecrypt function, it takes the key (fetched via keyUrl by parsing the first packet) and the Packet Data. it then creates multiple HMAC with the key and then with internal data to get to the final stage, which i believe you call a global key.

Here, i am little lost. I can see that its using a block cipher algorithm, possibly aes (but not sure ecb or cbc) where it operates using what look like aes code and then xor using some data then finally append it to response. Also, i dont know how we figure out when the encoded data starts as it definately got the header of some sort and then encrypted data section 16 byte long each.

I can show you the code in PM about the PV code or this function that i am talking about. Let me know.

shani_08 09-02-2015 06:37 AM

Re: Adobe HDS Downloader


 
ok some more information and the confirmation that this is definately AES cbc.

Basic info for the first packet.

the cipher key is
Code:

31dc4a65c4d06334b61bc43653544915
The data is full encrypted tag
Code:

0c0000000055e6de3d0000ffff8f107971716510636c4095195d0687592f7a2f5353315f31403330393730312f6b65795f415142534c5a6843507677387a7a3365356c58705a777461445958304644763345455a686e4c78576232524443376c705754382b5274427644614643385075396b5763394e396c720001399eedccbc8f2a0e59cecdd0f899410435387fce8bf4a20289a91a20d64254f50000000000000000000000000000000000000000b159aee6bed571bb8449ad3ab868d8be420a487379ffc80dea46f51351a892e6e0ef8b26b0af6998979c68e0f945f155075aaa9f14c7335f093b79355e15b039947655ce468001000428f96bc8
based on above packet
This is header
This is IV
This is Key Url Data
This is encrypted data

if you chop the encrypted data in 16bytes multiple then you get
79ffc80dea46f51351a892e6e0ef8b26b0af6998979c68e0f9 45f155075aaa9f14c7335f093b79355e15b039947655ce

They cipher key converts into global key which is
Code:

a930fb441df4db669815e4bbab0e33c9

so use the above encrypted data, then use the IV listed above and the globak key, apply AES cbc and you should endup with 48 bytes of data starting with 0x1700
remaining data will then append to make the final output which is

Code:

1700000000014d401fffe10025274d401fb90c02802dd80880000003008000001970300013d6200027ac77bdc07c2211468001000428f96bc8
You can use http://aes.online-domain-tools.com/ to get the result without writing any code.

so now i have to find proper methods to know when the encrypted data starts and when the header finishes! feeling i am getting there. the global key calculation is not very far off but i am reusing the same key for the same data till i get reliably generate that.

KSV 09-02-2015 08:32 AM

Re: Adobe HDS Downloader


 
I had reversed the Akamai Player Verification long time ago and posted it here. many downloading software's and scripts around the web still use the same key i posted above. as for Akamai DRM the main hurdle was to derive per packet decryption key from global key as i have explained earlier in my old post.

shani_08 09-02-2015 08:43 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by KSV (Post 79475)
I had reversed the Akamai Player Verification long time ago and posted it here. many downloading software's and scripts around the web still use the same key i posted above. as for Akamai DRM the main hurdle was to derive per packet decryption key from global key as i have explained earlier in my old post.

That verification process still valid, i am using the same method, thanks your post, however, the key is not valid anymore, hence my take on getting verification working again. Now, i am off to packet decryption, so trying to figure out a sure shot way of saparating headers, IV, keydata and encrypted data.

As for finding the global key for the request, there 5 steps, for various HMAC creation, using key and the portion of the encrypted packet, all 5 hmac are linked to each other, there is only one step left which i need to figure out how we are generating the key for that step so just there yet far away!

KSV 09-02-2015 08:57 AM

Re: Adobe HDS Downloader


 
I haven't looked into it for long time so things may have changed in the meantime. can you send me the swf file, encrypted fragment, related key and any other details via pm? I can take another look into it.

KSV 09-09-2015 06:17 AM

Re: Adobe HDS Downloader


 
I have pushed new update to the repo which enables the script to remove Akamai media encryption. KDF function to generate per packet decryption key from global session key was reverse engineered by user shani_08. i already had the details of encrypted packet header and some other ancillary information. I have tested it on few videos and it seems to work well at the moment. They may soon try to patch it. if you wanna keep it working longer then don't try to plaster it everywhere you can think of. enjoy while it lasts :D.

stinkfoot 09-09-2015 02:48 PM

Re: Adobe HDS Downloader


 
yes much thanking you shani_08 and ksv!!

no hoping likewise curing flashaccess hds?

joejones15 09-12-2015 06:48 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by stinkfoot (Post 79708)
yes much thanking you shani_08 and ksv!!

ditto, many thanks to you both, amazing work!!!

Kasandra 09-21-2015 02:42 PM

Re: Adobe HDS Downloader


 
can your script download this kind of links

Code:

hds/XXXX.XXXX.ism/XXXX.XXXXX.drmmeta
or
Code:

hds/mediaDelivery/media/XXXXXXXXXXXXXXXXXXXXX.f4m?cdn=l3
give me: " this stream is encrypted with FlashAccess DRM.

can you fix this Pls

BaboonHD 10-14-2015 08:46 AM

Re: Adobe HDS Downloader


 
Any chance on TSN or Turner like Cartoon Network F4M ?

sonnvl 10-17-2015 09:48 PM

Re: Adobe HDS Downloader


 
I have problem when using AdobeHDS in VMware environment although when I ping to original IP, it stills respond!
(In normal machine, it still works properly!)
Any solution or VMware block this connection ?

Code:

php AdobeHDS.php --quality high --manifest "http://scache.fptplay.net.vn/liver/truyenhinhfpt_2000.stream/manifest.f4m" --useragent "Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/41.0" --parallel 4 --referrer http://fptplay.net/livetv/ --outfile onetv.flv

                          KSV Adobe HDS Downloader

Processing manifest info....
Unable to download the manifest


Gunnar 10-24-2015 02:36 AM

Re: Adobe HDS Downloader


 
Used ADOBEHDS daily for a year, great!
However, improvements I usually add to all new version

1. adding 1-2-3 retries to both manifest and fragments.
My problem I;m not sure what decoding does with my "improvements".
Order of received fragments, timestamps etc, but at least AdobeHDS does not exit that easily but stutters on while beeping.
For live streams one can live with some missed fragments (and an error beep), main thing recording continues.

2. for esp archived streams, a name-change or similar (extra small name-ok "log" file) when total stream downloaded properly.
(I wrote frontend where I dragdrop links, also checks if alrdy donloaded, but doesnt know if correctly or ongoing)


Then a "shot in the dark", C-span.org live streams behave(d?) strange this last week, Video/Audio timestamp problem. Seems V-timestamps inside a fragment run too fast, then backdown at next fragment?
Mplayer goes video-slowmotion, then waits, VLC stutters trying to resynch.
Worst, changes to "bug-mode" only appr once a day, then suddenly OK again after 9-12hours. Points to byte+24bit timestamp problem??

Is this a "classic" problem? or my mistake-bug? (I'll have it figured out soon but slow to find them once/day things)
http://www.c-span.org/schedule

Gunnar

Gunnar 10-24-2015 11:27 PM

Re: Adobe HDS Downloader


 
CSPAN1 just went into "V-slowmotion" mode.
tested latest AdobeHDS version

From just observing A,V,A-V timestamps with standalone mplayer it looks like Audio-timestamps are running exactly 4x speed.
V goes to normally 1,2,3 to 100, A alrdy speeded to 400.

A little strange, that 4x Audio playback is normal (mplayer master sync?) but Video slowmotion, until new cycle begins after "stutter catchup"

Btw, mplayer also reports appr 4x longer total (faster) time and mplayer time goes appr 4x speed (follows master audio?)

ANy chance of wrong "inter-fragment" (wrongly fixed, or similar) audio-format parameter?? 44 vs 14kHz or similar, somewhere, althgh mplayer gives the rigth normal A,V formats (given by adobeHDs?)

Mplayer, strangly, tries to slow down video? until after some appr 100-400 limit it stutters audio until video catches up in slowmotion
Maybe bc the error-timestamp comes in bursts or similar??
Lots of weird adaptive and stamp-fixes here!

My old "test and beep" version finds a negative timestamp jump at start of every fragment.
(A little messy as LastTS can be both Audio and Video? plus PacketTS and fixed stamps and all)

That is, both (now) behave the same. At one point I thought one was OK but not the other, mistaken observation?

Gunnar

PS WHAT IF?? the stream changes audio-format "in the middle", 2-3 times per day??
Note, I am catching the HDS parameters every now and then with HDS linkdetector and then use the same ones "until problems".
Worked OK for more than a year butbutbut?
Note2. Reason for seldom updated parameters that CSPAN demands a USA website cable authorization for most programs but not all.
Thats when I catch them and then they work for all programs.
Seems most parameters "are not needed" anyway, no actual strict authorization.

WHAT IF2: If server tries to use fallback lower speed stream? AdobeHDS lacks that protocol software?? Weird things might happen??

zapac 10-26-2015 04:32 AM

Re: Adobe HDS Downloader


 
hi i need KSV Adobe HDS Downloader i dont know the link can any one post link of KSV Adobe HDS Downloader 64 bits windows

Gunnar 10-27-2015 05:39 AM

Re: Adobe HDS Downloader


 
post link of KSV Adobe HDS Downloader 64 bits windows/

-------
Added later REMEMBERED ,FOUND, GOOGLED "K-S-V adobehds php windows dummies"

It is in Github/K-S-V/scripts wiki
https://github.com/K-S-V/Scripts/wiki

but I leave my own text if it helps??
----------

Google "k-s-v adobehds", a cpl of GitHub links
idea GitHub -> K-S-V -> his SCRIPTS
https://github.com/K-S-V/Scripts

where AdobeHDS first in list.

Dont understand the 64bit thing as AdobeHDs is a script written in PHP to run on any machine with a php "interpreter"

For windows you need to install the (64bit?) php-"interpreter"
google "PHP windows", gives
http://windows.php.net/

Then, the funny part, installation of "(64bit) PHP for Windows", K-S-V has written a "Instal PHP for Windows Dummies" somewhere.

Main problem to add the PHP.exe path to the windose DOS-path, maybe check the php.ini file too?
(path, something like system->advanced->enviroment, always a pain to find it, plus administrator rights and wrongs)

Anyway, not needed if you do "everything" in the same directory you installed php.exe
That is, open DOS command window (start->run and cmd, but better make a shortcut), or DOS powershell, go where php.exe is and

- write php<enter> to check it is there.
Then in its simplest form

php AdobeHDS.php --manifest etc etc

or from anywhere

<path to>php.exe <path to> AdobeHDS.php --manifest etc ect


Gunnar

PS then it is "back to the DOS batch files" to see what happens
PPS Note the difference dbldash -- and singledash - if you are not used to them
PPPS The adobeHds.php file is not downloaded, but just copy-pasted to a (text) file with that or other name

zapac 10-29-2015 10:48 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by Gunnar (Post 80779)
post link of KSV Adobe HDS Downloader 64 bits windows/

-------
Added later REMEMBERED ,FOUND, GOOGLED "K-S-V adobehds php windows dummies"

It is in Github/K-S-V/scripts wiki
https://github.com/K-S-V/Scripts/wiki

but I leave my own text if it helps??
----------

Google "k-s-v adobehds", a cpl of GitHub links
idea GitHub -> K-S-V -> his SCRIPTS
https://github.com/K-S-V/Scripts

where AdobeHDS first in list.

Dont understand the 64bit thing as AdobeHDs is a script written in PHP to run on any machine with a php "interpreter"

For windows you need to install the (64bit?) php-"interpreter"
google "PHP windows", gives
http://windows.php.net/

Then, the funny part, installation of "(64bit) PHP for Windows", K-S-V has written a "Instal PHP for Windows Dummies" somewhere.

Main problem to add the PHP.exe path to the windose DOS-path, maybe check the php.ini file too?
(path, something like system->advanced->enviroment, always a pain to find it, plus administrator rights and wrongs)

Anyway, not needed if you do "everything" in the same directory you installed php.exe
That is, open DOS command window (start->run and cmd, but better make a shortcut), or DOS powershell, go where php.exe is and

- write php<enter> to check it is there.
Then in its simplest form

php AdobeHDS.php --manifest etc etc

or from anywhere

<path to>php.exe <path to> AdobeHDS.php --manifest etc ect


Gunnar

PS then it is "back to the DOS batch files" to see what happens
PPS Note the difference dbldash -- and singledash - if you are not used to them
PPPS The adobeHds.php file is not downloaded, but just copy-pasted to a (text) file with that or other name

Hi hello need kvs adobe HDS downloader to download hotstar video just read this

http://stream-recorder.com/forum/dow...t19250p34.html

see post of moet

zapac 11-04-2015 11:24 PM

Re: Adobe HDS Downloader


 
Iam trying to download hotstar video got this

php AdobeHDS.php --manifest "http://staragvod1-vh.akamaihd.net/z/videos/plus/sns/1509/1000070501_,180,400,800,1300,2000,_STAR.mp4.csmil/manifest.f4m?hdnea=st=1446704006~exp=1446704606~ac l=/*~hmac=9463e3cf76e3d9d08f1773dd185e6046ac8c04e18d7 d991fa753986136c5a381&g=TJLPYOWLKHBG&hdcore=3.7.0& plugin=aasp-3.7.0.39.44" --delete --auth "hdntl=exp=1446790722~acl=%2f*~data=hdntl~hmac=7f3 42d5c916e7564cf300544067af902e15427e78e5c300c23fa1 9da67db8386&als=0,3,NaN,0,0,NaN,0,0,0,48,f,0,1259. 8,f,u,TJLPYOWLKHBG,3.7.0,48&hdcore=3.7.0&plugin=aa sp-3.7.0.39.44" --useragent "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0"


KVS Adobe HDS Downloader

You have to install and enable the following extentions<s> to continue: 'curl'


whats this?

Gbry 11-06-2015 12:15 PM

Re: Adobe HDS Downloader


 
Hi to all,

is there any chance to grab the f4m url where some other software failed?

i tried with the "KVS HDS link detector", "urlsnooper" , "grab any media", but no result.

any solution?

thanks in advance.

zapac 11-08-2015 03:02 AM

Re: Adobe HDS Downloader


 
Hi.....I have a question.....eg:I need to download a mainfest.f4m video with adobehds.php. The video has 215 fragments.....can I download only a single fragment 53...?

zapac 11-08-2015 05:26 AM

Re: Adobe HDS Downloader


 
Got a problem with adobehds.php....
failed to download akamai session key

whats this means?

Gunnar 11-08-2015 12:19 PM

Re: Adobe HDS Downloader


 
Iam trying to download hotstar video got this/

Seems you captured the command line with the "HDS Link Detector".
It looks ok, it starts with php.exe with the AdobeHDS script plus arguments.

1. as above, you must install php for windows
2. use windows PowerShell (better than simple dos command window)
3. navigate PowerShell to where you have BOTH php.exe (installed) and AdobeHDS.php
4. When HDS Link Detector gives the link, click on it (copies it to "mouse")
5. paste the link into PowerShell with right-click mouse in window (above prompt)
The command line you posted shld appear in PowerShell

hit Enter, and php.exe starts AdobeHDS script, download begins.

Other possibility to paste the commandline into a batch file where you can change it, then run it. With this method possible problem with old cookie timestamps.

Gunnar
CURL, forget it. I remembred wrong, used by another similar program (python scripts) that also uses AdobeHDS

Note, often a 60s or minute timeout for cookies, they must be "fresh"

Gunnar 11-08-2015 12:24 PM

Re: Adobe HDS Downloader


 
failed to download akamai session key/
Encryption protection and maybe worse?

Earlier AdobeHDS scripts cldnt do any Akamai session encryption stuff, latest can. Tested it on two cases I knew, worked ok

syrist 11-09-2015 09:59 AM

AdobeHDS not getting the entire episode


 
Hey, I'm trying to download episode 4 from Keeping Canada Alive. It only downloads the fragments for the first 12m31s.

The description for the episode online does say it's 12m31s, however, the web player's timeline actually shows 39m26s. If I let the episode play through it is 39m26s.

The other remaining episodes all download complete.

Any ideas or suggestions?

Here's the manifest URL (the session has already expired) if it helps:

Code:

http://mobilehls-vh.akamaihd.net/z/prodVideo/entertainment/CBC_Entertainment_VMS/405/382/Keep_Canada_Alive_S01_E04_Oct_24_2015_,960x540_2500kbps__762132,852x480_1800kbps__231965,640x360_1200kbps__794297,640x360_900kbps__867510,370x208_500kbps__345244,320x180_350kbps__596690,.mp4.csmil/manifest.f4m?hdnea=ip=99.225.102.91~st=1447087497~exp=1447087887~acl=/z/*~id=da9d1b6f-54c0-48b7-aa72-71db4995df7c~hmac=35ad9cc5f3441630b2c4c4e07ad8136d32535700cece0a2eabad510f302ea60b&g=CCHZGAIENJBW&hdcore=3.5.0
Thanks,
-Pete

syrist 11-09-2015 01:19 PM

Re: Adobe HDS Downloader


 
I figured it out... not all the fragments were available for the highest quality bitrate of that stream. So I used the next highest quality bitrate and it had all the fragments available.

zapac 11-09-2015 09:25 PM

Re: Adobe HDS Downloader


 
Hi I tried to play manifest.f4m video in vlc..got this.

php AdobeHDS.php --manifest "http://staragvod1-vh.akamaihd.net/z/videos/plus/sns/1509/1000070501_,180,400,800,1300,2000,_STAR.mp4.csmil/manifest.f4m?hdnea=st=1446704006~exp=1446704606~ac l=/*~hmac=9463e3cf76e3d9d08f1773dd185e6046ac8c04e18d7 d991fa753986136c5a381&g=TJLPYOWLKHBG&hdcore=3.7.0& plugin=aasp-3.7.0.39.44" --delete --auth"hdntl=exp=1446790722~acl=%2f*~data=hdntl~hmac =7f3 42d5c916e7564cf300544067af902e15427e78e5c300c23fa1 9da67db8386&als=0,3,NaN,0,0,NaN,0,0,0,48,f,0,1259. 8,f,u,TJLPYOWLKHBG,3.7.0,48&hdcore=3.7.0&plugin=aa sp-3.7.0.39.44" --useragent "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0" --play | vlc --file-caching=10000

'vlc' is not a internal or external command.

what is this mean?

slim10 11-10-2015 01:17 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by zapac (Post 81028)
Hi I tried to play manifest.f4m video in vlc..got this.

php AdobeHDS.php --manifest "http://staragvod1-vh.akamaihd.net/z/videos/plus/sns/1509/1000070501_,180,400,800,1300,2000,_STAR.mp4.csmil/manifest.f4m?hdnea=st=1446704006~exp=1446704606~ac l=/*~hmac=9463e3cf76e3d9d08f1773dd185e6046ac8c04e18d7 d991fa753986136c5a381&g=TJLPYOWLKHBG&hdcore=3.7.0& plugin=aasp-3.7.0.39.44" --delete --auth"hdntl=exp=1446790722~acl=%2f*~data=hdntl~hmac =7f3 42d5c916e7564cf300544067af902e15427e78e5c300c23fa1 9da67db8386&als=0,3,NaN,0,0,NaN,0,0,0,48,f,0,1259. 8,f,u,TJLPYOWLKHBG,3.7.0,48&hdcore=3.7.0&plugin=aa sp-3.7.0.39.44" --useragent "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0" --play | vlc --file-caching=10000

'vlc' is not a internal or external command.

what is this mean?


I believe it needs the whole path to vlc.exe, e.g. "C:\Program Files\VideoLAN\VLC\vlc.exe"

biezom 11-15-2015 10:24 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by zapac (Post 81129)
Hi guyzz I have get a method I got a akamai DRM f4m link I changed it to m3u8 links and then use chrome to view source page of link I got big list which can easily downloadable but it cant be played.....means its encrypted....I know adobeHDS.php can download it.....but I don't want to download whole video....I just need some segments....thats why need a help how to dencrypt akamai DRM manually....I have tried openssl but dosent worked.....need help.....thanks in advance


hi

https://github.com/K-S-V/Scripts/wiki


maybe with --start and --duration options

Code:

--start    [param] start from specified fragment
Code:

--duration  [param] stop recording after specified number of seconds

zapac 11-15-2015 04:20 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by biezom (Post 81130)
hi

https://github.com/K-S-V/Scripts/wiki


maybe with --start and --duration options

Code:

--start    [param] start from specified fragment
Code:

--duration  [param] stop recording after specified number of seconds

Hi biezom bro......I have tried adobehds.php start and duration option...an error came failed to download akamai session key......but this is not my question.....I downloaded m3u8 segments simply by going it's source page.....but the videos is encrypted need a way to dencrypt it.....

thebib62 11-24-2015 07:26 AM

Re: Adobe HDS Downloader


 
Hey guys, Trying to follow these steps, but I don't know where adobehds.php is located at. I'm trying to download form syfy's website. Any help?

karlo2105 11-29-2015 05:31 PM

Re: Adobe HDS Downloader


 
I would like to know whether or not current AdobeHDS.php is able to support swf verification?


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