Re: [Live-devel] MultiFramedRTPSink flush collected packet

2012-08-30 Thread Viatcheslav . Sysoltsev
The frame may be small, so SimpleRTPSink packs several frames into a single packet. That's right, I wish it to do so. I have nevertheless troubles to realize, how to make SimpleRTPSink flush its packets in a time manner, after for example the first frame of a packet has 10ms overdue time. I

Re: [Live-devel] MultiFramedRTPSink flush collected packet

2012-08-30 Thread Ross Finlayson
> I am using SimpleRTPSink with my frame source (based on FramedSource). By this I hope you mean "a subclass of FramedSource". > The frame may be small, so SimpleRTPSink packs several frames into a single > packet. That's right, I wish it to do so. I have nevertheless troubles to > realize, ho

[Live-devel] MultiFramedRTPSink flush collected packet

2012-08-30 Thread Viatcheslav . Sysoltsev
Hi people, I am using SimpleRTPSink with my frame source (based on FramedSource). The frame may be small, so SimpleRTPSink packs several frames into a single packet. That's right, I wish it to do so. I have nevertheless troubles to realize, how to make SimpleRTPSink flush its packets in a t

Re: [Live-devel] MultiFramedRTPSink and packet numbers

2009-10-13 Thread Sharda Murthi
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

Re: [Live-devel] MultiFramedRTPSink and packet numbers

2009-10-12 Thread Ross Finlayson
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

[Live-devel] MultiFramedRTPSink and packet numbers

2009-10-12 Thread Sharda Murthi
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

Re: [Live-devel] MultiFramedRTPSink

2009-03-18 Thread Ross Finlayson
I have the RTP packets on my UNIX SOCKET. I want read them and send them to my sinks! So, I have a question: I must work on multiframedrtpsink.cpp or on rtpsink.cpp? You don't need to 'work on' either of these. To receive RTP packets from your socket, you should create a "Groupsock" object (w

[Live-devel] MultiFramedRTPSink

2009-03-18 Thread Gabriele De Luca
Hi Ross,I have the RTP packets on my UNIX SOCKET. I want read them and send them to my sinks!So, I have a question:I must work on multiframedrtpsink.cpp or on rtpsink.cpp?I ask you the shortest way to do my purpose: my RTP packets are ready on my UNIX SOCKET, so I don't build header or payload,