krunal09 / csipsimple

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

g722.1 show bitrate in settings #991

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I noticed that g722.1 is repeated in the codecs list. g722.1 16 kHz 2 times 
and g722.1 32 kHz 3 times, in both wideband and narrowband list.

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

What version of the product are you using? On what operating system?
rev885 on android 2.2

Please provide any additional information below.

Original issue reported on code.google.com by Gianluca...@gmail.com on 25 May 2011 at 9:52

GoogleCodeExporter commented 9 years ago
Yes in fact G722.1 are repeated 2 and 3 times cause there is 2 and 3 options 
for this codec. 
This codec has not adaptative bitrate to bandwidth but can be used with several 
bitrate.

The problem is that the pjsua api (the higher api level in pjsip) does not 
provide a simple way to get bitrate. And so it's not shown in csipsimple 
settings yet. I've to find a workaround to display that properly.
But that's normal to have these duplicate entries cause actually what it means 
behind for the sip stack is not the same :).

So the fix will be to display the different bitrate in the list.

I didn't test the g722.1 codec so if you have feedback on it, it's welcome ;).

Original comment by r3gis...@gmail.com on 26 May 2011 at 6:37

GoogleCodeExporter commented 9 years ago
Issue 1087 has been merged into this issue.

Original comment by r3gis...@gmail.com on 21 Jul 2011 at 10:48