View Single Post
  #3  
Old 12-02-2012, 10:08 AM
teostream teostream is offline
Junior Member
 
Join Date: Dec 2012
Posts: 3
teostream is on a distinguished road
Default

Re: how to use AdobeHDS to convert local .f4f files?


Thanks I had tried without the segment index. Thanks to you i tried without the extension and it worked.

Code:
$ php AdobeHDS.php 9000Seg.f4f

                            KSV Adobe HDS Downloader

Found 0 fragments
Now it works but i get a memory exception. I have only 4GB of RAM on my laptop and the file is 6GB.

Code:
$ php AdobeHDS.php 9000Seg

                            KSV Adobe HDS Downloader

Found 1 fragments                                                              

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 6934686386 bytes) in /Scripts/AdobeHDS.php on line 1758
Reply With Quote