From bbc9677ca315b1c48ff43de290649176d159267c Mon Sep 17 00:00:00 2001 From: Alex <33379584+alexyao2015@users.noreply.github.com> Date: Tue, 4 Jan 2022 22:02:09 -0500 Subject: [PATCH] Document JPEG streams --- docs/docs/configuration/camera_specific.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index b737a5605..393412adc 100644 --- a/docs/docs/configuration/camera_specific.md +++ b/docs/docs/configuration/camera_specific.md @@ -19,6 +19,22 @@ output_args: rtmp: -c:v libx264 -an -f flv ``` +### JPEG Stream Cameras + +Cameras using a live changing jpeg image will need input parameters as below + +```yaml +input_args: +- -r +- 5 # << enter FPS here +- -stream_loop +- -1 +- -f +- image2 +``` + +Outputting the stream will have the same args and caveats as per [MJPEG Cameras](#mjpeg-cameras) + ### RTMP Cameras The input parameters need to be adjusted for RTMP cameras