h264 decoder high profile support for esp32p4
Posted: Wed Dec 04, 2024 7:01 am
Hello,currently I'm working on esp32p4 display module..I connected rtsp client as p4 and server another one,now my rtsp server sends high profile h264 decoder which not compatible for esp32p4 only has baseline profile.so its getting error in decoding the data and converts into display.How could i change baseline profile to high profile for esp32p4 module.