rtpengine README lists these rtp protocol and profile flags:
+ RTP/AVP, RTP/SAVP, RTP/AVPF, RTP/SAVPF
rtpengine source code, however, seems to know also these DTLS ones:
daemon/call.c: .name = "UDP/TLS/RTP/SAVP", daemon/call.c: .name = "UDP/TLS/RTP/SAVPF",
can they be used in rtpengine_offer/answer calls even when they are missing from README?
-- juha