Hi All
S/W: IPNC RDK Ver 3.8
Platform : DM388
In the IPNC RDK, there is a message control thread which sends/receives messages to/from sys_server. Whenever I make some changes in the GUI, the webserver passes these params to msg_ctrl thread thru' web server & sys_server. My problem is, some times I receive continuous non stopping messages in Msg_CTRl() thread in ipnc_mcfw/demos/mcfw_api_demos/stream/stream.c file. I did verify that these messages are not originated from sys_server. I am at loss to find from where these messages are coming. This causes the streaming to stop.
The messages are MSG_CMD_SET_IRIS, MSG_CMD_SET_IFRAME. I have added few PTZ commands. It is working normally. But, at times I have problems with these messages also, Especially when I do some stress tests on GUI.
Can someone provide some hints like where to check ?
Best Regards
JK