Hi,
I am trying to edit a program which acts as an RTP Server, the problem I have is when the Server parses the packet for an IP address of the client. I want to be able to specify this address but am unsure of the data type that it should be.
I tried "theServer.ClientIPAddr = 192.168.1.9;" but this is obviously the incorrect data type. The code is below:
theServer.ClientIPAddr = theServer.RTSPsocket.getInetAddress();
Any suggestions would be appreciated.
Thanks