renamed sink

This commit is contained in:
Devaev Maxim
2021-01-10 13:00:50 +03:00
parent 649cda2f47
commit 083ec30c66
6 changed files with 64 additions and 65 deletions

View File

@@ -13,7 +13,7 @@ ustreamer-dump \- Dump uStreamer's memory sink to file
µStreamer-dump (\fBustreamer-dump\fP) writes a local stream from ustreamer to a file or redirect it to other utilities (such as \fBffmpeg\fR).
.SH USAGE
\fBustreamer\fR requires at least the \fB\-\-???\-sink\fR option to operate.
\fBustreamer\fR requires at least the \fB\-\-sink\fR option to operate.
To output ustreamers sink "test" to ffmpeg, and into a file called test.mp4:

View File

@@ -201,16 +201,16 @@ Timeout for client connections. Default: 10.
.SS "JPEG sink options"
With shared memory sink you can write a stream to a file. See \fBustreamer-dump\fR(1) for more info.
.TP
.BR \-\-jpeg\-sink\ \fIname
.BR \-\-sink\ \fIname
Use the specified shared memory object to sink JPEG frames. Default: disabled.
.TP
.BR \-\-jpeg\-sink\-mode\ \fImode
.BR \-\-sink\-mode\ \fImode
Set JPEG sink permissions (like 777). Default: 660.
.TP
.BR \-\-jpeg\-sink\-rm
.BR \-\-sink\-rm
Remove shared memory on stop. Default: disabled.
.TP
.BR \-\-jpeg\-sink\-timeout\ \fIsec
.BR \-\-sink\-timeout\ \fIsec
Timeout for lock. Default: 1.
.SS "H264 sink options"