Hello,
looking in the code, the sdp_with_transport() does a strict/exact match
on the transport part - the parameter of the function must be exact
value in the sdp. The sdp_with_transport_like() does a fuzzy match - the
parameter of the function must be part of the value in the sdp.
Therefore, if
Hello,
I have also realized that weird weird behavior with sdp_with_transport
method and started using sdp_with_transport_like("RTP/SAVPF") instead.
sdp_with_transport("RTP/SAVPF") returns false for the following line: m=audio
56481 UDP/TLS/RTP/SAVPF 109 9 0 8
If anyone could clarify it, it woul