How can I send and receive RTSP and RTP packets over UDP on STM32H743?
I am using STM32H743 MCU and sending camera data on Ethernet using UDP protocol. Now I want to send data using RTSP and RTP protocol to send the data. How can I modify the present UDP packet to make it RTSP as library for RTSP is not available.