Dear friends,
In DVRRDK, we have packaged a SDK library for channels create, setting, destroy activities. In our application, we create each individual thread for each 16 channels,
And we found that sometimes the settings like frame rate, bit rate may be wrong. Initially, we think it should be thread-safe mechanism issue, so we add mutex lock for each API in SDK library. After modification, we still got the problem, and we think it may be timing issue. But we have no idea about continuing job.
Did you have any idea?