Kethsar / ytarchive

Garbage Youtube livestream downloader
MIT License
1.2k stars 97 forks source link

If .ts file missing, ytarchive start download the last possible segment instead of the one specified in the .state file #217

Closed on1razor closed 2 months ago

on1razor commented 2 months ago

If no .ts file is found in the folder, the download will start from the last possible segment instead of the specified segment in the .state file. This only happens with the Pre-release build ytarchive 0.4.0-68e1bf9, stable version 4.0 behaves as expected, starting the download from the last segment specified in the .state file. The unexpected behavior of the Pre-release build disrupts recording of endless streams, as I manually merge .ts files and continue recording from the last recorded segment.