Help!!!
I have been coding a distributed application using java rmi. Up until now everything has been going smoothly. Until I tried my software on windows XP. The line InetAddress.getLocalHost().getByName() produces a String object that represents the computers netbios name.
Has anybody...
Hello,
I have been using a modified version of the AVTransmit2.java program from the sun website to transmit mp2 files across a LAN. I have changed the constructor to accept an array of MediaLocator objects that should be transmitted sequentially. My current method is to prepare two processors...
Hello,
I have written two programs, based on AVTransmit2.java and AVReceive.java from the Sun JMF Solutions web page and I have successfully managed to tranmit a low-quality audio file (dvi) across the network.
When I try to transmit an mpeg layer 2 audio file, the receiving program...
Worked out what it was:
The code was calling InetAddress.getLocalHost(), which was only returning the correct address when the two PC's had static IP address, ie, when they were connected by a cross-over cable! Had to implement a java security policy file to allow the code to query a remote DNS...
Hello,
I have written a DatabaseManager class that controls access to a locally stored database, implemented in mysql. In theory, client request should be passed to the DatabaseManager through RMI, but I cannot even create a connection to the database yet!
Here's my connect statement:
con =...
I have been experimenting with the JMF API's, and have written a small program based on AVTransmit2.java that can be found on the Sun website. Originally, I had two PC's connected using a cat5 crossover cable; and I was using JMStudio on the client machine to receive the RTP transmission. I had...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.