There are many cheap camera vendors that are not following the rfc strictly. Some of errPacketTooShort errors are not so critical (depending of the packet type), but some are. And for now, there is no available mechanism to filter non critical packetlength issues because all of them returns the same errPacketTooShort.
For example, i have 20+ different cctv cams that are sending malformed SDES packet. SDES absolutely does not affect the streaming behavior/quality but floods logs with warnings. I dont want to completely disable error logging of errPacketTooShort, but want to ignore (filter) just this (SDES related) one...
There are many cheap camera vendors that are not following the rfc strictly. Some of errPacketTooShort errors are not so critical (depending of the packet type), but some are. And for now, there is no available mechanism to filter non critical packetlength issues because all of them returns the same errPacketTooShort.
For example, i have 20+ different cctv cams that are sending malformed SDES packet. SDES absolutely does not affect the streaming behavior/quality but floods logs with warnings. I dont want to completely disable error logging of errPacketTooShort, but want to ignore (filter) just this (SDES related) one...