Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. azrael808

    InetAddress.getLocalHost() returns NetBios name!

    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...
  2. azrael808

    Transmitting files sequentially over RTP

    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...
  3. azrael808

    MPEG Layer 2 Audio over RTP

    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...
  4. azrael808

    Odd RTP behaviour

    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...
  5. azrael808

    JDBC-MySQL unable to establish connection.

    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 =...
  6. azrael808

    Odd RTP behaviour

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

Part and Inventory Search

Back
Top