rvtrafficmeter TRVTrafficMeter

Properties

<< Click to display table of contents >>

rvtrafficmeter TRVTrafficMeter

Properties

TRVTrafficMeter shows traffic of a camera, a receiver, and a sender.

This component can be used for debugging or finding optimal settings.

Unit [VCL and LCL] MRVTrafficMeter;

Unit [FMX] fmxMRVTrafficMeter;

Syntax

TRVTrafficMeter = class(TCustomControl)

hmtoggle_arrow1Hierarchy

Description

This component displays charts and summary for the following sources:

Camera

Sender

Receiver

Examples:

1.A sender gets data from a camera and sends them to the network; you can compare the amount of data received from the camera and send by the sender. A difference in traffic may be because of the following reasons: compression, reduced frame dimensions, lost frames (the sender may skip frames if it is too busy).

2.A sender sends data to the network, a receiver receives them; UDP or TRVMediaServer connection. You can see how much data are received (and lost), and estimate a bandwidth.