It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center
                            
                        
                    
                
                                7年前关闭。
            
                    
我正在开发一个用于拨打和接听电话的SIP应用程序,我想在我的应用程序中添加G729编解码器。首先尝试在开源项目SipDroid中将其添加到g729编解码器。获取以下消息日志。

这是有关编解码器协商的星号消息日志。

Found RTP audio format 101
Found audio description format telephone-event for ID 101
Found RTP video format 103
Found video description format h263-1998 for ID 103
Capabilities: us - 0x100 (g729), peer - audio=0x0 (nothing)/video=0x100000 (h263p)/text=0x0 (nothing), combined - 0x0 (nothing)
Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
[Apr  9 18:00:25] NOTICE[3813]: chan_sip.c:9187 process_sdp: No compatible codecs, not accepting this offer!

最佳答案

这是g729编解码器对sipdroid的支持的链接。在这里,我给出了有关如何添加g729编解码器支持的所有信息。请按照149至160的说明进行操作

http://code.google.com/p/sipdroid/issues/detail?id=49&q=g729%20codec&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary%20Stars

关于android - 如何在SipDroid项目中添加g729编解码器? ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/10044599/

10-12 01:45