RTCP SR only for 1 video SSRC in a multistream session

58 views
Skip to first unread message

mparis

unread,
Jan 14, 2016, 6:13:39 AM1/14/16
to discuss-webrtc
Hello,
I have a multistream WebRtc session with 2 streams (each one with 1 audio track and 1 video track).
In this session, Chrome is the sender of these 2 streams.

The result in terms of RTP, is that Chrome sends 4 RTP streams, each one with a SSRC (to simplify, I skip RTX ssrcs):
  • ssrc-stream0-audio
  • ssrc-stream0-video
  • ssrc-stream1-audio
  • ssrc-stream1-video
Moreover, Chrome sends Sender Report RTCP packets (SR).
The problem is that it sends SR packets for all audio streams, but only 1 for the video streams. In the 2 streams example:
  • ssrc-stream0-audio (SR sent)
  • ssrc-stream0-video (SR sent)
  • ssrc-stream1-audio (SR sent)
  • ssrc-stream1-video (SR NOT sent)
The same logic for 3 streams:
  • ssrc-stream0-audio (SR sent)
  • ssrc-stream0-video (SR sent)
  • ssrc-stream1-audio (SR sent)
  • ssrc-stream1-video (SR NOT sent)
  • ssrc-stream2-audio (SR sent)
  • ssrc-stream3-video (SR NOT sent)
Tested with:
  • Chrome 48.0.2564.71
  • Chrome 49.0.2612.0

Refs

Peter Boström

unread,
Jan 14, 2016, 8:37:59 AM1/14/16
to discuss-webrtc
Mind filing a bug?

--

---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/44b5f100-f4b0-4a26-9c5d-0f7207230515%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

mparis

unread,
Jan 15, 2016, 7:26:31 AM1/15/16
to discuss-webrtc
Reply all
Reply to author
Forward
0 new messages