API-Examples icon indicating copy to clipboard operation
API-Examples copied to clipboard

How to screenshare in full HD mode?

Open sagar1garg opened this issue 2 years ago • 6 comments

@yoreland currently the screen share has no option to capture screen in HD mode. Further it doesn't make use of the mediaRecorder mode where in I can set CamcorderProfile cpHigh = CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH);

How can this be achieved using the current lib:screensharing?

sagar1garg avatar Jan 23 '22 13:01 sagar1garg

the 3.6.2 android SDK will add a new API startScreenCapture, and lib:screensharing will be remove then. I will update it when the new sdk released.

yoreland avatar Jan 23 '22 13:01 yoreland

What's the timeline for v3.6.2? We use screenshare extensively in our app this is critical for us. @yoreland

sagar1garg avatar Jan 23 '22 13:01 sagar1garg

it will be in next week according to current plan. but if it is hard for you for upgrading, you might try to use this api setVideoEncoderConfigration

yoreland avatar Jan 23 '22 13:01 yoreland

Upgrading should be fine but I use it for game streaming. Hopefully it will also take away cases of overheating and screenshare service crashing and immediately restarting (in case of lib:screensharing) @yoreland

sagar1garg avatar Jan 23 '22 13:01 sagar1garg

Hi @yoreland is v3.6.2 released?

sagar1garg avatar Jan 27 '22 05:01 sagar1garg

@yoreland Any update regarding screen sharing API?.

vishalkumarsinghvi avatar Feb 24 '22 11:02 vishalkumarsinghvi