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
> 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
> 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
--- 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(
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