RE: Help: Using ccRTP to handle mutiple RTPSessions

"Federico Montesino Pouzols" <[email protected]> Sun, 3 Sep 2006 14:51:52 +0200 (CEST)
Newsgroups gmane.comp.gnu.ccrtp.devel
Message-ID <[email protected]>
Hi,

On Wed, August 30, 2006 9:40 am, Bukhari, Irshad Ahmed I (Irshad Ahmed)
wrote:
> Hi All,
>
> 	The demo program rtpsend.cpp (trasmits media) to destination address
> (specifying the IP:port). And it is sending from default port (sender's
> ip:port) & incrementing every time. But how do i send packets from
> perticular port ? ...
>

You should use an RTP session object of type SymmetricRTPSession instead
of a normal RTPSession one. With the symmetric session, one socket will
be used for both sending and receiving data packets and another socket
for RTCP compound packets.

HTH.