I'm new to spice-server source code. And I want to test streaming codecs of SPICE. I have tried streaming-video=all
option to enable streaming codecs, but it's only mjpeg. I know spice server is able to stream in h.264. But I don't know how to enable it. Any suggestion please?
how to enable h264 codecs in spice server?
766 views Asked by waltermitty At
1
Notice: you need set up gstreamer lib first. SPICE-SERVER will check the gstreamer lib. Also, your spice client should also support gstreamer:h264.
If not, SPICE SERVER will use default MJPEG codecs as fallback.(Details found:
video-stream.cpp
file,dcc_create_video_encoder
function)