GstRtspServer - Getting endpoint on do_client_connected

Hello all,

This is my first topic here, so apologies if I’m doing it wrong.

I need help understanding how can I get the url or at least the endpoint that an RTSP client is trying to connect to.

I can get that from GstContext in almost all other callbacks like “describe-request” and “setup-request”, but do_client_connected only provides me an RTSPClient but not a RSTPContext.

I basically need this to keep track of all initiated connections to a specifc endpoint even the failing ones (due to incorrect credentials).

TIA