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)

biezom 04-11-2015 09:28 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by dragonxpc (Post 75629)
Hi guys
I want to download a video from AkamaiHD, but I can't and always returns the same problem
php AdobeHDS.php --quality high --delete --manifest 'http://bngn-vh.akamaihd.net/z/43383936/35470338/smil/CL/00007/263788578773609.smil/manifest.f4m?hdnea=st=1428756838~exp=1428757138~ac l=/*~hmac=9ad4185613f3ea318d8bce0bb85c8627ebe581092d9 45bb71388df06f1bc5b26&g=WKTOZIYQXRKW&hdcore=3.2.0'

Access Denied! Unable to download the manifest.

This is the link with the video
http://www.daisuki.net/anime/watch/S...SoulofGold/IYc

I read in others forums that I need get an new token because it expire very fast. How i can get it from curl? I'm using linux to do that.
Please help

hi

HDS protocol is encrypt DRM protection you can use HLS protocol
read this post


http://stream-recorder.com/forum/sho...6&postcount=89



Code:

livestreamer "hlsvariant://https://bngn-vh.akamaihd.net/i/43383936/35470338/smil/US/00007/263788578773609.smil/master.m3u8?hdnea=st=1428765493~exp=1428765793~acl=/*~hmac=28ad27a6bfb6785acc5508ae339885bca71d41fe99317290e0a367a7c4abbb48&g=JTFLDSVCTPUI&hdcore=3.2.0" best  -o Gold-Legend-Revive.ts
[cli][info] Found matching plugin stream for URL hlsvariant://https://bngn-vh.akamaihd.net/i/43383936/35470338/smil/US/00007/263788578773609.smil/master.m3u8?hdnea=st=1428765493~exp=1428765793~acl=/*~hmac=28ad27a6bfb6785acc5508ae339885bca71d41fe99317290e0a367a7c4abbb48&g=JTFLDSVCTPUI&hdcore=3.2.0
[cli][info] Available streams: 1080p (best), 360p (worst), 480p, 720p
[cli][info] Opening stream: 1080p (hls)
[download][Gold-Legend-Revive.ts] Written 12.9 MB (1m22s @ 160.1 KB/s)


dragonxpc 04-12-2015 06:42 AM

Re: Adobe HDS Downloader


 
Thanks!
It works very good

dragonxpc 04-12-2015 07:30 AM

Re: Adobe HDS Downloader


 
Do you know how download the subtitles from the same video?
If I change the language I don't see other traffic different from video/f4f.
I thought that subtitles comes with the video (like a mkv) but not.

lifeless 04-21-2015 12:49 PM

Re: Adobe HDS Downloader


 
Hi all,

I'm trying to download videos off digital-tutors.com. For some reason, every single video I download cuts off at around 75% of the way through when I play them back.

What happens is that AdobeHDS.php downloads all fragments from the given manifest, assembles the video just fine and reports no errors. But regardless of what the length of the final assembled video is, playback always terminates when the play head is at about 75% or above (so I can't skip past the point either, it's like the last 25% is not even there). I'm using VLC for playback, and this happens on both Mac and Windows.

The command line I use is simply this, no frills:

php AdobeHDS.php --manifest "http://digital-tutors-manifest-url-goes-here" --delete

Any ideas on how to fix this? I'd appreciate it if someone could maybe get a trial account on DT and try this for themselves. I'm using Chrome Inspector, Network tab, filtering on, "manifest" in the filter field to get the URL for the .f4m file to paste to the command line.

Jinjoni 04-21-2015 04:47 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by dragonxpc (Post 75677)
Do you know how download the subtitles from the same video?
If I change the language I don't see other traffic different from video/f4f.
I thought that subtitles comes with the video (like a mkv) but not.

Start playing the video with Ad Blocker Plus enabled. Click on the Ad Blocker Plus icon and click on "open blockable items". Above the list of blocked items there will be a search bar. In the search bar type "caption". Save the .xml file to your hard drive. If you need or want to convert that .xml file to something like .srt or .ass I suggest subtitle edit 3.4.6

Jinjoni 04-21-2015 06:23 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by lifeless (Post 75978)
Hi all,

I'm trying to download videos off digital-tutors.com. For some reason, every single video I download cuts off at around 75% of the way through when I play them back.

What happens is that AdobeHDS.php downloads all fragments from the given manifest, assembles the video just fine and reports no errors. But regardless of what the length of the final assembled video is, playback always terminates when the play head is at about 75% or above (so I can't skip past the point either, it's like the last 25% is not even there). I'm using VLC for playback, and this happens on both Mac and Windows.

The command line I use is simply this, no frills:

php AdobeHDS.php --manifest "http://digital-tutors-manifest-url-goes-here" --delete

Any ideas on how to fix this? I'd appreciate it if someone could maybe get a trial account on DT and try this for themselves. I'm using Chrome Inspector, Network tab, filtering on, "manifest" in the filter field to get the URL for the .f4m file to paste to the command line.

Have you tired to download it with livestreamer?

lifeless 04-22-2015 12:07 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by Jinjoni (Post 75980)
Have you tired to download it with livestreamer?

I just did (and thanks for the mention, I was unaware of its existence), but the final video also fails at around 75%. This is puzzling. Could there be some downloading detection going on at akamaihd.net, where they would insert garbage to the end of the video when they detect it?

The URL for the manifest begins with http://plstudio-vh.akamaihd.net (can't post it all publicly for the risk of it being traceable to me; will send privately to people who might be able to help), which livestreamer said it can't handle, but once I changed http:// to hds:// it downloaded the file without errors. But the final video breaks just like with AdobeHDS.php.

KSV 04-28-2015 01:51 AM

Re: Adobe HDS Downloader


 
@lifeless

Can you confirm that the said video works completely on website itself? it may be problem with their video encoding rather than script itself. if it works properly on website the you can remove the --delete switch from command line. it will save the downloaded fragments in same directory. you need to upload last few fragments to somewhere so i can check where the problem actually lies.

dualsticks 05-01-2015 12:00 AM

Re: Adobe HDS Downloader


 
I am having trouble recently downloading video streams from the website AEBN.net The fragments would start downloading, and then after about 100 or so fragments, it slows down and never continues. Does anyone know what the problem is?. Any help would be much appreciated.

Jinjoni 05-01-2015 01:59 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by dualsticks (Post 76228)
I am having trouble recently downloading video streams from the website AEBN.net The fragments would start downloading, and then after about 100 or so fragments, it slows down and never continues. Does anyone know what the problem is?. Any help would be much appreciated.

Is it failing on a full rental or are you trying from a preview link?


All times are GMT -6. The time now is 08:14 AM.