Skip to content

Draft: webrtcbin & rtpsource: Fix stats for sendonly streams

rtpsource: Publish RB stats for internal sources too

We want to get RTCP RR stats for internal RTP sources. This seems
completely wrong.
webrtcbin: Fix stats for sendonly streams

remote-inbound-stream-stats are for streams that we are sending, which
means they will be from internal sources.

I am not sure if I have understood the consequences of this properly, but it seems obvious to me that we have RBs from RRs for internal sources, and that remote-inbound-stream-stats will be for those. CC: @slomo @ystreet

Merge request reports