
|
If you were logged in you would be able to see more operations.
|
|
|
Smack
Created: 04/09/07 05:20 PM
Updated: 04/18/07 12:28 PM
|
|
| Component/s: |
Extensions
|
| Affects Version/s: |
3.0.1
|
| Fix Version/s: |
3.0.2
|
|
|
Environment:
|
All Plataforms
|
|
| Resolution Date: |
04/18/07 12:28 PM
|
| Acceptance Test - Add?: |
No
|
| Acceptance Test - Entry: |
Run LocalhostTest .testGetLocalhost() and check if is your usable localhost.
|
|
When you are located directly to internet and have VMware or another software that create extra virtual network interfaces, Java get wrong localhost address with InetAddress.getLocalHost();
And we need to know exactly localhost address to start a RTP Streaming in JMF.
|
|
Description
|
When you are located directly to internet and have VMware or another software that create extra virtual network interfaces, Java get wrong localhost address with InetAddress.getLocalHost();
And we need to know exactly localhost address to start a RTP Streaming in JMF. |
Show » |
|
Now it works for NATted and direct to internet Connections.