how to develop voice chat from scratch ?

Discussion in 'PHP' started by ahmedbloger, Jul 3, 2010.

  1. #1
    hi,
    i have a project these days which need i need to develop a voice chat with some advanced features such as recording the sound at it,but i don't how to start please help me with any tutorials or sources .
    in brief i want to develop something such yahoo messenger voice chat but work at web.
    thank you.
     
    ahmedbloger, Jul 3, 2010 IP
  2. c_programmer

    c_programmer Peon

    Messages:
    92
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That is no simple task and can not be completed in PHP alone, if in PHP at all. You will probably want to use flash or a java plugin (I've seen web voice chat programs in both). You will need a server of some sort to communicate over, you will likely need to program in C/++ for that.

    I would start by looking into flash or java having access to a computer's mic, then I would learn tcp/ip programming and get a grip on client server communications. After you've made a successful client and server you have something to work with. The recording features will not be very hard if you did things right.
     
    c_programmer, Jul 3, 2010 IP
  3. intivev

    intivev Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    u can try to integrate skype.... or some think like google talk into ur application...... which is possible.... php supports xamp hope this link may provide u some help... http: // code.google.com/p/xmpphp /..... any way... i am deeply interested in supporting u in this task... (voice chat....) reply me... if u get any source..... any way all the best......
     
    intivev, Jul 3, 2010 IP
  4. ahmedbloger

    ahmedbloger Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    thank you and i will contact you
     
    ahmedbloger, Jul 5, 2010 IP