View Single Post
  #1  
Old 12-01-2014, 04:10 PM
mrswhite mrswhite is offline
Member
 
Join Date: Jan 2013
Posts: 33
mrswhite is on a distinguished road
Question

AdobeHDS f4f fragments not in order


Hi there
I'm wondering if you could help me out. I've downloaded a livestream (it's now over) using adobehds since i've noticed using urlsnooper that it had a f4m manifest file.

When I tried the common method I've always used which is
Code:
php AdobeHDS.php --manifest "http://warner-lh.akamaihd.net/z/hobbiteng_1@7503/manifest.f4m?hdcore=2.11.3&g=CDVTXVXUIKTY"
But when I do that I get this
Code:
Processing manifest info....
Quality Selection:
 Available: 3000 896 480 224
 Selected : 3000
Fragments Total: 708731213, First: 708727056, Start: 708727056, Parallel: 8
Downloading 708731213/708731213 fragments
Found 0 fragments
Finished
However, when I added a --start parameter like this

Code:
php AdobeHDS.php --manifest "http://warner-lh.akamaihd.net/z/hobbiteng_1@7503/manifest.f4m?hdcore=2.11.3&g=CDVTXVXUIKTY" --start 74719
It began downloading. It's a 3.5gb file. The thing is that when I play it, it plays but some fragments are clearly mixed up, like there are bits from the middle that show up at the beginning, etc.

Any ideas?

Thank you
Reply With Quote