This commit is contained in:
Josh Hawkins 2025-12-17 10:11:16 -06:00
parent 1a6d87b283
commit e1d5353e04

View File

@ -31,7 +31,6 @@ cameras:
snapshots:
enabled: false
```
````
- `-re -stream_loop -1` tells `ffmpeg` to play the file in realtime and loop indefinitely, which is useful for long debugging sessions.
- `-fflags +genpts` helps generate presentation timestamps when they are missing in the file.