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)

Quaraxkad 11-30-2015 07:06 PM

Re: Adobe HDS Downloader


 
I used to be able to download these (link below) with no problem by providing only the manifest URL, but now I'm getting a 403 on the manifest: "Access Denied! Unable to download the manifest.". I've tried many of the tricks I've seen throughout this and other threads and can't seem to download it anymore. Any tips?

http://www.amc.com/shows/talking-dea...ad-episode-601

syrist 12-07-2015 11:33 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by Quaraxkad (Post 81360)
I used to be able to download these (link below) with no problem by providing only the manifest URL, but now I'm getting a 403 on the manifest: "Access Denied! Unable to download the manifest.". I've tried many of the tricks I've seen throughout this and other threads and can't seem to download it anymore. Any tips?

http://www.amc.com/shows/talking-dea...ad-episode-601

It worked for me. This was the manifest link that I extracted:

Code:

http://amc350888def-vh.akamaihd.net/z/AMC_Networks_-_AMC/653/39/AMC_TD_601_BonusScene_TD_5429340839,63_mp4_video_960x540_1200000_primary_audio_4,61_mp4_video_640x360_568000_primary_audio_3,58_mp4_video_480x270_400000_primary_audio_2,53_mp4_video_416x234_168000_primary_audio_1,.mp4.csmil/manifest.f4m?hdnea=st=1449512902~exp=1449512992~acl=/z/AMC_Networks_-_AMC/653/39/AMC_TD_601_BonusScene_TD_5429340839*~hmac=a32d1d9b65dad277787b5226c2f3fbd94201669df8f5685518b7caaf694b6b64&g=KRCLVOFELTEB&hdcore=3.5.0
It could also be a timed manifest so once you get the link you probably have a few mins to start downloading it. This was the command line I used in a batch file:

Code:

php "E:\Documents\Hacks\CTV\AdobeHDS.php" --outfile "Bonus Scene - Talking Dead - Episode 601" --delete --manifest "http://amc350888def-vh.akamaihd.net/z/AMC_Networks_-_AMC/653/39/AMC_TD_601_BonusScene_TD_5429340839,63_mp4_video_960x540_1200000_primary_audio_4,61_mp4_video_640x360_568000_primary_audio_3,58_mp4_video_480x270_400000_primary_audio_2,53_mp4_video_416x234_168000_primary_audio_1,.mp4.csmil/manifest.f4m?hdnea=st=1449512902~exp=1449512992~acl=/z/AMC_Networks_-_AMC/653/39/AMC_TD_601_BonusScene_TD_5429340839*~hmac=a32d1d9b65dad277787b5226c2f3fbd94201669df8f5685518b7caaf694b6b64&g=KRCLVOFELTEB&hdcore=3.5.0"
Which created a 45MB file called "Bonus Scene - Talking Dead - Episode 601.flv"

Hope this helps,
-Pete

Quaraxkad 12-08-2015 08:57 AM

Re: Adobe HDS Downloader


 
Hmm... Yes, it's working for me now as well! I'm not sure what the problem was.

habaso 12-14-2015 10:17 AM

Adobe HDS Downloader - Closed captions


 
Hi, I would like to download some streams from uvideos.com for the purpose of spanish learning and need it offline, due to unsufficient speed of Amazon AWS VPN using for avoiding country permisions.

Streams are on url for example http://uvideos.com/novelas/lo-imperd...ble-capitulo-1

I am able to download flv, php script working OK. But I am looking for way to download closed captions. I have searched network http traffic as described here http://stackoverflow.com/questions/2...treaming-video and not found any captions.

So I am assuming captions are part of f4f fragments as possible from 3.0 Adobe HDS format and I am looking for script improvement.

I would like to improve DecodeFragment function, I am assuming this needs write some case SCRIPT_DATA handling code.

Any suggestion? Any possible tools to use for inspecting encoded fragment files?

Thanks for any advice

Jan

KSV 12-14-2015 10:52 AM

Re: Adobe HDS Downloader


 
I have previously written the code to extract from a particular website where captions were part of flv stream. It's already part of AdobeHDS script but I never released that branch publicly. if you can provide few fragments of target video i can take a look and even may think about releasing that code publicly.

habaso 12-14-2015 11:37 AM

Re: Adobe HDS Downloader


 
Hi, thanks for reply. Here are some fragments

http://www.filedropper.com/adobehds12fragments ~20MB
http://www.filedropper.com/adobehds22fragments ~40MB
http://www.filedropper.com/adobehds62fragments ~100MB

Best is 22, there they are speaking from the beginning.

Fragments are from:
php AdobeHDS.php --manifest "http://vod.univision.com/z/media/999/15/05/21/3065082/,150521_3065082_Lo_Imperdonable_Capitulo_7_1432685 545_150,150521_3065082_Lo_Imperdonable_Capitulo_7_ 1432685545_510,150521_3065082_Lo_Imperdonable_Capi tulo_7_1432685545_810,150521_3065082_Lo_Imperdonab le_Capitulo_7_1432685545_270,150521_3065082_Lo_Imp erdonable_Capitulo_7_1432685545_500,150521_3065082 _Lo_Imperdonable_Capitulo_7_1432685545_800,150521_ 3065082_Lo_Imperdonable_Capitulo_7_1432685545_1200 ,150521_3065082_Lo_Imperdonable_Capitulo_7_1432685 545_2000,.mp4.csmil/manifest.f4m?hdcore=2.10.3&g=LNMRXCXVYYVA" --delete --auth "als=0,0.1,0,1,0,NaN,0,0,0,56,f,0,2765.29,f,u,LNMR XCXVYYVA,2.10.3,56&hdcore=2.10.3" --useragent "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0"

It would be very helpfull from you, I would appreciate even not working code, I can try finish it myself.

As I describe in previous post, I have checked network communication usign chrome tools, control every documents and did not found any readable candidates and any suspicious files, so I need to check fragments itself and in case, there are no captions I will inspect others for some hidden encrypted version in code of page or something like that.

Thanks
Jan

biezom 12-14-2015 12:27 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by habaso (Post 81664)
Hi, thanks for reply. Here are some fragments

http://www.filedropper.com/adobehds12fragments ~20MB
http://www.filedropper.com/adobehds22fragments ~40MB
http://www.filedropper.com/adobehds62fragments ~100MB

Best is 22, there they are speaking from the beginning.

Fragments are from:
php AdobeHDS.php --manifest "http://vod.univision.com/z/media/999/15/05/21/3065082/,150521_3065082_Lo_Imperdonable_Capitulo_7_1432685 545_150,150521_3065082_Lo_Imperdonable_Capitulo_7_ 1432685545_510,150521_3065082_Lo_Imperdonable_Capi tulo_7_1432685545_810,150521_3065082_Lo_Imperdonab le_Capitulo_7_1432685545_270,150521_3065082_Lo_Imp erdonable_Capitulo_7_1432685545_500,150521_3065082 _Lo_Imperdonable_Capitulo_7_1432685545_800,150521_ 3065082_Lo_Imperdonable_Capitulo_7_1432685545_1200 ,150521_3065082_Lo_Imperdonable_Capitulo_7_1432685 545_2000,.mp4.csmil/manifest.f4m?hdcore=2.10.3&g=LNMRXCXVYYVA" --delete --auth "als=0,0.1,0,1,0,NaN,0,0,0,56,f,0,2765.29,f,u,LNMR XCXVYYVA,2.10.3,56&hdcore=2.10.3" --useragent "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0"

It would be very helpfull from you, I would appreciate even not working code, I can try finish it myself.

As I describe in previous post, I have checked network communication usign chrome tools, control every documents and did not found any readable candidates and any suspicious files, so I need to check fragments itself and in case, there are no captions I will inspect others for some hidden encrypted version in code of page or something like that.

Thanks
Jan

hi

Code:

http://player.ooyala.com/player_api/v1/content_tree/external_id/RvYzg6W4ZZ2OMccHJ_SNtCIZCrg6/3054306
Code:

http://player.ooyala.com/player/cc/xyc3g1dTp_zVSqIgBR3bmF0C-HBvonVQ/es.vtt

habaso 12-14-2015 01:39 PM

Re: Adobe HDS Downloader


 
Thanks a lot, seems to be able to look further and better than me.

Where to look exactly? Check network communication for vtt files or look somewhere in the page code for player invocation?

biezom 12-14-2015 02:13 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by habaso (Post 81670)
Thanks a lot, seems to be able to look further and better than me.

Where to look exactly? Check network communication for vtt files or look somewhere in the page code for player invocation?


KSV 12-14-2015 11:00 PM

Re: Adobe HDS Downloader


 
I have checked the fragments and they don't have any embedded captions. as user biezom posted the direct link you probably missed it in network traffic.


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