You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For video frames coming from remote source, the capture time is based
on the RTP timestamp of the frame and estimated using clock synchronization.
However, it is not clear (at least for me) which clock is used for reference, the sender or the received one, and what does clock synchronization actually means.
The text was updated successfully, but these errors were encountered:
The (perhaps implicit) assumption is that all timestamps have the same reference, so the capture timestamp is specified in reference to the receiver's clock, which is where the timestamps are exposed.
Currently the spec says:
However, it is not clear (at least for me) which clock is used for reference, the sender or the received one, and what does
clock synchronization
actually means.The text was updated successfully, but these errors were encountered: