Voice Over DSL
We have developed an application for voice conferencing its working fine , but when client is on DSL connection its not working,player cant realized, can any one help in out whats the DSL architecture, , Will JMF work with DSL connection, My Appication architecture is some thing like that
Sender--> Reciever
there is no server involve in communicatoin its peer to peer connection, so that both sender's and reciever's ip must exist on Net they must not behind the firewall or proxy,.
PLease help me i mwaiting for yourkind replies.
[569 byte] By [
mohsinali] at [2007-9-26 5:05:37]

I had the Same problem
The probelm is in the InetAddress implement in the dll's of the JDK1.3 and less.
I jdk1.4 thay improved the InetAddress Object and added two more method
the important method is getByAdd that recieve a byte
of array .
Use this by sending the Real ip number(not the 10....)
but the Real ip(the one you exit the Proxy.)
it sould be in the last memner of the Vector of your ip's
address(localHost)
Bye Yoav
Thankx for your reply,I m still unclear, abt your reply, whats the solution in JDK1.3?
Can my transmister connect to any client who is behind the firewall.
and what did u find your solution when u face same problem.
waiting for your kind rpely
Best regards