Expand my Community achievements bar.

Screen share image quality

Avatar

Level 2

Hello,

I have been working on the screen share aspect of LCCS and have a question around image quality.

I know there are settings around performance and quality but I need advice on what the best setting

is in order to get high quality frames without pixelation.

Having used Skype screen share, which is high-quality without any sort of pixelation, I am wonder

if it is possible to achieve that with LCCS.

I am running over 2mbps up and 20mbps down on both ends, so it should give me the highest

possible stream when set to 100 but I am still seeing a lot of pixelation and the on second

delay.

Any advice?

Thanks,

Michael

1 Reply

Avatar

Employee

Hi Michael,

Try playing with these settings.

One setting that might yield good quality without pixelation - Again its just a suggestion

ScreenSharePublisher.quality = 75;  
ScreenSharePublisher.performance = 70;
ScreenSharePublisher.keyframeInterval = 480;
ScreenSharePublisher.fps = 8; 

while our default values are

ScreenSharePublisher.quality = 60;  
ScreenSharePublisher.keyframeInterval = 20;
ScreenSharePublisher.fps = 4

A few parametres you could try adjusting are


ScreenSharePublisher.quality
ScreenSharePublisher.performance
ScreenSharePublisher.keyframeInterval
ScreenSharePublisher.fps
ScreenSharePublisher.enableHFSS
ScreenSharePublisher.bandwidth

Thanks

Arun