Slow rendering when streaming a video using image object

Hi @kisvegabor,

Thanks for the reply, ill check out the FFmpeg feature and see if that also helps.

I figured out the mistake I had made in my code by referring to this post. I created a new image object on each RTSP frame received instead of just calling the lv_obj_invalidate after updating the source. Now I can see better rendering with some delay around 500-600ms.

Do you suggest FFmpeg will give better results?

Thanks again,
Fakhruddin