Results 1 to 6 of 6
- 05-10-2009, 07:42 PM #1
Member
- Join Date
- Dec 2007
- Location
- India
- Posts
- 14
- Rep Power
- 0
is clientSocket to clientSocket connection possible
Hi Guys ,
I am developing a voip application in java is it possible for a client socket to directly communicate with the client socket ?
I am able to get client socket connected to serverSocket.
Any suggestions will be a great help.
Thanks in advance
- 05-10-2009, 11:39 PM #2
You must have a ServerSocket in order to receive incoming connections. accept() will return a regular Socket once connected.
Don't forget to mark threads as [SOLVED] and give reps to helpful posts.
How To Ask Questions The Smart Way
- 05-11-2009, 08:46 AM #3
Member
- Join Date
- Dec 2007
- Location
- India
- Posts
- 14
- Rep Power
- 0
I have a server application and a client application that can connect to each other but how do i connect from one client to another for transmitting voice over socket.
- 05-11-2009, 04:36 PM #4
Either every client needs a ServerSocket, or all connect to a central server.
Don't forget to mark threads as [SOLVED] and give reps to helpful posts.
How To Ask Questions The Smart Way
- 05-11-2009, 04:45 PM #5
Member
- Join Date
- Dec 2007
- Location
- India
- Posts
- 14
- Rep Power
- 0
i have a central server but how will they exchange and there will be multiple clients any ideas
- 05-11-2009, 05:12 PM #6
Have you tried anything?
Don't forget to mark threads as [SOLVED] and give reps to helpful posts.
How To Ask Questions The Smart Way
Similar Threads
-
Server socket - send image to client
By Hinty in forum NetworkingReplies: 2Last Post: 03-14-2009, 07:39 AM -
Client Server socket problem - help needed
By kellaw in forum Threads and SynchronizationReplies: 6Last Post: 10-03-2008, 06:49 PM -
Identify Client in Socket Client Server Application
By masadjie in forum NetworkingReplies: 1Last Post: 12-20-2007, 09:18 AM -
socket Multithreading - & - Obtaining the IP of a client!
By bluebarca in forum NetworkingReplies: 1Last Post: 11-16-2007, 10:09 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks