sskodje / ScreenRecorderLib

A .NET library for screen recording in Windows, using native Microsoft Media Foundation for realtime encoding to h264 video or PNG images.
MIT License
414 stars 94 forks source link

can not work on windows server 2016 datacenter #238

Closed liku-king closed 1 year ago

liku-king commented 1 year ago

i have installed "Media Foundation" in Server Manager, and the event OnRecordingFailed show "Windows Graphics Capture requires Windows 10 version 1903 or greater." error

sskodje commented 1 year ago

Windows Graphics Capture is the most modern screen recording API in Windows, and requires Windows 10 version 1903 or greater. This means it will only work on Windows Server 2019 or newer. For Server 2016, Desktop Duplication API should work.

liku-king commented 1 year ago

thanks, and i wanna recording window on server 2016 so this lib is not supporting now