Please help - send && receive in single session?

radone <[email protected]>
Newsgroups gmane.comp.gnu.ccrtp.devel
Message-ID <[email protected]>
Hi,

could anyone help me how can I implement something like demo/audiotx.cpp,
demo/audiorx.cpp - but together? To be able to receive and transmit in
separate threads using single session with sinle ssrc?


In demo included in ccRtp is
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.
TRANSMITTER:

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


Any help would be really appreciated.
--
View this message in context: http://www.nabble.com/Please-help---send-receive-in-single-session--t1199530.html#a3164845
Sent from the Gnu - ccRTP - Dev forum at Nabble.com.

_______________________________________________
Ccrtp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/ccrtp-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.