Replies: 2 comments 1 reply
-
It is not recommended to use Blackhole for forwarding RTC streams, as it will forward not only RTP but also RTCP and DTLS data.
|
Beta Was this translation helpful? Give feedback.
-
If RTP debugging is being conducted, utilizing Blackhole is acceptable, but it is not recommended for data forwarding purposes. The reason you are seeing SRTP is due to a display issue with Wireshark. If there are DTLS packets and RTP packets present, Wireshark defaults to identifying these as SRTP packets, even if they are actually RTP packets in reality. Therefore, you can filter out the RTP packets and then export these RTP packets. By doing so, you will be able to see that Wireshark has correctly parsed them, and it will display them as RTP packets instead of SRTP packets.
|
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Deciphering WebRTC Data in SRS with Wireshark" (Link to an article on WeChat)
I came across an article shared by Teacher Luo online, which is very useful for analyzing the RTC streaming process.
I attempted to replicate the method described. The actual results were quite different from what was expected. The data forwarding was successful, but the RTP data appeared to still be encrypted.
Version
To Reproduce
Screenshots
wiresharkdata.zip
TRANS_BY_GPT4
Beta Was this translation helpful? Give feedback.
All reactions