Re: [webrtc-insertable-streams] Does Chromium require anything in SDP or RTP Header to make this work? (#37)

No, there is no new logic happening if insertable streams is used, but as I said before, it won't work if you are not using the new generic rtp packetization and header extensions or if you are not taking the codec specific packetization when doing the crypto.

Note that for vp8 that means skiping the first 3/10 bytes (depending of the frame type) of the media frame payload (the frame header in https://tools.ietf.org/html/rfc6386#page-30) which I think is skiping the first bits of your `payload` in here:

https://github.com/pion/rtp/blob/master/codecs/vp8_packet.go#L39

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

Received on Friday, 12 June 2020 21:20:47 UTC