|
VOIP Server Hardware Requirements
Hi Guys,
I am developing a VOIP Application using java. The development has gone quite well. The problem i am facing is When i deploy it on server it doesn't work.
Voice chat works well on my desktop both server and client. But On Server it doesn't work . What configuration do i need on server so that it can work. Is there a specific sound card to be installed.
I have a remote desktop access to the server. To run the server app i double click on it and it starts working but connection for sound socket fails
Here is the error i get :
Exception caught while passing socket to ivConnectionjavax.sound.sampled.LineUnavailableExc eption: line with format PCM_SIGNED 8000.0 Hz, 16 bit, mono, 2 bytes/frame, little-endian not supported.
|