Re: [webrtc-pc] `ssrc` in `RTCRtpEncodingParameters` is inconsistent with ORTC (#1174)

The main problem of including SSRCS on the SDP is that there is no standard way to assign each SSRC to the corresponding RID value. BTW, when mangling the SDP (pre-74) to enable simulcast I signal it by adding a custom parameter to the rid attribute.

```
a=rid:a send ssrc=1234;
```


-- 
GitHub Notification of comment by murillo128
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1174#issuecomment-468325590 using your GitHub account

Received on Thursday, 28 February 2019 15:54:10 UTC