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
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.
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
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?