Closed Thread
Results 1 to 2 of 2

Thread: P2P voice chat program

  1. #1
    the_flirt is offline Newbie
    Join Date
    Feb 2010
    Posts
    9
    Rep Power
    0

    Exclamation P2P voice chat program

    Hi,
    I'm planning to make a synchronous P2P voice chat program (which works on LAN or the internet. Which ever is easier :|) in Java for my project.
    The problem is that I do not know advanced Java. I've done only basic programs in Java. Implementing inheritance, basic applets etc.

    What all do I need to know to make this program? Should I use J2SE or J2EE? Will I need to deploy a servlet? How do I go about it?
    I'm just very confused.

    I could find the code online and submit it. As people usually do in my college. But I really want to learn. So it would be great if someone could help me out.

    Thanks

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    curse is offline Newbie
    Join Date
    Mar 2010
    Location
    Ottawa, Canada
    Posts
    21
    Rep Power
    0

    Re: P2P voice chat program

    This is actually a very good idea for a project. You're going to want to look up Java Sound and get a feel for it. Once you get that down, I'd get into IPC (specifically UDP sockets) and figure out how to stream your media over the net. Then just put the two together.

    I'm assuming that you are experienced with basic Java GUIs (Swing, etc...). If not then you're going to want to at least look at a few examples in that area (I don't think a GUI for voice streaming program needs to be overly complex).

    I guess from here it really depends how much time and effort you're willing to put into research and development, as well as your current knowledge of Java.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Help making a chat program?
    By tmo in forum Visual Basic Programming
    Replies: 4
    Last Post: 09-28-2010, 07:57 PM
  2. Problems with chat program
    By mebob in forum C and C++
    Replies: 1
    Last Post: 08-31-2010, 08:44 PM
  3. Lan Voice Chat project help
    By the_flirt in forum Java Help
    Replies: 1
    Last Post: 06-07-2010, 07:02 AM
  4. Java voice chat server
    By --VIP-- in forum Java Help
    Replies: 3
    Last Post: 06-09-2009, 03:28 PM
  5. chat program
    By John in forum C and C++
    Replies: 9
    Last Post: 09-24-2006, 11:29 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts