···1414 "stream.place/streamplace/pkg/spmetrics"
1515)
16161717-// we have a bug that prevents us from correctly probing video durations
1818-// a lot of the time. so when we don't have them we use the last duration
1919-// that we had, and when we don't have that we use a default duration
2020-var DefaultDuration2 = time.Duration(32 * time.Millisecond)
2121-2217// This function remains in scope for the duration of a single users' playback
2318func (mm *MediaManager) WebRTCPlayback2(ctx context.Context, user string, rendition string, offer *webrtc.SessionDescription) (*webrtc.SessionDescription, error) {
2419 uu, err := uuid.NewV7()