| Author |
web based chatting application
|
zohreh talebi
Ranch Hand
Joined: Sep 01, 2006
Posts: 41
|
|
Hi, I want to write a web based chatting application for specific business domain with Voice and Video streaming. I don't have any idea about voice chatting. Can you guide me and introduce some useful links. Thanks Zohreh
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
|
This is not something you are going to be able to accomplish solely with web technologies. For example, nothing in server-based servlets and JSP will alow you to capture voice on the client.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Rahul Bhattacharjee
Ranch Hand
Joined: Nov 29, 2005
Posts: 2300
|
|
|
Solely with the web technologies this might not be possible as firstly the data (voice data) is to be captured and for this it would need native OS support.And as HTTP is a request response based protocol , I do not think that you can use this for transfering the data captured as for a voice communication.There should be a two way channel working symultaneously for a successful voice connunication.
|
Rahul Bhattacharjee
LinkedIn - Blog
|
 |
William Janssen
Ranch Hand
Joined: Jan 02, 2007
Posts: 39
|
|
|
Mayby you should start with taking a look at the capabilities of WebSphere Application Server v6.1 since that also has a SIP container.
|
 |
 |
|
|
subject: web based chatting application
|
|
|