This commit is contained in:
Devaev Maxim
2020-12-07 18:06:20 +03:00
parent 847726c0d7
commit 338389c219
8 changed files with 380 additions and 10 deletions

View File

@@ -153,9 +153,9 @@ Bind to this TCP port. Default: 8080.
.TP
.BR \-U\ \fIpath ", " \-\-unix\ \fIpath
Bind to UNIX domain socket. Default: disabled.
.TP
.BR \-D ", " \-\-unix\-rm
Try to remove old UNIX socket file before binding. Default: disabled.
.tp
.br \-d ", " \-\-unix\-rm
try to remove old unix socket file before binding. default: disabled.
.TP
.BR \-M\ \fImode ", " \-\-unix\-mode\ \fImode
Set UNIX socket file permissions (like 777). Default: disabled.
@@ -194,6 +194,19 @@ Set Access\-Control\-Allow\-Origin header. Default: disabled.
.BR \-\-server\-timeout\ \fIsec
Timeout for client connections. Default: 10.
.SS "RAW sink options"
Available only if \fBWITH_RAWSINK\fR feature enabled.
.TP
.BR \-\-raw\-sink\ \fIname
Use the specified shared memory object to sink RAW frames before encoding.
Most likely you will never need it. Default: disabled.
.TP
.BR \-\-raw\-sink\-mode\ \fImode
Set RAW sink permissions (like 777). Default: 660.
.TP
.BR \-\-raw\-sink\-rm
Remove shared memory on stop. Default: disabled.
.SS "Process options"
.BR \-\-exit\-on\-parent\-death
Exit the program if the parent process is dead. Required \fBHAS_PDEATHSIG\fR feature. Default: disabled.