ccrtp-devel
[Top][All Lists]
Advanced

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

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


From: radone
Subject: [Ccrtp-devel] Please help - send && receive in single session?
Date: Tue, 28 Feb 2006 07:23:53 -0800 (PST)

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?
Sent from the Gnu - ccRTP - Dev forum at Nabble.com.

reply via email to

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