This commit is contained in:
Devaev Maxim
2020-12-09 19:10:24 +03:00
parent 9e1bf2fdea
commit 983cb899ec

View File

@@ -100,6 +100,12 @@ NOOP ─ Don't compress stream. Useful for the RAW sink.
Comma-separated list of resolutions that require forced Comma-separated list of resolutions that require forced
encoding on CPU instead of OMX. Required \fBWITH_OMX\fR feature. Default: disabled. encoding on CPU instead of OMX. Required \fBWITH_OMX\fR feature. Default: disabled.
.TP .TP
.BR \-k\ \fIpath ", " \-\-blank\ \fIpath
Path to JPEG file that will be shown when the device is disconnected during the streaming. Default: black screen 640x480 with 'NO SIGNAL'.
.TP
.BR \-K\ \fIsec ", " \-\-last\-as\-blank\ \fIsec
Show the last frame received from the camera after it was disconnected, but no more than specified time (or endlessly if 0 is specified). If the device has not yet been online, display 'NO SIGNAL' or the image specified by option \-\-blank. Default: disabled.
.TP
.BR \-\-device\-timeout\ \fIsec .BR \-\-device\-timeout\ \fIsec
Timeout for device querying. Default: 1. Timeout for device querying. Default: 1.
.TP .TP
@@ -171,12 +177,6 @@ HTTP basic auth passwd. Default: empty.
.BR \-\-static\ \fIpath .BR \-\-static\ \fIpath
Path to dir with static files instead of embedded root index page. Symlinks are not supported for security reasons. Default: disabled. Path to dir with static files instead of embedded root index page. Symlinks are not supported for security reasons. Default: disabled.
.TP .TP
.BR \-k\ \fIpath ", " \-\-blank\ \fIpath
Path to JPEG file that will be shown when the device is disconnected during the streaming. Default: black screen 640x480 with 'NO SIGNAL'.
.TP
.BR \-K\ \fIsec ", " \-\-last\-as\-blank\ \fIsec
Show the last frame received from the camera after it was disconnected, but no more than specified time (or endlessly if 0 is specified). If the device has not yet been online, display 'NO SIGNAL' or the image specified by option \-\-blank. Default: disabled.
.TP
.BR \-e\ \fIN ", " \-\-drop\-same\-frames\ \fIN .BR \-e\ \fIN ", " \-\-drop\-same\-frames\ \fIN
Don't send identical frames to clients, but no more than specified number. It can significantly reduce the outgoing traffic, but will increase the CPU loading. Don't use this option with analog signal sources or webcams, it's useless. Default: disabled. Don't send identical frames to clients, but no more than specified number. It can significantly reduce the outgoing traffic, but will increase the CPU loading. Don't use this option with analog signal sources or webcams, it's useless. Default: disabled.
.TP .TP