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:
Tomohito Esaki
2019-05-22 12:21:32 +09:00
committed by Daniel Stone
parent 974390a5fa
commit 3ea03bb85e
4 changed files with 67 additions and 25 deletions
+6
View File
@@ -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.
.
.\" ***************************************************************