paulhsu / csipsimple

Automatically exported from code.google.com/p/csipsimple
1 stars 1 forks source link

unable to call from emuletor in our pc #1995

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.i am running Csipsimple dialer on emulator

What is the expected output? What do you see instead?

-it should be make call but i can't make call from the dialer

What version of the product are you using? On what operating system?

-for development

Please provide any additional information below.

Its showing error opening trace file:no such file or directory.

Original issue reported on code.google.com by ascent.s...@gmail.com on 24 Sep 2012 at 10:35

GoogleCodeExporter commented 9 years ago
Hi,

In fact the android emulator is not made to have a VoIP client working.

From the error log you get apparently it's because the app is unable to get the 
audio resource on emulator. It happens when qemu is not able to grab access to 
micro/speaker of the PC.

Anyway, even if you succeed in having audio on emulator, quality will be awful. 
Emulator is definitely not made for audio streaming. It will be very laggy and 
not usable (worse than on first android devices).
So emulator is fine to test UI, but not to test audio calls.

Original comment by r3gis...@gmail.com on 24 Sep 2012 at 5:40