mrmaffen / vlc-android-sdk

VLC Android SDK pushed to Maven Central. Primarily used in project tomahawk-android.
792 stars 244 forks source link

How to calculate network latency #145

Closed thalestalmeida closed 3 years ago

thalestalmeida commented 3 years ago

Hi!

Is there any way to extract the timestamp from the RTP packets sent by the server after being received at the client using this library? My goal is to calculate network latency.

Thank you very much in advance.