feat: allow mjpeg as valid parameter
This allows to use mjpg or mjpeg in mode: section of config Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
parent
420b77fe5a
commit
ffba10350b
@ -26,7 +26,7 @@ function construct_streamer {
|
||||
mode="$(get_param "cam ${cams}" mode)"
|
||||
check_section "${cams}"
|
||||
case ${mode} in
|
||||
mjpg)
|
||||
mjpg | mjpeg)
|
||||
MJPG_INSTANCES+=( "${cams}" )
|
||||
;;
|
||||
rtsp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user