ccrtp-devel
[Top][All Lists]
Advanced

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

Re: [Ccrtp-devel] Please help - send && receive in single session?


From: Michel de Boer
Subject: Re: [Ccrtp-devel] Please help - send && receive in single session?
Date: Fri, 03 Mar 2006 20:28:56 +0100
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050317)

I use SymmetricRTPSession to send and receive RTP in a single
session.

Regards,
Michel

radone wrote:
Hi,

could anyone help me how can I implement something like *demo/audiotx.cpp*, *demo/audiorx.cpp* - but together? That session will be able to send and receive in single session?

In this demo is in *receiver*:

socket = new RTPSession(local_ip,RECEIVER_BASE,0);
socket->addDestination(local_ip,TRANSMITTER_BASE)

and for transmitter is *RECEIVER_BASE* and *TRANSMITTER_BASE* switched.

socket = new RTPSession(local_ip,TRANSMITTER_BASE);
socket->addDestination(local_ip,RECEIVER_BASE)


------------------------------------------------------------------------
View this message in context: Please help - send && receive in single session? <http://www.nabble.com/Please-help---send-receive-in-single-session--t1199527.html#a3164842> Sent from the Gnu - ccRTP - Dev <http://www.nabble.com/Gnu---ccRTP---Dev-f1512.html> forum at Nabble.com.


------------------------------------------------------------------------

_______________________________________________
Ccrtp-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/ccrtp-devel




reply via email to

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