RTSP server + client tuning

Hello :slight_smile:

Small question…
How would you tune your RTSP server / client for streaming H264, to have the minimum latency possible, over a wireless channel.
I don’t care about dropping frames if I have a momentary hiccup, I just wanted the most recent frame I can possibly get.
Not sure exactly what are the alignment & stream-type properties and how should I tune them…

On the server side:
I’m using gst-rtsp-server and encoding the frames on CM4 (by using v4l2h264enc).

On the client side:
I’m using rtspsrc latency=0 and wondering if that’s not an issue. I also specify sync=false on the sink.

Thank you…