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. _______________________________________________ Ccrtp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/ccrtp-devel
