[Spice-devel] [PATCH v5 spice-streaming-agent 1/1] Adding gstreamer based plugin
Frediano Ziglio
fziglio at redhat.com
Tue Sep 18 07:46:24 UTC 2018
>
> Gstreamer based plugin utilizing gstreamer elements to capture
> screen from X, convert and encode into h264/h265/vp8/vp9/mjpeg stream
> Configure with --enable-gst-plugin, will be built as a separate plugin.
>
> The plugin was made for testing purposes, it was mainly tested with
> the x264enc (h264 is the defualt codec) encoder.
> To choose codec type use: '-c gst.codec=<h264/h265/vp8/vp9/mjpeg>'
> To specify a certain plugin use: '-c gst.encoder=<plugin name>' in
> addition to its matching codec type (gst.codec).
>
> Signed-off-by: Snir Sheriber <ssheribe at redhat.com>
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>
> Mainly minor changes according to v4 reviews + changing few log msgs
>
> ---
> configure.ac | 15 ++
> src/Makefile.am | 27 +++
> src/gst-plugin.cpp | 462 +++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 504 insertions(+)
> create mode 100644 src/gst-plugin.cpp
>
...
Frediano
More information about the Spice-devel
mailing list