View Single Post
  #17  
Old 02-02-2015, 04:45 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by beeson76 View Post
I am new to this to please bear with me for a second. Where can I get a step by step instructions on how to merge .f4f files.

I have a stream that I need to merge. I have about 1650 f4f files and it looks like I have a manifest file too. (thought I am not quite sure what that means as of yet.)

I have the files in a folder ready to go. It looks like they are numerically ordered.

How do I begin this process. I have looked at the script file and don't really know how to use it.

1. I have downloaded the PHP zip and PHP.ini into the c:\php directory that is from the wiki instructions. Extracted the zip file into the c:\php directory.
2. Saved the AdobeHDS.php into the c:\php directory.
3. I created a F4F directory that has all my 1600 F4F files and the manifest file. It is directly on the C:\
4. Added ;C:\PHP to my path Environment. And everything looks like it should when I am at the dos prompt.



Thanks for any help provided.
if you use HDS link detector copy the code
and in command shell
cd C:\php
paste the code given by HDS link detector
It should look like this

Code:
AdobeHDS.php --manifest "http://........................." --delete
normally it downloads all the fragments and assembles them at the end to do one file
Reply With Quote