Hello,

If an RTP Session is created(symmetric), would there be automatically 2 queues 
available?
One Incoming and one Outgoing? Or is it only one queue available durign the 
construction of
rtp session instance and the programmer should take care of adding more queues 
in to the session?
The reason that i ask is because i am merging a sender and a receiver together. 
Till now, 
receiving the stream(rtp_sock->getData()) works fine, but i can't send anything 
(rtp_sock->putData())
after receiving..

I suspect that there is only one queue available and once the queue is filled 
with rtp packets from a 
destination, it uses somewhat locks against putting data from localhost into 
the queue (which means
sending).

Thanx in advance for an overview on mechanics,





_______________________________________________
Ccrtp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/ccrtp-devel

Reply via email to