diff --git a/ustreamer.1 b/ustreamer.1 index 3d848fa..658ae09 100644 --- a/ustreamer.1 +++ b/ustreamer.1 @@ -100,6 +100,12 @@ NOOP ─ Don't compress stream. Useful for the RAW sink. Comma-separated list of resolutions that require forced encoding on CPU instead of OMX. Required \fBWITH_OMX\fR feature. Default: disabled. .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 Timeout for device querying. Default: 1. .TP @@ -171,12 +177,6 @@ HTTP basic auth passwd. Default: empty. .BR \-\-static\ \fIpath Path to dir with static files instead of embedded root index page. Symlinks are not supported for security reasons. Default: disabled. .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 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