ccrtp-devel
[Top][All Lists]
Advanced

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

[Ccrtp-devel] Data Queues, how many for a RTPSession


From: j.s.bach
Subject: [Ccrtp-devel] Data Queues, how many for a RTPSession
Date: Tue, 13 May 2008 00:31:20 +0200 (CEST)

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,







reply via email to

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