Adjusting Screen Share quality settings.
<rtc:ScreenSharePublisher id="ssPublisher" width="100%" height="100%" quality="60" keyFrameInterval="20" fps="4" />
default values are
ScreenSharePublisher.quality = 60;
ScreenSharePublisher.keyframeInterval = 20;
ScreenSharePublisher.fps = 4
Updated settings
<rtc:ScreenSharePublisher id="ssPublisher" width="100%" height="100%" quality="75" keyFrameInterval="480" fps="8" performance="70"/>
ScreenSharePublisher.quality = 75;
ScreenSharePublisher.performance = 70;
ScreenSharePublisher.keyframeInterval = 480;
ScreenSharePublisher.fps = 8;
A few parametres you could try adjusting are
ScreenSharePublisher.quality
ScreenSharePublisher.performance
ScreenSharePublisher.keyframeInterval
ScreenSharePublisher.fps
ScreenSharePublisher.enableHFSS
ScreenSharePublisher.bandwidth
Comments