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