View Single Post
  #1  
Old 08-21-2012, 08:00 PM
skyDude14 skyDude14 is offline
Junior Member
 
Join Date: Aug 2012
Posts: 20
skyDude14 is on a distinguished road
Default

How to resume broken flv from rtmpdump?


Hi all i tried many times to use the following to resume the incomplete .flv file but each time i get this error:
Code:
WARNING: Stream does not start with requested frame, ignoring data...
307200.214 kB / 3156.00 sec (28.0%)
Couldn't resume FLV file, try --skip
I used -e before -y but keep getting same error. Could any one help me resume rtmpdump in to same file from where it stopped ?

Code:
rtmpdump -r "rtmp://...." -a ".....mp4" -W "......swf" -C O:1 -C O:0 -e -y ".mp4" -o "test.flv"
Reply With Quote