Hi,
I am working on IPNC RDK version 3.8 with my own 4 channel H264 usecase, Its working fine.
Only Issue with Restart (when Audio Start).. I got an Assertion ASSERT (system_ipc_msgq.c|System_ipcMsgQSendMsg|353) when Audio on or off (i.e. Restart Camera)
I found somehow where is an issue, But not perfectly.
There is a function GetMcFWInitStatus called in RestartAll() function from file - ipnc_app/sys_server/src/system_control.c, Try to receive an MCFWInitStatus, but not getting it always.
Somehow MCFW side (Into Stream.c) not getting to receive a command "MSG_CMD_GET_MCFW_INIT_STATUS"
Thats why, other functions like setting of framerate,bitrate etc from Init_StreamEnv not called and Encoder statetics behaviour is different and video not play.
Please help on this.
Regards,
Sandip Gokani