Closed ghost closed 8 years ago
You already have two options in this case.
copy /b 1.flv+2.flv+3.flv joined.flv
After that to fix the timestamps you can use the FlvFixer.php script available in this repository.
php FLVFixer.php -in "joined.flv" -out "final.flv" -nometa
Please add --join option to join two FLV files. This will work exactly as resume feature. You already have the code to join multiple fragments, so implementing of joining two FLV files would not take much time.