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.

habaso 12-15-2015 01:46 AM

Re: Adobe HDS Downloader


 
Thanks a lot. I am not web developer a not work with those tools. So I have missed it in a lot of network traffic. Thanks for showing me, how easy can find it in Console window.

And for even less experienced, than me, captions can be found found using firebug extension for firefox. In this case really easy, exploring content invocation get from player invocation found using console panel.

Thanks a lot, once more :)

iamsumit 12-21-2015 12:34 PM

Re: Adobe HDS Downloader


 
Sorry but whats the difference between using this and using livestreamer hds://http://........?

steve7878 12-22-2015 10:30 AM

Re: Adobe HDS Downloader


 
Hey KSV thank you soo much for you're hard work it's really appreciated mate.

I have almost everything working but can't seem to use adobeHDS properly unless I am doing something wrong.

I have got PHP and adobeHDS working and confirmed using CMD both are available in the system.

But when I try to enter link into CMD an error message is diplayed. I am trying to capture stuff from NBC Sports Xtra.

Can you please shine some light as I am completely lost.

Thanks

newbjohn 12-31-2015 09:27 AM

Re: Adobe HDS Downloader


 
@KSV: I like your work a lot, thank you for that.

Therefore I have a question: Would it be possible to rely uniquely on a script language+curl ?

I am considering to develop a newb-friendly version with a GUI ; the goal would be that someone has to paste in the url where the video is located, then the script does the rest...

first objective: avoid the firefox add-on
second: avoid PHP

Is there anything that could be in the way ?

Thank!

-newbjohn

stream_monkey 12-31-2015 04:21 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by newbjohn (Post 81990)
I am considering to develop a newb-friendly version with a GUI...

An interesting idea, but the easier a tool is to use the more people will use it and the sooner these methods stop working.

iamsumit 01-04-2016 03:51 AM

Re: Adobe HDS Downloader


 
I am trying to download this: http://gaana.com/song/soch-na-sake
and get this error:
Any ideas?

Code:

        <div class="container">
  <div class="site-footer" role="contentinfo">
    <ul class="site-footer-links right">
        <li><a href="https://status.github.com/" data-ga-click="Footer, go to status, text:status">Status</a></li>
      <li><a href="https://developer.github.com" data-ga-click="Footer, go to api, text:api">API</a></li>
      <li><a href="https://training.github.com" data-ga-click="Footer, go to training, text:training">Training</a></li>
      <li><a href="https://shop.github.com" data-ga-click="Footer, go to shop, text:shop">Shop</a></li>
        <li><a href="https://github.com/blog" data-ga-click="Footer, go to blog, text:blog">Blog</a></li>
        <li><a href="https://github.com/about" data-ga-click="Footer, go to about, text:about">About</a></li>
        <li><a href="https://github.com/pricing" data-ga-click="Footer, go to pricing, text:pricing">Pricing</a></li>

    </ul>

    <a href="https://github.com" aria-label="Homepage">
      <span class="mega-octicon octicon-mark-github " title="GitHub "></span>
</a>
    <ul class="site-footer-links">
      <li>&copy; 2016 <span title="0.13255s from github-fe118-cp1-prd.iad.github.net">GitHub</span>, Inc.</li>
        <li><a href="https://github.com/site/terms" data-ga-click="Footer, go to terms, text:terms">Terms</a></li>
        <li><a href="https://github.com/site/privacy" data-ga-click="Footer, go to privacy, text:privacy">Privacy</a></li>
        <li><a href="https://github.com/security" data-ga-click="Footer, go to security, text:security">Security</a></li>
        <li><a href="https://github.com/contact" data-ga-click="Footer, go to contact, text:contact">Contact</a></li>
        <li><a href="https://help.github.com" data-ga-click="Footer, go to help, text:help">Help</a></li>
    </ul>
  </div>
</div>







    <div id="ajax-error-message" class="flash flash-error">
      <span class="octicon octicon-alert"></span>
      <button type="button" class="flash-close js-flash-close js-ajax-error-dismiss" aria-label="Dismiss error">
        <span class="octicon octicon-x"></span>
      </button>
      Something went wrong with that request. Please try again.
    </div>


      <script crossorigin="anonymous" integrity="sha256-7460qJ7p88i3YTMH/liaj1cFgX987ie+xRzl6WMjSr8=" src="https://assets-cdn.github.com/assets/frameworks-ef8eb4a89ee9f3c8b7613307fe589a8f5705817f7cee27bec51ce5e963234abf.js"></script>
      <script async="async" crossorigin="anonymous" integrity="sha256-S2uOfRHrt7zoUSbTtBMMgAQfKubV1u+JAajAw/fLgNI=" src="https://assets-cdn.github.com/assets/github-4b6b8e7d11ebb7bce85126d3b4130c80041f2ae6d5d6ef8901a8c0c3f7cb80d2.js"></script>



    <div class="js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden">
      <span class="octicon octicon-alert"></span>
      <span class="signed-in-tab-flash">You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span>
      <span class="signed-out-tab-flash">You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span>
    </div>
  </body>
</html>


iamsumit 01-04-2016 03:55 AM

Re: Adobe HDS Downloader


 
Am i missing something or is it not possible to download. Let me know.

-D3n1s- 01-04-2016 04:12 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by iamsumit (Post 82041)
Am i missing something or is it not possible to download. Let me know.

Code:

http://gaanavod-vh.akamaihd.net/z/mp4/64/13/1580913/16506930.mp4/manifest.f4m?hdnea=st=1451905007~exp=1451906207~acl=/*~hmac=045f2b14b0b6a8f3abe4addcd7b18fbd825af9c8e06a90420f62d527ab10f573&g=XBKQLLOEUWBB&hdcore=3.4.0&plugin=aasp-3.4.0.132.66

iamsumit 01-04-2016 05:45 AM

Re: Adobe HDS Downloader


 
Thanks Denis.

I am writing this command in command prompt -


Quote:

C:\Users\MyUserName>php AdobeHDS.php --manifest "http://gaanavod-vh.akamaihd.net/z/mp4/128/13/1580913/16506930.mp4/manifest.f4m?hdnea=st=1451910960~exp=1451912160~ac l=/*~hmac=c45050b22391af0bdc1117212649812b7258663cc3f 0cf1fd5071bae171ff914&g=HRUHXWMFAZGW&hdcore=3.4.0& plugin=aasp-3.4.0.132.66" --delete --auth "hdntl=exp=1451997863~acl=%2f*~data=hdntl~hmac=37b b68c91508930d9f0d73d506763de46778cdd5ea07fdff57df4 27cd6d7856c&g=HRUHXWMFAZGW&hdcore=3.4.0&plugin=aas p-3.4.0.132.66&als=0,3,NaN,0,0,NaN,0,0,0,17,f,0,281. 03,f,u,QKOYGERJFIPI,3.7.0,17" --useragent "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0"
What is wrong here?

Also where do i get AdobeHDS.bat from?
And i am using PHP v5.4.45. Is that okay?

iamsumit 01-04-2016 03:31 PM

Re: Adobe HDS Downloader


 
Ok found the solution - needed to download the raw format of the adobehds.php

ryanf86 01-24-2016 09:13 PM

Re: Adobe HDS Downloader


 
I'm trying to download the video from this link:

https://au.tv.yahoo.com/plus7/cats-m...n-1-episode-2/

But when i try to use the AdobeHDS.php I get the following error:

This stream is encrypted with FlashAccess DRM. Decryption of such streams isn't currently possible with this script.

What confuses me though is that i can use the script below and the video downloads without any issue.

https://github.com/blha303/plus7-tools

Can someone else test this to make sure im not doing something wrong.

Thanks in Advance.

stream_monkey 01-24-2016 11:33 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by ryanf86 (Post 82364)
I'm trying to download the video from this link:

https://au.tv.yahoo.com/plus7/cats-m...n-1-episode-2/

But when i try to use the AdobeHDS.php I get the following error:

This stream is encrypted with FlashAccess DRM. Decryption of such streams isn't currently possible with this script.

What confuses me though is that i can use the script below and the video downloads without any issue.

https://github.com/blha303/plus7-tools

Can someone else test this to make sure im not doing something wrong.

Thanks in Advance.

Sometimes there are hidden mobile playlists (.m3u8-unencrypted) in addition to the encrypted hds playlists.

This seems to be one of those. Youtube-dl also is able to download it.

ryanf86 01-25-2016 12:00 AM

Re: Adobe HDS Downloader


 
Thanks for that.

Now any ideas about the paid streaming service Presto? They use the same as Plus7 except i haven't been able to find a .m3u8 only .f4m

If i use youtube-dl and the url from the hds link detector e.g. http://ken-cdn250-is-2.se.fxmultihds...4iB-v0-D_1.f4m

I get the following error

$ youtube-dl http://ken-cdn250-is-3.se.fxmultihds...4iB-v0-D_1.f4m
[generic] M1dzRyeDrKIcGSorUk3vtHln4iB-v0-D_1: Requesting header
WARNING: Falling back on generic information extractor.
[generic] M1dzRyeDrKIcGSorUk3vtHln4iB-v0-D_1: Downloading webpage
[generic] M1dzRyeDrKIcGSorUk3vtHln4iB-v0-D_1: Extracting information
ERROR: Unsupported URL: http://ken-cdn250-is-3.se.fxmultihds...4iB-v0-D_1.f4m

stream_monkey 01-25-2016 12:27 AM

Re: Adobe HDS Downloader


 
What's the original url?

ryanf86 01-25-2016 01:52 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by stream_monkey (Post 82368)
What's the original url?

https://www.presto.com.au/tv/upper-middle-bogan

hawkdown77 01-28-2016 05:01 AM

Re: Adobe HDS Downloader


 
Hi guys.....
Please... someone can help me??? i already try GETFLV but i cannot download.

This link: http://hdiob-vh.akamaihd.net/z/pales...g=MENWSXTVVHTV


Thanks Advance

Shams 02-02-2016 06:09 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by ryanf86 (Post 82364)
I'm trying to download the video from this link:

https://au.tv.yahoo.com/plus7/cats-m...n-1-episode-2/

But when i try to use the AdobeHDS.php I get the following error:

This stream is encrypted with FlashAccess DRM. Decryption of such streams isn't currently possible with this script.

What confuses me though is that i can use the script below and the video downloads without any issue.

https://github.com/blha303/plus7-tools

Can someone else test this to make sure im not doing something wrong.

Thanks in Advance.

can you explain how to use the script above please ?

stream_monkey 02-07-2016 03:03 PM

Re: Adobe HDS Downloader


 
Forgive me if this has been asked/answered before, but is there a way to channel the output of a live stream to a media player (e.g. vlc)?

I am checking out the Super Bowl stream from cbs.com and it would be nice to stream it to vlc rather than use the browser. Obviously I am able to capture it to disc, but i am hoping to be able to actually view it in a stand-alone player in realtime.

I tried livestreamer, but was unsuccessful.

Many thanks.

biezom 02-07-2016 03:51 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by stream_monkey (Post 82550)
Forgive me if this has been asked/answered before, but is there a way to channel the output of a live stream to a media player (e.g. vlc)?

I am checking out the Super Bowl stream from cbs.com and it would be nice to stream it to vlc rather than use the browser. Obviously I am able to capture it to disc, but i am hoping to be able to actually view it in a stand-alone player in realtime.

I tried livestreamer, but was unsuccessful.

Many thanks.


hi

with option --play

maybe need adapt the path of vlc and the part in red

Code:

php AdobeHDS.php --manifest "http://cbssuperbowlhd-lh.akamaihd.net/z/cbs_sb50lga@360996/manifest.f4m?g=JMTGGKHBYBUM&hdcore=3.3.1" --delete  --play | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
or with livestreamer

Code:

livestreamer  "hds://http://cbssuperbowlhd-lh.akbs_sb50lga@360996/manifest.f4m?g=NKTWZVQKUYHE&hdcore=3.3.1" best

stream_monkey 02-07-2016 03:59 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by biezom (Post 82551)
hi

with option --play

maybe need adapt the path of vlc and the part in red

Code:

php AdobeHDS.php --manifest "http://cbssuperbowlhd-lh.akamaihd.net/z/cbs_sb50lga@360996/manifest.f4m?g=JMTGGKHBYBUM&hdcore=3.3.1" --delete  --play | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
or with livestreamer

Code:

livestreamer  "hds://http://cbssuperbowlhd-lh.akbs_sb50lga@360996/manifest.f4m?g=NKTWZVQKUYHE&hdcore=3.3.1" best

Rockstar. Many thanks!

Not sure how I missed the --play handle...

:)

save8lot 02-13-2016 04:53 AM

Re: Adobe HDS Downloader


 
So I just downloaded and installed PHP for the first time (never used it before). Nobody told me where to save the Script so I just saved it in a subfolder of the PHP Folder, and changed to that directory within Command Prompt before running the script.

So for my First Time, I am trying to download a Video From this site (Video #76 from the drop down menu within the Media Player):
Code:

http://multfilmchik.ru/multserials/292-gufi-i-ego-komanda-goof-troop-2-sezon.html
Using the HDS Link Detector I get the following Command to run:
Code:

php AdobeHDS.php --manifest "http://multfilmchik.ru/video/673fa91a96c64740/R3BEaHFTUUwvME5qMFRkRWJHdUdtNzhKalpRSmlrQU45eHNBUFJlK1lmdHhhbHJ1bzZxdzNCKzFPMlB0SmZJRFVyNGpGKzhPY1hkWmp4NGVINE1wUHJ1S2l3WXFCQ0ZWTlhtU1Nha2liZHEzOE9sODlDNDV6Q0NacE9CNnhuTm9ld3llZ3BKUExaYWQrUEIyakt0OWhiM3VPbjM0bjYxdGJRVWhhNHpqR2tNSUFTQS90ZDZiVENwbGd3UHJRdzFsZDRhMGJEd3oveHc5NWhyTm1yaEg1Zz09/1/manifest.f4m" --delete
However when I run this I Get the Following:
Code:

C:\PHP\AdobeHDS>php AdobeHDS.php --manifest "http://multfilmchik.ru/video/673fa9
1a96c64740/R3BEaHFTUUwvME5qMFRkRWJHdUdtNzhKalpRSmlrQU45eHNBUFJlK1lmdHhhbHJ1bzZxd
zNCKzFPMlB0SmZJRFVyNGpGKzhPY1hkWmp4NGVINE1wUHJ1S2l3WXFCQ0ZWTlhtU1Nha2liZHEzOE9sO
DlDNDV6Q0NacE9CNnhuTm9ld3llZ3BKUExaYWQrUEIyakt0OWhiM3VPbjM0bjYxdGJRVWhhNHpqR2tNS
UFTQS90ZDZiVENwbGd3UHJRdzFsZDRhMGJEd3oveHc5NWhyTm1yaEg1Zz09/1/manifest.f4m" --de
lete

                            KSV Adobe HDS Downloader

Processing manifest info....

Warning: simplexml_load_string(): Entity: line 9: parser error : Opening and end
ing tag mismatch: meta line 6 and head in C:\PHP\AdobeHDS\AdobeHDS.php on line 5
82

Warning: simplexml_load_string():    </head> in C:\PHP\AdobeHDS\AdobeHDS.php on
line 582

Warning: simplexml_load_string():          ^ in C:\PHP\AdobeHDS\AdobeHDS.php on
 line 582

Warning: simplexml_load_string(): Entity: line 168: parser error : Opening and e
nding tag mismatch: head line 3 and html in C:\PHP\AdobeHDS\AdobeHDS.php on line
 582

Warning: simplexml_load_string(): </html> in C:\PHP\AdobeHDS\AdobeHDS.php on lin
e 582

Warning: simplexml_load_string():        ^ in C:\PHP\AdobeHDS\AdobeHDS.php on li
ne 582

Warning: simplexml_load_string(): Entity: line 168: parser error : Premature end
 of data in tag html line 2 in C:\PHP\AdobeHDS\AdobeHDS.php on line 582

Warning: simplexml_load_string(): </html> in C:\PHP\AdobeHDS\AdobeHDS.php on lin
e 582

Warning: simplexml_load_string():        ^ in C:\PHP\AdobeHDS\AdobeHDS.php on li
ne 582
Failed to load xml

C:\PHP\AdobeHDS>


So What exactly am I doing Wrong?

sysanin 02-13-2016 02:41 PM

Re: Adobe HDS Downloader


 
Quote:

So What exactly am I doing Wrong?
Try so (see this GIF)



Code:

http://default.edge05.moonwalk.cc/sec/1455425248/38343434c6c7d410a339cc1f9e82762f80de5cd3660a0bc2/ivs/7d/60/5be2465c1ac6.mp4/hls/tracks-1,4/index.m3u8

KSV 02-15-2016 09:11 AM

Re: Adobe HDS Downloader


 
@save8lot

Add following switch to command line detected by "HDS Link detector" plugin and it will work.

Code:

-referrer "http://multfilmchik.ru/player/web/uppod/player.swf"
Code:

                            KSV Adobe HDS Downloader

Processing manifest info....
Quality Selection:
 Available: 940 480 286
 Selected : 940
Fragments Total: 254, First: 1, Start: 1, Parallel: 8
Downloading 11/254 fragments


save8lot 02-17-2016 06:10 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by sysanin (Post 82612)
Try so (see this GIF)



Code:

http://default.edge05.moonwalk.cc/sec/1455425248/38343434c6c7d410a339cc1f9e82762f80de5cd3660a0bc2/ivs/7d/60/5be2465c1ac6.mp4/hls/tracks-1,4/index.m3u8

That is a nice trick and a Different way to do it. Thanks for sharing that. :)


Quote:

Originally Posted by KSV (Post 82622)
@save8lot

Add following switch to command line detected by "HDS Link detector" plugin and it will work.

Code:

-referrer "http://multfilmchik.ru/player/web/uppod/player.swf"
Code:

                            KSV Adobe HDS Downloader

Processing manifest info....
Quality Selection:
 Available: 940 480 286
 Selected : 940
Fragments Total: 254, First: 1, Start: 1, Parallel: 8
Downloading 11/254 fragments


Perfect, that is what I was looking for. I tried it and it worked perfectly. Thank You. However since that specific referral link is only associated with this particular website, how can I determine the correct referral link for other sites? Would I simply search the "Web Console" in Firefox for any link that includes "player.swf" at the end? Or is there more to it than that?

MaxBlum 02-23-2016 05:27 PM

Re: Adobe HDS Downloader


 
Need some help, I'm new to AdobeHDS php. I have done everything Installing PHP for dummies (Windows only) has told me to do, yet I still cant get it to work. Heres the link Im trying to get to work.

Code:

php AdobeHDS.php --manifest "http://fxxhds-vh.akamaihd.net/z/FX_Networks_-_FXX/755/695/Man_Seeking_206_HD_Clean_AUTH_movie_14550224677,67_4,68_6,70_9,72_14,73_19,75_26,28000.mp4.csmil/manifest.f4m?hdnea=st=1456273392~exp=1456273722~acl=/z/FX_Networks_-_FXX/755/695/Man_Seeking_206_HD_Clean_AUTH_movie_14550224677*~id=771b2759-1ba1-4ab3-849b-f1b81b02afcf~hmac=2669cfdb5e2c8520f23c9942fbdae54e6916510a73d7f135bd8200c621dc99e7&hdcore=3.5.0" --delete --auth "hdntl=exp=1456359823~acl=%2fz%2fFX_Networks_-_FXX%2f755%2f695%2fMan_Seeking_206_HD_Clean_AUTH_movie_14550224677*~data=hdntl~hmac=5816e961bdd0bdad2a2149e95a4f874bfe18a9b2fb9dc802cd21ad30440183c6&als=0,3,NaN,1,0,NaN,0,0,0,41,f,0,1301.85,f,s,OKNKPJTNVXQG,3.5.0,41&hdcore=3.5.0" --useragent "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
and this what I receive



Any help would be appreciated. Thanks.

slim10 02-23-2016 05:55 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by MaxBlum (Post 82794)
Need some help, I'm new to AdobeHDS php. I have done everything Installing PHP for dummies (Windows only) has told me to do, yet I still cant get it to work. Heres the link Im trying to get to work.

Code:

php AdobeHDS.php --manifest "http://fxxhds-vh.akamaihd.net/z/FX_Networks_-_FXX/755/695/Man_Seeking_206_HD_Clean_AUTH_movie_14550224677,67_4,68_6,70_9,72_14,73_19,75_26,28000.mp4.csmil/manifest.f4m?hdnea=st=1456273392~exp=1456273722~acl=/z/FX_Networks_-_FXX/755/695/Man_Seeking_206_HD_Clean_AUTH_movie_14550224677*~id=771b2759-1ba1-4ab3-849b-f1b81b02afcf~hmac=2669cfdb5e2c8520f23c9942fbdae54e6916510a73d7f135bd8200c621dc99e7&hdcore=3.5.0" --delete --auth "hdntl=exp=1456359823~acl=%2fz%2fFX_Networks_-_FXX%2f755%2f695%2fMan_Seeking_206_HD_Clean_AUTH_movie_14550224677*~data=hdntl~hmac=5816e961bdd0bdad2a2149e95a4f874bfe18a9b2fb9dc802cd21ad30440183c6&als=0,3,NaN,1,0,NaN,0,0,0,41,f,0,1301.85,f,s,OKNKPJTNVXQG,3.5.0,41&hdcore=3.5.0" --useragent "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0"
and this what I receive



Any help would be appreciated. Thanks.


PHP can't find the AdobeHDS.php file. You need to either include the whole path to AdobeHDS.php in your command line, or AdobeHDS.php needs to be in your current working folder.

MaxBlum 02-23-2016 07:34 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by slim10 (Post 82795)
PHP can't find the AdobeHDS.php file. You need to either include the whole path to AdobeHDS.php in your command line, or AdobeHDS.php needs to be in your current working folder.

I think I have it in the same folder


slim10 02-23-2016 07:53 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by MaxBlum (Post 82797)
I think I have it in the same folder



That appears to be your "c:\PHP" folder. You were in "c:\Users\Lee" when you tried to run the command.

MaxBlum 02-23-2016 08:13 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by slim10 (Post 82798)
That appears to be your "c:\PHP" folder. You were in "c:\Users\Lee" when you tried to run the command.

Thank you. That was it.

kandaraj789 02-24-2016 12:00 PM

Re: Adobe HDS Downloader


 
Hi, First things first, Thank you K-S-V and others for this great script. It works like a charm. I have been thinking about this script a lot, recently.

I was wondering if i could download the fragments with IDM because where i live, speed had been given the adjective "very slow". Also, IDM supports resuming capabilities too. I have observed that if you have the session key, you can join these fragments offline too. So, i was thinking if there is a way to "generate" session key.

Also, Being logical about the way this script works(I am a Computer Science Student), I think that if any website is given some video(in mp4) and they are asked to upload it and stream it using Adobe HDS then they would first split that video into parts of x seconds duration and maybe encrypt those files after that. But, the question is, if the files are encrypted, then there must be a key and it must be unique and global(never changing, if it changes it could only mean that the server is splitting the mp4 video and encrypting it every time a user live streams the video, which i think is not possible because of too many visitors at one time and the time taken to split and encrypt each file is certainly enough if the files are big). So, in short if the key is global, how to access it and use it to calculate session key so as to be able to process fragments offline.


In short, i want to process fragments offline because i want to download them using IDM which has resume capability and IDM also offers the highest download speed. Can anyone help me out please?


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