Olympic ceremonies
dinkypumpkin
dinkypumpkin at gmail.com
Tue Aug 14 06:52:42 EDT 2012
On 14/08/2012 11:40, lpc wrote:
> Thanks - I got that and am not having any joy getting the start stop to work.
>
> perl get_iplayer.pl --modes=flashhd1 --start=0 --stop=10 --pid
> p00w2r5c --force --verbose > log.txt
>
> This is what I used to get the closing ceremony and I added the start
> stop parameters to test a 10 second chunk. Without the start stop it
> worked ok (of course it fails at the end due to the limits discussed):
>
> -------------------------------------------------------------------------
> WARNING: Stream does not start with requested frame, ignoring data...
> WARNING: Stream does not start with requested frame, ignoring data...
> WARNING: Stream does not start with requested frame, ignoring data...
> 3325.994 kB / 8.00 sec (0.0%)
> DEBUG: RTMP_Read returned: -2
> Couldn't resume FLV file, try --skip 1
> -------------------------------------------------------------------------
It is trying to resume the previous download because the old
partial.mp4.flv is still in place. Rename/delete it and start again.
Use a different --fileprefix value for each chunk to avoid this. And
there is no need for --start=0 to begin at the beginning, so to speak.
More information about the get_iplayer
mailing list