kixelated / moq-rs

Rust library for Media over QUIC
Apache License 2.0
355 stars 53 forks source link

Measure end-to-end latency #126

Open kixelated opened 8 months ago

kixelated commented 8 months ago

I added the current UTC time using ffmpeg and displayed on the browser.

Screenshot 2023-11-16 at 3 47 37 PM

Unfortunately, clock sync is a bitch.

We should have a better way to measure latency, potentially something like NTP inside of the MoqTransport protocol itself. It gets complicated as multiple relays are introduced so I'm welcome to any ideas.