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

Use to screen catch in remote desktop #308

Closed thunderDAO-amin closed 4 months ago

thunderDAO-amin commented 4 months ago

When i use it in the remote desktop to screen catch by RDS, but when the rds link broken, then the screen catch stop. Why and how to solve it?

sskodje commented 4 months ago

As far as i know, remote desktop sessions are virtual desktops only rendered when the user is connected. When the user disconnects, the user is logged out and there is no video output to record.

thunderDAO-amin commented 3 months ago

thank you , as you know, is there a solution ?