linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Filename that sends RTP media packets


From: Steve Strobel
Subject: Re: [Linphone-developers] Filename that sends RTP media packets
Date: Wed, 9 Apr 2014 13:08:41 -0600

You might want to look at the SRTP support in mediastreamer.  There is a way to specify function pointers that get used instead of sendto() and recvfrom(), giving you the chance to inject your code between the network stack and the RTP handling.

Steve


On Wed, Apr 9, 2014 at 1:27 AM, kaushik parmar <address@hidden> wrote:
thanks for reply. my main goal is to encrypt rtp packets using custom encryption method and route that via proxy server. In which file should i get this packet to encrypt it and then send it to my proxy server?


On Wed, Apr 9, 2014 at 12:46 PM, Ghislain MARY <address@hidden> wrote:
Hi,

The RTP packets are sent and receive within oRTP not mediastreamer2. But the sending/receiving of RTP packets is triggered in the msrtp.c file of mediastreamer2.

Cheers,
Ghislain


On 09/04/2014 09:06, kaushik parmar wrote:
Can anyone please tell me which file is used to send RTP media packet in linphone? I am searching for send and receive media packet in mediastreamer2 but not success to fint it.  Anyone know about it?


--
Kind regards,

Kaushik Parmar


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers




--
Kind regards,

Kaushik Parmar

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers




--
Steve Strobel
Link Communications, Inc.
1035 Cerise Rd
Billings, MT 59101-7378
(406) 245-5002 ext 102
(406) 245-4889 (fax)
WWW: http://www.link-comm.com
MailTo:address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]