Hello!
When I use Conference XP Client with 1 CIF camera for long time (1 hour plus), the "Buffers In Use" PC Counter permanently grows.
As a result, the "Number Of Grows" exeeds the "MaxGrowsNumber" and Video hangs.
As I understand, there are Packets, that asquired BufferChunks from BufferPool, and these packets always alive and never recycled.
For example, I've found that in RTPStreamFec class, in InRangeFec method, after the call to Undecodable() there is no call to
ReturnDataBuffer(packet.ReleaseBuffer()), that solves the leakage of FEC Packets.
Please, tell me, whether are you aware of the problem?
If so, please tell me how to solve it.
Thank you!