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
The following demos utilize mediacapture-transform on input (transforming a MediaStreamTrack to VideoFrames) and output (going from VideoFrames to a MediaStreamTrack):
While demo #2 includes a reordering buffer, neither demo implements a jitter buffer. If you place a metronome or fan in the background, some jitter can be observed, though it is usually not extreme.
What smoothing functionality does the mediacapture-transform API provide in VideoTrackGenerator? No behavior is mandated in the specification. Is there an assumption that a jitter buffer is present upstream, or does the API provide some smoothing and/or synchronization functionality?
The following demos utilize mediacapture-transform on input (transforming a MediaStreamTrack to VideoFrames) and output (going from VideoFrames to a MediaStreamTrack):
While demo #2 includes a reordering buffer, neither demo implements a jitter buffer. If you place a metronome or fan in the background, some jitter can be observed, though it is usually not extreme.
What smoothing functionality does the mediacapture-transform API provide in VideoTrackGenerator? No behavior is mandated in the specification. Is there an assumption that a jitter buffer is present upstream, or does the API provide some smoothing and/or synchronization functionality?
Related: w3c/mediacapture-transform#86
The text was updated successfully, but these errors were encountered: