pedroSG94 / vlc-example-streamplayer

Example code how to play a stream with VLC
GNU General Public License v3.0
227 stars 93 forks source link

How to calculate network latency #42

Closed thalestalmeida closed 3 years ago

thalestalmeida commented 3 years ago

Hi, Mr. Sánchez!

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.