Thanks for your response, Ross. I am not using the library through multiple
threads - yet I am seeing the packet numbers out of order.
On Tue, Oct 13, 2009 at 2:21 AM, Ross Finlayson wrote:
> While most of the packets are sent in sequence, a few are delivered out of
>> sequence.
>>
>
> You are m
While most of the packets are sent in sequence, a few are delivered
out of sequence.
You are mistaken. Because the code runs in a single thread, packets
for each output stream will be sent in the proper order.
(The only reason I can think of why you might be seeing what you're
describing is
Hi,
I am trying to trace the order in which packets are delivered while using
the testOnDemandRTSPServer. My understanding is that the function
sendPacketIfNecessary() in MultiFramedRTPSink.cpp in the liveMedia folder is
the main function that deals with sending packets. Please correct me if I am