2025-07-14 3:50 AM - edited 2025-07-15 12:11 AM
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.
2025-07-15 3:56 AM
Can someone move this topic to STM32 MCUs Products forum
I think it's more appropriate there.
2025-07-15 6:15 AM
Hello,
Which FW version and toolchain are you using please ?
Regards,
2025-07-15 6:30 AM
Also, Is your board properly connected to an Ethernet network with DHCP server ?
If this is the case, you should get one trace in terminal :
STM32 IpAdress! xxx.xxx.xxx.xxx
2025-07-15 11:29 AM - edited 2025-07-15 11:32 AM
Hi @DanielS ,
Initially, there was an issue with the DHCP connection when I connected the Ethernet cable from my laptop to the STM board. After adjusting some settings, the problem was resolved, and I'm now able to see the output on the UART terminal.
But now whenever I try to open RTSP (rtsp://10.42.0.158:554) in VLC. It is giving me Invalid track ID error.
Kindly help.
IDE - STM32CubeIDE v1.18.1
OS - Ubuntu 22.04
Firmware - STM32CubeN6 v1.2.0