hello....
i want to apply ROHC Header compression algorithm on IP/UDP/RTP header while sending RTP packet from linphone
android.as i know the rtp packet header are created and send from oRTP module of linphone.from rtp_session_inet.c file rtp packet are sent.can any one tell at which point or from which module IP/UDP header are created for rtp packet.so i can apply ROHC algo on that header for compression.
thank you in advance.