- From: Sean DuBois via GitHub <sysbot+gh@w3.org>
- Date: Fri, 12 Jun 2020 21:13:58 +0000
- To: public-webrtc-logs@w3.org
Oh I see! So my VP8 packetization [here](https://github.com/pion/rtp/blob/master/codecs/vp8_packet.go#L14) is really simple. I just set the `S` bit, I don't care about anything else. This has been working in Chromium so far (pre Insertable Streams) But it sounds like when you enable `Insertable Streams` new logic is happening (Generic RTP Packetization)(?) I haven't found the RFC with this yet, not familiar with this at all :/ So far I have tried just sending into the browser, and was encrypting after (before) packetization. I will work on implementing generic rtp packetization. Thank you so much @murillo128 ! -- GitHub Notification of comment by Sean-Der Please view or discuss this issue at https://github.com/w3c/webrtc-insertable-streams/issues/37#issuecomment-643485791 using your GitHub account
Received on Friday, 12 June 2020 21:13:59 UTC