-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the timestamp value of the VideoFrame/AudioData from a remote track? #87
Comments
Interestingly, this has come up in other contexts today. I think we need to find an answer (preferably a consistent one). |
It seems that it is using the elapsed time since the first received frame (i.e. relative timestamp since the beginning of the call, starting at 0) |
This is being discussed in #96. As of webrtc video frames, the closest I could get is the definition of captureTime: |
I have not been able to find if there is any specification about what is the value of the
timestamp
attribute of anVideoFrame
orAudioFrame
from a remote MediaStreamTrack recevied by a webrtc peerconnection.Is is specified anywhere?
The text was updated successfully, but these errors were encountered: