Hello,
I want to redirect a MPEG TS video stream using STM32H743. I try to read UDP packets and send them without a change to another IP/Port. But at some point I get NSAPI_ERROR_NO_MEMORY error and video is not playable. The device doesn’t read/send all the packets.
1- What does NSAPI_ERROR_NO_MEMORY means when using sendto
network function?
2- Why 480MHz CPU can’t handle a 4Mbps video?
Anything will be appreciated.
Thank you