mrlt8 / docker-wyze-bridge

WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container
GNU Affero General Public License v3.0
2.69k stars 174 forks source link

FEATURE REQUEST: Add "loop" recording option #1359

Closed puterboy closed 2 months ago

puterboy commented 2 months ago

Would be great to have the ability to do "loop recording" i.e. specify max time of loop (say 24 hours) and then bridge will continuously record and save last 24 hours, overwriting anything older.

This ensures that you don't run out of space as otherwise presumably recordings would grow forever...

mrlt8 commented 2 months ago

Have you tired:

- RECORD_KEEP=24h
puterboy commented 2 months ago

My sincere apologies, I somehow didn't see the full manual. I now see that feature under advanced and will try that out. I am closing the issue -- again sorry for wasting your time.