Re: [Live-devel] order of frames

2016-09-08 Thread Ross Finlayson
> On Sep 8, 2016, at 12:44 AM, Артур Хайруллин wrote: > > I want to set it to 0 just to test - " If packets arrive in order " or not. No! That’s not how the code works! Once again: Our code always delivers data in order - i.e., it never delivers data out of order. This is regardless of the

Re: [Live-devel] order of frames

2016-09-08 Thread Артур Хайруллин
I want to set it to 0 just to test - " If packets arrive in order " or not. If it isn't i probably will see decreasing of frames processed per second. If not - won't see! am i undrstood you correctly ? [image: ООО "Автодория"] *Артур Хайруллин* / Системный программист

Re: [Live-devel] order of frames

2016-09-08 Thread Ross Finlayson
> On Sep 7, 2016, at 11:36 PM, Артур Хайруллин wrote: > > Oh...i forgot another ltle question :) > > May i set threshold time to 0 if i must process only the newest frame with no > latency then old frame with some latency ? I’m not sure what you mean by this. If packets arrive in order,

Re: [Live-devel] order of frames

2016-09-08 Thread Артур Хайруллин
Oh...i forgot another ltle question :) May i set threshold time to 0 if i must process only the newest frame with no latency then old frame with some latency ? Due to some problems in network we can process the frame in our application later more than 0.5 seconds at least if for example 5 pack

Re: [Live-devel] order of frames

2016-09-07 Thread Артур Хайруллин
I saw it numerous times too when read :) Our camera is streaming MJPEG. My question was about how is live555 processing situations when some packets were lost. You answered completely! Thank you very much!!! [image: ООО "Автодория"] *Артур Хайруллин* / Системный програ

Re: [Live-devel] order of frames

2016-09-07 Thread Ross Finlayson
> now is only my question is "what will be with a frames not packets". If frame > consists of 5 packets and some of them were stolen or threshold time was > exceeded - what will be with a frame? Will we get it furthermore or not? If a frame (or a “NAL unit”, in the case of H.264 or H.265 video)

[Live-devel] order of frames

2016-09-07 Thread Артур Хайруллин
I 've just found this discussion http://comments.gmane.org/gmane.comp.multimedia.live555.devel/10685 now is only my question is "what will be with a frames not packets". If frame consists of 5 packets and some of them were stolen or threshold time was exceeded - what will be with a frame? Will we

Re: [Live-devel] Order of frames

2016-09-07 Thread Ross Finlayson
> My question is - what will be if due to some reasons frames enumerated as 1 2 > 3 4 5 will come to client in order 1 2 3 5 4 ? Is live555 give it to us as 1 > 2 3 4 5 furthermore or not ? Yes, when receiving a RTP stream, the “LIVE555 Streaming Media” code (specifically, the subclasses of “Mu

[Live-devel] Order of frames

2016-09-07 Thread Артур Хайруллин
Hello ! My question is - what will be if due to some reasons frames enumerated as 1 2 3 4 5 will come to client in order 1 2 3 5 4 ? Is live555 give it to us as 1 2 3 4 5 furthermore or not ? And what will be if i call setPacketReorderingThresholdTime with 0 parameter ? 1 2 3 5 and we will lose 4