rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #01767
Re: [Question #254639]: RTP and UDP
Question #254639 on rohc changed:
https://answers.launchpad.net/rohc/+question/254639
Status: Solved => Open
regulararmy is still having a problem:
Hello,
In the rtp_detect_cb(...) in the https://bazaar.launchpad.net/~didier-barvaux/rohc/rohc-1.7.x/view/head:/app/sniffer/sniffer.c#L1739,when thinking about that SIP (UDP/5060) is not RTP,I think the "&&" should become "||" as below, do you think so?
/* SIP (UDP/5060) is not RTP */
if(ntohs(udp_sport) == sip_port || ntohs(udp_dport) == sip_port)
{
goto not_rtp;
}
By the way, on the other side,the RTP profile is not Implemented completely in your lib,for example,it does not support the CSRC Presence,so,when can we have the honour to read your complete implementation RTP code? thank you.
Regards,
cxs
--
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.