mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
FS-9434 #resolve [SDP parser in sofia does not recognize UDP/TLS/RTP/SAVP]
This commit is contained in:
parent
ffb93653ab
commit
a433c20b34
@ -1397,6 +1397,8 @@ void sdp_media_transport(sdp_media_t *m, char const *s)
|
||||
m->m_proto = sdp_proto_rtp, m->m_proto_name = "RTP/AVP";
|
||||
else if (su_casematch(s, "RTP/SAVP"))
|
||||
m->m_proto = sdp_proto_srtp, m->m_proto_name = "RTP/SAVP";
|
||||
else if (su_casematch(s, "UDP/TLS/RTP/SAVP"))
|
||||
m->m_proto = sdp_proto_srtp, m->m_proto_name = "RTP/SAVP";
|
||||
else if (su_casematch(s, "RTP/SAVPF"))
|
||||
m->m_proto = sdp_proto_extended_srtp, m->m_proto_name = "RTP/SAVPF";
|
||||
else if (su_casematch(s, "UDP/TLS/RTP/SAVPF"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user