Currently I’m implementing the H264 decoder for my application and I see that I received null byte packets about 34 bytes long during the image server connection its not an ALU just null bytes. Should this indicate a dropped frame or package!?
I hadn’t found any information about this in the generic byte/video subformat section.
I am very sorry for delayed reply. What is an ALU? We are not sure what it is. But anyway, I have consulted with Milestone Development and here is their comment.
-–
It would be nice to know what the header of the packet is; specifically, we are interested in the data type. A hex dump of one of those “null” packets would ensure that we understand what you are talking about. We are wondering if it could be a packet with Out Of Band data. In that case you shouldn’t feed it to the decoder.