remoting: make a gstreamer pipeline configurable
Allow a gstreamer pipeline to be configurable via an weston.ini. It is necessary that source is appsrc, its name is "src", and sink name is "sink" in pipeline. Also, remoting plugin ignore port and host configuration if the gst-pipeline is specified.
This commit is contained in:
committed by
Daniel Stone
parent
974390a5fa
commit
3ea03bb85e
@@ -168,6 +168,12 @@ transmitted to.
|
||||
\fBport\fR=\fIport\fR
|
||||
Specify the port number to transmit the remote output to. Usable port range
|
||||
is 1-65533.
|
||||
.TP
|
||||
\fBgst-pipeline\fR=\fIpipeline\fR
|
||||
Specify the gstreamer pipeline. It is necessary that source is appsrc,
|
||||
its name is "src", and sink name is "sink" in
|
||||
.I pipeline\fR.
|
||||
Ignore port and host configuration if the gst-pipeline is specified.
|
||||
|
||||
.
|
||||
.\" ***************************************************************
|
||||
|
||||
Reference in New Issue
Block a user