currently I am trying to modify webRTC for specialized purposes in Android. I need help with how we could use this interface to modify our frame after encoding.
For now I just really want to XOR the frame after encoding before sending it through PeerConnection. Since I am not familiar with C++, I tried to implement my own method inherited from this interface but it did not work.
My purpose is to use this one on android, that's why I could not use insertable stream on the web, so I should modify it directly in native C++.
I really appreciate any help! Thanks so much.
Here is my ExampleTransformer.h and ExampleTransformer.cpp
maybe someone could help me to show me where I could add my XOR FrameEncryptor based on this flow:
I am a bit stuck with C++, thank you so much for help