Page 1 of 1

Remote Desktop bandwidth usage

Posted: Tue Sep 08, 2015 7:45 am
by acarlomagno
Hi,
about remote desktop ... how much bandwidth is being used?

thanks
antonello

Posted: Tue Sep 08, 2015 10:11 am
by Sergey Tkachenko
It highly depends on settings.

First, it depends on the screen size and its content, and how often it changes. Unfortunately, RVMedia does not do optimizations like reducing colors or removing a desktop wallpaper.

Next, TRVCamera.FramePerSec

Next, DesktopZoomPercent, if you want to send reduced desktop images

Next, TRVCamSender.Encoding. The recommended values are rvetJPEGChange (for reduced desktop images or complex wallpapers) or rvetPNGChange.

Next, TRVCamSender.FullFrameInterval and FrameDifferenceInterval

You can view traffic using TRVCamTrafficMeter component

Posted: Tue Sep 08, 2015 10:16 am
by acarlomagno
thanks!
Sergey Tkachenko wrote:It highly depends on settings.

First, it depends on the screen size and its content, and how often it changes. Unfortunately, RVMedia does not do optimizations like reducing colors or removing a desktop wallpaper.

Next, TRVCamera.FramePerSec

Next, DesktopZoomPercent, if you want to send reduced desktop images

Next, TRVCamSender.Encoding. The recommended values are rvetJPEGChange (for reduced desktop images or complex wallpapers) or rvetPNGChange.

Next, TRVCamSender.FullFrameInterval and FrameDifferenceInterval

You can view traffic using TRVCamTrafficMeter component