MrBrax / LiveStreamDVR

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

Recording stops after 24 h #519

Open kymograph opened 1 month ago

kymograph commented 1 month ago

Describe the bug For long streams over 24h the recording stops repeatedly at 24 h without starting a new recording immediately.

To Reproduce Steps to reproduce the behavior:

  1. Add a long running channel, e.g. subathon streams, irl, etc
  2. Wait till 24 h are recorded
  3. The recording will stop at 24 h

Expected behavior I see two possibilities here: either append two the original recording or start a new one.

Screenshots If applicable, add screenshots to help explain your problem.

Logs Please attach logs for both the main server and capture if applicable, can be found in data/logs/ and data/logs/software/ respectively. Please also use code tags and try to keep line breaks if possible.

Server:

Additional context Add any other context about the problem here.

MrBrax commented 1 month ago

it already tries to capture again if the stream is over 24 hours but it's pretty much impossible to debug since it takes such a long time for a 24 hour stream to be over, you only have one attempt, and 24 hour streams are very uncommon anyway