Page 1 of 1

RVMedia 6.1 - RAD Studio 10.3 Rio

Posted: Wed Dec 05, 2018 3:40 pm
by Sergey Tkachenko
We've uploaded RVMedia 6.1.
Trial versions can be downloaded here: https://www.trichview.com/download/

RAD Studio 10.3 Rio

This update is compatible with Delphi and C++Builder 10.3.

Other changes

In v6.0, we introduced TRVCamReceiver.AudioLatency property. Sound received by the network was not played immediately, its playback was delayed to make sure that all sound fragments have been received when sound is played. Unfortunately, because of this delay, sound and video were out of sync.
In this update, we introduce TRVCamReceiver.VideoLatency. It allows delaying video to synchronize it with sound.

By default, AudioLatency = VideoLatency = 1 second. If you have a reliable fast connection, you can decrease them.
If you transfer video without sound, you can assign VideoLatency = 0.

Previous version:
https://www.trichview.com/forums/viewto ... f=6&t=9288