Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Voice Chat

Status
Not open for further replies.

vincent76

Programmer
Oct 23, 2001
8
CA
Hi;

I've written a cgi chat program and want to add voice to it, is there any way to do this in cgi? could anyone point me to the rigth direction.

Thanks in advance!
 
I dont think you will be able to get to the clients machine resources to add voice over a CGI script. You would have to get outside of the browser container which is on the client side. Even with a Java applet you are limited in what resouces you can access on the clients machine. You can write the program in PERL but not as a server side script in CGI. You are better writing an .exe program and having them download it.

I could be wrong,

Any other suggestions
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top