WebRtc.NET icon indicating copy to clipboard operation
WebRtc.NET copied to clipboard

using desktop_capture module to get list of opened applications and capturing selected application

Open EbramTawfik opened this issue 7 years ago • 8 comments

using desktop_capture module to get list of opened applications and capturing selected application

EbramTawfik avatar Apr 02 '17 19:04 EbramTawfik

I created a Fork and committed :

  • Creating switch between ScreenCapturer and WindowsCapturer
  • get list of capturer sources list and select one

https://github.com/EbramSamy/WebRtc.NET

EbramTawfik avatar Apr 02 '17 20:04 EbramTawfik

@radioman did you test it ?

EbramTawfik avatar Apr 05 '17 18:04 EbramTawfik

not yet!

radioman avatar Apr 05 '17 18:04 radioman

@radioman can we integrate that with stage branch ?!

EbramTawfik avatar May 10 '17 16:05 EbramTawfik

@EbramTawfik Is it tested now?

zaigham-mt avatar Oct 25 '18 13:10 zaigham-mt

@zaigham-mt yes you can test it again but this from master not from staging so it will not work for windows 7

EbramTawfik avatar Oct 25 '18 18:10 EbramTawfik

Ebram , When I tried to use screen capture then screen is not being shared. Altough virtual screen sharing is working. Is there any option to get screen instead of virtual screen.

zaigham-mt avatar Nov 08 '18 10:11 zaigham-mt

you need to set this flag to 1 : https://github.com/radioman/WebRtc.NET/blob/staging/WebRtcNative/internals.h#L8

and make sure changing this version : https://github.com/radioman/WebRtc.NET/blob/staging/WebRtc.NET/WebRtcNative.cs#L13

or delete the temp folders

EbramTawfik avatar Nov 13 '18 19:11 EbramTawfik