enabling Voice using PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
caspereeko
Forum Newbie
Posts: 1
Joined: Mon Sep 19, 2005 10:15 am
Location: Lebanon

enabling Voice using PHP

Post by caspereeko »

Hi there ,
i want to build voice chat application from scratch , but in my country there is not real IP service ,So there is proxy server between the client and the web server ,..

could you guide me how do i start ?
the main problems i`m facing are


1.how to manipulate and use protocols?
2.how can i handle the proxy server problem

i`d really appreciate your suggestions
Best regards
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

Hello,

PHP is a Server Side scripting tool, thus it will not be able to utilise voice applications.

You could look into the use of Java Applets that will enable voice communication, or if you are just looking for a simple application for yourself and your friends to communicate with each other, I would suggest an application such as TeamSpeak or even Skype.

Hope this helps.

:)
Post Reply