Open yaowangvrviu opened 5 years ago
Hi, The screen capturer is created in https://github.com/mpromonet/webrtc-streamer/blob/master/inc/screencapturer.h like this :
webrtc::DesktopCapturer::CreateScreenCapturer(webrtc::DesktopCaptureOptions::CreateDefault());
Maybe some options should be set to capture cursor position ?
Best Regards, Michel.
Found in webrtc project, not found any code. :(
The browser part can not see the hardware cursor on server screen. I know in webrtc code, there is module named "desktop_and_cursor_composer", it seems webrtc support capturing hardware cursor with desktop. Do you have any suggestion how to implement this function? Thanks.