Open huntercr42 opened 9 months ago
The same problem on iris plus 655, using GVT-g
NEED HELP.
Same here, GVT-g on I5-8500, UHD Graphics 630 in my case. Log shows identical errors (Invalid FrameType:0.
)
Same here, HD Graphics 620 in my case. The hardware encoder works, however, in Parsec.
Any updates on this?
+1
CPU:
Info: quad core model: Intel Core i3-10100 bits: 64 type: MT MCP cache: L2: 1024 KiB
Speed (MHz): avg: 4153 min/max: 800/4300 cores: 1: 4196 2: 4118 3: 4175 4: 4132 5: 4149
6: 4193 7: 4158 8: 4104
Graphics:
Device-1: Intel CometLake-S GT2 [UHD Graphics 630] driver: i915 v: kernel
Is there an existing issue for this?
Is your issue described in the documentation?
Is your issue present in the nightly release?
Describe the Bug
When passing an Intel virtual GPU from Linux to Win 10 guest Sunshine does not find/use hardware quicksync encoders, though it is available and other apps like ffmpeg successfully detect and use it.
Because I am passing the gpu in GvT-g mode at first I thought maybe this just wasn't supported. However when I execute the following in the same VM, I get strong results:
ffmpeg -hwaccel auto -I demo.video -c:v h264_qsv -c:a copy h264.mp4
3-4x speedup, 10-15% CPU useffmpeg -I demo.video -c:v libx264 -c:a copy h264.mp4
1.5-1.75x speedup. 400+% CPU
Additionally monotoning from the Linux host, using
intel_gpu_top
on the Linux Host, I can see Render/3D engine being in use, but crucially it also shows use of the Video Engine.This never happens unless the decoders/encoders are being used and it does not happen when I run sunshine.
Expected Behavior
sunshine detects and uses the appropriate hardware supported H264 codec. ( or HEVC 8bit 4:2:0 which is also supported on Skylake )
Additional Context
VM HOST Information:
llibvert/qemu 8.0.4
Mostly unrelated: it is also interesting to note that sunshine works fine on the Linux host with hardware encoding VAAPI and selecting H264
System is an Intel NUC 6i7KYK Skylake i7-6770HQ with integrated Iris Pro 580
Host Operating System
Windows
Operating System Version
WIndows 10 22H2 ( OS Build 19045.39.30 )
Architecture
64 bit
Sunshine commit or version
0.21.0.040c3a69161a1505b4f936a41bfcc4d3516777a2
Package
WIndows - Installer
GPU Type
Intel
GPU Model
Iris Pro 580
GPU Driver/Mesa Version
Intel Windows Driver 27.20.100.8681
Capture Method (Linux Only)
No response
Config
Apps
Relevant log output