RTP - JMF - Proxy

I am working on video chat , using Java Media Frame work.

The application is running fine in Intranet, even in internet it works fine if clients use dedicaed IP

Addresses.

But when two persons behind the same proxy server want to chat, the application is giving the problem, as the IP address used by the RTP protocol is the Proxy IP address, so both the persons are sharing the same IP address.

Thanks in Advance

nix

[455 byte] By [jinixina] at [2007-9-19]
# 1
I have the same problem with my voice chat application. It is not the problem of JMF, RTP but it is the problem of networking, of routing.Hope we will get help from Sun guy.
sopheapa at 2007-7-8 > top of java,Security,Cryptography...
# 2
could you offer more information to address this problem. maybe ip addresses and ports of both clients.
mikoehlera at 2007-7-8 > top of java,Security,Cryptography...
# 3
i am tryin to figure out the same problem,i am writing a proxy for this. i would like your vdo audio trasmittin code preferably in applet if you can send me.so i can try out to solve this problem.Lookin for your mail
pd1000a at 2007-7-8 > top of java,Security,Cryptography...
# 4
i am tryin to figure out the same problem,i am writing a proxy for this. i would like your vdo audio trasmittin code preferably in applet if you can send me.so i can try out to solve this problem.Lookin for your mailhahoooo@yahoo.com
pd1000a at 2007-7-8 > top of java,Security,Cryptography...
# 5

not to drive this issue into the ground, but I happen to be hitting the same sort of problem,

only I am trying to do an RTP audio stream from a server to a client w/o a static IP. My client machine always gives the IP of the machine his internet connection is through.

anybody find a solution?

java_novicea at 2007-7-8 > top of java,Security,Cryptography...