View Single Post
  #38  
Old 03-02-2013, 01:15 PM
Mary Chris Smith Mary Chris Smith is offline
Junior Member
 
Join Date: Mar 2013
Posts: 3
Mary Chris Smith is on a distinguished road
Default

Re: FLV fixer script


Hey KSV,
I want to fix a FLV file which rtmpdump (live stream) generated.
I get the following error:
Code:
FlvFixer.php --debug --nometa --in foo.flv --out bar.flv
Code:
                                 KSV FLV Fixer

 Type    CurrentTS       PreviousTS      Size    Position        
 VIDEO   0               -1              15641   13              
Fixing video timestamp
 VIDEO   0               0               7796    
 VIDEO   8               0               7796    15669           
Fixing video timestamp
 VIDEO   0               8               9197    
 VIDEO   16              8               9197    23480           
Fixing video timestamp
 VIDEO   0               16              7792    
 VIDEO   24              16              7792    32692           
Fixing video timestamp
 VIDEO   0               24              8003    
 VIDEO   32              24              8003    40499           
Fixing video timestamp
 VIDEO   0               32              7762    
 VIDEO   40              32              7762    48517           
Fixing video timestamp
 VIDEO   0               40              9007    
 VIDEO   48              40              9007    56294           
Fixing video timestamp
 VIDEO   0               48              7926    
 VIDEO   56              48              7926    65316           
Fixing video timestamp
 VIDEO   0               56              9196    
 VIDEO   64              56              9196    73257           
Fixing video timestamp
 VIDEO   0               64              421     
 VIDEO   72              64              421     82468           
Fixing video timestamp
 VIDEO   0               72              7848    
 VIDEO   80              72              7848    82904           
Fixing video timestamp
 VIDEO   0               80              7474    
 VIDEO   88              80              7474    90767           
Fixing video timestamp
 VIDEO   0               88              8066    
 VIDEO   96              88              8066    98256           
Fixing video timestamp
 VIDEO   0               96              7232    
 VIDEO   104             96              7232    106337          
Fixing video timestamp
 VIDEO   0               104             8107    
 VIDEO   112             104             8107    113584          
Fixing video timestamp
 VIDEO   0               112             7724    
 VIDEO   120             112             7724    121706          
Broken FLV tag encountered! Aborting further processing.
Processed input file in 0.06 seconds
Finished
Reply With Quote