VENC_RTSP_SERVER code getting stuck
Hi everyone,
I’m currently trying to deploy the VENC_RTSP_SERVER code, but it's getting stuck during execution. In the UART terminal, I only see the following output before it hangs.

After some debugging, I found that the code is getting stuck at line 133 in venc_app.c.
tx_event_flags_get(&venc_app_flags, VIDEO_START_FLAG, TX_AND, &flags, TX_WAIT_FOREVER);Any help or suggestions would be appreciated.
