Page 1 of 1

enabling Voice using PHP

Posted: Mon Sep 19, 2005 10:29 am
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

Posted: Mon Sep 19, 2005 10:57 am
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.

:)