[Spice-devel] [PATCH spice-streaming-agent 0/1] Adding gstreamer based plugin
Snir Sheriber
ssheribe at redhat.com
Thu Feb 22 16:20:50 UTC 2018
This is gstreamer based plugin for spice streaming agent. This plugin
is considered experimental but can be very useful for testing purposes.
Notes:
*It is currently uses sw h264 encoding (using x264enc plugin), may not
be good enough for streaming your desktop.
*Checks and error handling can be improved
*The use of Gstreamer may be adjusted better for desktop streaming
*It would be nice to generalize the code to be able to use more
encoders other than h264(x264) (gst encodebin?) ;)
Snir Sheriber (1):
Adding gstreamer based plugin
configure.ac | 8 ++
src/Makefile.am | 26 +++++++
src/gst-plugin.cpp | 222 +++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 256 insertions(+)
create mode 100644 src/gst-plugin.cpp
--
2.14.3
More information about the Spice-devel
mailing list