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

> Rewriting the MID value itself is tedious since it has dynamic size and mangling a RTP packet to include/extend/delete a header extension is not something "cool" at all.

I have to disagree here, you will have to add headers (transportwide-cc,abs-send-time) and remove header extensions (client-to-mixer-audio-level/rids) negotiated between SFU and peers anyway, or change the ids (from 1 byte to 2 byte headers). If you expect to do a zero copy of the in buffer to the output buffer I think you are doing it wrong IMHO. 



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

Received on Tuesday, 5 March 2019 11:23:05 UTC