Re: [webrtc-stats] Correlating RTCInboundRtpStreamStats with simulcast streams (#393)

*(I deleted a comment as I got confused about remote stats in the SFU case).*

> the sender might receive rtcp from the SFU which can show up as an inbound-rtp stream with remoteId set. This will have an SSRC but no rid iiuc

Thanks, this helps clarify. So we get rtcp data for each layer?

So `"remote-inbound-rtp"` on the sender will come from the SFU—rather than the ultimate recipient—one for each layer? Then once we fix https://github.com/w3c/webrtc-stats/issues/395 we can do `stats.get(stat.localId).rid`.

And on the (ultimate) receiver, `"remote-outbound-rtp"` will come from the SFU—not the original sender—and there's only one layer ever. No `rid` here. Correct?

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/393#issuecomment-501488304 using your GitHub account

Received on Wednesday, 12 June 2019 23:16:35 UTC