Dear All,
I'm trying to build a little VDI solution at home so that various members in my family can share a physical computer. I have created a W10 Guest, The general performance is fine except playing video on the Guest machine. The video is very choppy.
I'm using SPICE and did a debug on the remote-viewer. Among all the debug infos, these lines caught my attention:
Seems like the video compression codec are not working, causing video playback on the Guest machines to be slow. Anyone have any similar experience? Anyone have any idea how to resolve this? Thanks in advance.
I'm trying to build a little VDI solution at home so that various members in my family can share a physical computer. I have created a W10 Guest, The general performance is fine except playing video on the Guest machine. The video is very choppy.
I'm using SPICE and did a debug on the remote-viewer. Among all the debug infos, these lines caught my attention:
Code:
...
(remote-viewer.exe:8620): GSpice-DEBUG: ../../src/channel-display-gst.c:297 GStreamer pipeline: appsrc name=src is-live=true format=time max-bytes=0 block=true caps=image/jpeg ! jpegdec ! videoconvert ! appsink name=sink caps=video/x-raw,format=BGRx sync=false drop=false
(remote-viewer.exe:8620): Spice-WARNING **: ../../src/channel-display-gst.c:303:create_pipeline: GStreamer error: no element "jpegdec"
(remote-viewer.exe:8620): GSpice-DEBUG: ../../src/channel-display.c:725 GStreamer does not support the mjpeg codec
(remote-viewer.exe:8620): GSpice-DEBUG: ../../src/channel-display-gst.c:297 GStreamer pipeline: appsrc name=src is-live=true format=time max-bytes=0 block=true caps=video/x-vp8 ! vp8dec ! videoconvert ! appsink name=sink caps=video/x-raw,format=BGRx sync=false drop=false
(remote-viewer.exe:8620): Spice-WARNING **: ../../src/channel-display-gst.c:303:create_pipeline: GStreamer error: no element "vp8dec"
(remote-viewer.exe:8620): GSpice-DEBUG: ../../src/channel-display.c:731 GStreamer does not support the vp8 codec
(remote-viewer.exe:8620): GSpice-DEBUG: ../../src/channel-display-gst.c:297 GStreamer pipeline: appsrc name=src is-live=true format=time max-bytes=0 block=true ! h264parse ! avdec_h264 ! videoconvert ! appsink name=sink caps=video/x-raw,format=BGRx sync=false drop=false
(remote-viewer.exe:8620): Spice-WARNING **: ../../src/channel-display-gst.c:303:create_pipeline: GStreamer error: no element "h264parse"
(remote-viewer.exe:8620): GSpice-DEBUG: ../../src/channel-display.c:737 GStreamer does not support the h264 codec
Seems like the video compression codec are not working, causing video playback on the Guest machines to be slow. Anyone have any similar experience? Anyone have any idea how to resolve this? Thanks in advance.