Part Number: DM385
Hi,
I am working on IPNC-3.5. My usecase is four channel capture(D1), encode(2mbps) and record. It is recording properly for some time(1-2hrs). After that the following error message is appearing continuously and recording is not happening.
[host] Lock Gop fail from 423225 to 423231
[host] pFrame->realsize = 5216 blk_index = -97 51200 1
[host] Lock Gop fail from 423225 to 423231
[host] pFrame->realsize = 5216 blk_index = -97 51200 1
[host] Lock Gop fail from 423225 to 423231
[host] pFrame->realsize = 5216 blk_index = -97 51200 1
[host] Lock Gop fail from 423225 to 423231
[host] pFrame->realsize = 5216 blk_index = -97 51200 1
[host] Lock Gop fail from 423225 to 423231
[host] pFrame->realsize = 5216 blk_index = -97 51200 1
And this is my memory layout details,
#define MP4_CACHE_SIZE (0x400000)
#define MP4_EXT_CACHE_SIZE (0x400000)
#define MP4_EXT1_CACHE_SIZE (0x400000)
#define MP4_EXT2_CACHE_SIZE (0x400000)
#define MP4_CACHE_BLK_SIZE (20*1024)
#define MP4_EXT_CACHE_BLK_SIZE (20*1024)
#define MP4_EXT1_CACHE_BLK_SIZE (20*1024)
#define MP4_EXT2_CACHE_BLK_SIZE (20*1024)
#define MP4_MEM_SIZE (0x400000)
#define MP4_EXT_MEM_SIZE (0x400000)
#define MP4_EXT1_MEM_SIZE (0x400000)
#define MP4_EXT2_MEM_SIZE (0x400000)
#define MP4_BLK_SIZE (20*1024)
#define MP4_EXT_BLK_SIZE (20*1024)
#define MP4_EXT1_BLK_SIZE (20*1024)
#define MP4_EXT2_BLK_SIZE (20*1024)
#define MP4_1_EXTRA_SIZE (256*10)
#define MP4_2_EXTRA_SIZE (256*10)
#define MP4_3_EXTRA_SIZE (256*10)
#define MP4_4_EXTRA_SIZE (256*10)
Please Suggest.
Regards,
Raja Sekar M.