MrBrax / LiveStreamDVR

An automatic livestream recorder
MIT License
346 stars 25 forks source link

Suggestion: skip remux if free space is smaller than the ts file #416

Closed luckiestone closed 1 year ago

luckiestone commented 1 year ago

During remuxing, the captured ts file and the remuxed one will be kept at the same time until the process is done. But if the free space is samller than the ts file, it will run out of space and everything crashes. Skip the remux process and just keep the ts is not a big issue imo.

luckiestone commented 1 year ago

Or clean up VODs before remuxing would be better imo, because disk space is very limited for most VPS's. I don't want my PC run 24*7, so I run the app in a VPS and do a scheduled sync job to fetch the VODs to my local device.