PDA

View Full Version : AdobeHds.php Video is in fast-forward mode


mtepper27
08-01-2016, 12:59 AM
I am attempting to download a stream in preparation of the Olympics. I chose this stream.
http://stream.nbcsports.com/indy/?pid=26101

When I use Adobe HDS downloader after grabbing the f4m manifest, I only end up with a fast forward version of the 3 hours length video - that is the actual programming is in fast forward mode - in 1 minute, with no audio.

How I can get a normal copy? Is there something wrong with the video or my code?

Thank you for any help you can provide.

KSV
08-01-2016, 05:20 AM
Some HDS manifests also contain keyframe-only streams along with normal streams. you can try to download the next available quality using "--quality" switch. you can also use "--debug" switch to see the name of available streams and avoid the one with word keyframes in it.

mtepper27
08-04-2016, 04:25 PM
Thank you! Picking the 7000 stream and 56 stream and merged them together. Thanks again!