Jump to content
  • 0

Screen casting using ant media


yogesh jain
 Share

Question

4 answers to this question

Recommended Posts

  • 0

Can you provide an example of the quality you are experiencing? What are you comparing it to? When you say the delay, you mean the latency you are experiencing? 

Please provide a few more details. 

Link to comment
Share on other sites

  • 0

HI @yogesh jain
What is your maximum bit rate, resolution, and so on on the SDK side? Here is my configuration for the Screen capture activity, which appears to be working well for me.
 

this.getIntent().putExtra(CallActivity.EXTRA_CAPTURETOTEXTURE_ENABLED, true);
this.getIntent().putExtra(CallActivity.EXTRA_VIDEO_BITRATE, 2000);
this.getIntent().putExtra(CallActivity.EXTRA_VIDEO_WIDTH, 1080);
this.getIntent().putExtra(CallActivity.EXTRA_VIDEO_HEIGHT, 1920);
//this.getIntent().putExtra(CallActivity.EXTRA_SCREENCAPTURE, true);
this.getIntent().putExtra(CallActivity.EXTRA_VIDEO_FPS, 30);
//webRTCClient.setCameraOrientationFix(90);


 

  • Like 2
Link to comment
Share on other sites

 Share

×
×
  • Create New...