[Live-devel] Setting RTSP Client port number as opposed to ephemeral port number via negotiation

2023-06-21 Thread Faisal, Manir
Hello, We are running into an issue where in we would like the server (camera) to send data to a specific client port. I believe what we are doing is the right approach i.e. utilizing the setClientPortNum() to set the appropriate port number and then verifying it with clientPortNum() of the Med

Re: [Live-devel] Client IP address for RTSP streaming

2023-06-21 Thread Ross Finlayson
> On Jun 21, 2023, at 7:52 AM, Ross Finlayson wrote: > > virtual ClientConnection* createNewClientConnection(int clientSocket, struct > sockaddr_storage const& clientAddr) { > // The client’s IP address is in “clientAddr”; do what you want with it here In particular, if you want to get the IP

Re: [Live-devel] Client IP address for RTSP streaming

2023-06-21 Thread Ross Finlayson
> On Jun 21, 2023, at 5:15 AM, Willdoner Christian via live-devel > wrote: > Is it now possible to get the IP address from each client connected to the > stream? If this is not easily done, the amount of connected clients would be > sufficient. > If doable, could you please share a code sni

[Live-devel] Client IP address for RTSP streaming

2023-06-21 Thread Willdoner Christian via live-devel
--- Begin Message --- Hello, I am establishing a RTSP Server connection for streaming H264. With m_p_rtsp_server = RTSPServer::createNew(...) and m_p_server_media_session = ServerMediaSession::createNew(...) which is added to the RTSP server instance with m_p_rtsp_server->addServerMediaSession(

Re: [Live-devel] Live555 with Visual Studio 2022

2023-06-21 Thread Ross Finlayson
Many years ago, it was possible to build the code on Windows systems using the instructions at http://live555.com/liveMedia/#config-windows However, I doubt that any of this works anymore; pretty much nobody these days develops systems software like this on Windows (just about everybody n