Can i use wireshark to capture the traffic of Discord calls on my system

asked 2024-12-04 18:53:17 +0000

HyperSyntax gravatar image

I want to be able to capture the call traffic being sent to my browser like the audio from a call it has to be sent to my system for it to play right so i should be able to capture it in a pcap. Using SSLKEYLOGFILE env i think i can decrypt the https data i am just unsure of the encryption used by discord to protect the audio data. I have heard they use WebRTC but cannot seem to find the protocol in wireshark i am running on windows 11. The goal is to be able to capture the audio traffic and put it inside of a pcap file. So i want to try and achieve something like capturing RTP streams is this possible at all. i am trying to do it in a browser not the application version

edit retag flag offensive close merge delete