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)"
|
mode="$(get_param "cam ${cams}" mode)"
|
||||||
check_section "${cams}"
|
check_section "${cams}"
|
||||||
case ${mode} in
|
case ${mode} in
|
||||||
mjpg)
|
mjpg | mjpeg)
|
||||||
MJPG_INSTANCES+=( "${cams}" )
|
MJPG_INSTANCES+=( "${cams}" )
|
||||||
;;
|
;;
|
||||||
rtsp)
|
rtsp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user