Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Voice chat

  1. #1
    Junior Member
    Join Date
    Oct 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Voice chat

    Hi there,
    I have a final year project of voice chatting between,two computers,using java.
    In fact i have no experience of network programming,and don't know where to start!
    Is there any good tutorial or example related to this project??

    P.s
    I'm a windows platform
    Last edited by sana'a; October 10th, 2011 at 01:01 PM.


  2. #2

  3. #3
    Junior Member
    Join Date
    Oct 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Voice chat

    I don't want to work in client/server fashion,but peer-to-peer

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Voice chat

    Quote Originally Posted by sana'a View Post
    I don't want to work in client/server fashion,but peer-to-peer
    ...and what about the information in the above link restricts this sort of implementation?

    BTW...did you do a google search? Its easy, fast, and extremely informative - a few of the top hits:
    The Socket API in JXTA 2.0
    Introduction to the Peer-to-Peer Sockets Project - O'Reilly Media

Similar Threads

  1. sending Voice/audio Packet in java
    By kollyisrealisaac in forum Java Networking
    Replies: 1
    Last Post: June 7th, 2011, 08:53 AM
  2. voice chat in java
    By kollyisrealisaac in forum Java Networking
    Replies: 1
    Last Post: June 6th, 2011, 04:15 AM
  3. Replies: 2
    Last Post: March 6th, 2011, 01:25 AM
  4. Replies: 0
    Last Post: May 3rd, 2009, 10:55 AM
  5. SSL Chat implementation
    By Koren3 in forum Java Networking
    Replies: 6
    Last Post: April 24th, 2009, 08:20 AM