Open johnwcassidy opened 4 years ago
Yeah, we'd have to look at refactoring how these get cleaned up. Right now, FFMpeg handles that completely.
An easy fix would just be that raspi-live removes everything in the directory on startup so that it starts with a clean slate.
Steps to reproduce:
Expected result: orphaned segments are cleaned up
Actual result: orphaned segments remain
This is a concern for the configuration I currently have, where i setup a system service to execute
raspi-live
, and control when it starts and stops withcron
. With each stop and start, I'm accumulating orphaned segment files that I will need to clean up manually.