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
410 stars 93 forks source link

Zoom window record black frame or screen when zoom "Share Screen" running from zoom meeting. #201

Closed rakib33 closed 2 years ago

rakib33 commented 2 years ago

While recording Zoom meeting and recorder share the screen from zoom meeting it will take black color frame. the video is ongoing but black screen.

sskodje commented 2 years ago

Turns out it was not caused by share screen, but by zoom going fullscreen, which caused a bugged state where no new frames were received. Recording zoom in fullscreen, and presumably other apps doing the same, should be fixed with b53207f83df428b3c5131f849ddfe630ac020def

rakib33 commented 2 years ago

Thank you for your kind support and feedback. I test your modification, Its really worked nice. Thank you.