Hi Alexander, > On 1Mar, 2019, at 09:00, Alexander Abagian <[email protected]> wrote: > I know that Firefox does not have such a useful thing as > -disable-webrtc-encryption. Could somebody recommend a way to modify Firefox > sources to build a custom build with SRTP off ? Best of all if DTLS would > stay on but SRTP does not encrypt RTP. I need to investigate H.264 in > Wireshark. > > The way to make a text RTP log and converting it to pcap seems to be too > annoying.
I see this as user security vs. developer convenience trade off. How often do you as a developer need to have network packets in the clear? I would assume you are debugging one problem for a couple of days or weeks. And then you don’t need that feature for a long time any more. Where is having the code ready in the build product to disable encryption is an additional risk for the user to be abused. And why would you want DTLS with SRTP disabled? It’s only needed to negotiate the keys for SRTP and for continuously protecting the data channel. Best regards Nils Ohlmeier _______________________________________________ dev-media mailing list [email protected] https://lists.mozilla.org/listinfo/dev-media

