Hello - is there a way to tell when a client connects via RTSP? I need to know the address of the client that is connected. Something as simple as polling an address every few seconds would be fine. I see that “[Local] Connected by 192.168.1.180]” is sent to the console but I can’t figure out where that came from. Anyway to get that out?
Thanks!
Hi @GEdmunds,
Once connected, you will see something like “[Local] Connected by 192.168.3.121” in the Serial Monitor. To check which client is connected, you will have to go to the laptop that you are using and open the command prompt and key in “ipconfig”. Go to the “Wireless LAN adapter Wi-Fi" section; the client IP address should be the same as the one shown in Serial Monitor.
Hi Pammy - I wasn’t very clear - what I meant was is there some kind of event that gets posted in the SDK when a RTSP connection occurs that the app running on the board can use. Is there some variable somewhere I can poll? I need my app to know when something has connected and what the address of the client is. Thanks!
Hi @GEdmunds,
Currently we do not have this function.
You can request this feature on GitHub · Where software is built and we will discuss internally to see if it is feasible to add it in.