From e1d5353e04ecd8dfd3991544062ee9136f0e2eb7 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 17 Dec 2025 10:11:16 -0600 Subject: [PATCH] fix --- docs/docs/troubleshooting/dummy-camera.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/troubleshooting/dummy-camera.md b/docs/docs/troubleshooting/dummy-camera.md index 0d4691e20..7e7c26ae9 100644 --- a/docs/docs/troubleshooting/dummy-camera.md +++ b/docs/docs/troubleshooting/dummy-camera.md @@ -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.