Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | RTP: fix detection over TCP (#2462) | Ivan Nardi | 2024-05-29 |
| | | | | | | RFC4571 is not the only way to wrap RTP messages in TCP streams. For example, when RTP is encapsulated over TURN flows (i.e. via DATA attribute) there is no additional framing. See also 6127e0490 | ||
* | STUN: improve demultiplexing of DTLS packets (#2153) | Ivan Nardi | 2023-11-27 |
Keep demultiplexing STUN/RTP/RTCP packets after DTLS ones. We might end up processing the session a little longer, because we will process the STUN/RTP/RTCP packets after the DTLS handshake. |