Hi guys,
I am trying to sending multiple stream using simulcast using a=rid concept
My offer sdp look like this,
a=rid:1 send pt=96;max-width=1280;max-height=720;max-fps=24
a=rid:2 send pt=96;max-width=1280;max-height=720;max-fps=12
a=rid:3 send pt=96;max-width=640;max-height=360;max-fps=6
a=simulcast:send 1;2;3
chrome://webrtc-internals
I can able to see three stream's created using chrome internal
currently two stream are active and another one is in-active it's not sending any packets.
RTCOutboundRTPVideoStream_1577815821 (outbound-rtp)
RTCOutboundRTPVideoStream_1577815821 (outbound-rtp)
RTCOutboundRTPVideoStream_437688686 (outbound-rtp)
Can anyone Please help me to fix this issue.