Re: [webrtc-insertable-streams] Add custom encryption with aiortc python webRTC (#33)

> It sounds like this will not work unless you implement the GFD extension. The docs aren't public yet, but when I get access to them will share the PR I make to https://github.com/pion/webrtc
> 
> Right now even if I properly decrypt everything my video fails to play. I ran two streams and compare the buffers (one didn't decode before send, and the other did) and the buffers were exactly the same.


If you are skipping the first bytes of the payload, it should work and most likely you are not doing something correctly. Implementing GFD will most probably not going to solve the problem for you.

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

Received on Saturday, 13 June 2020 11:21:40 UTC