Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近我正在使用 imsdroid 库编写一个 android sip 客户端。语音通话没问题,但是当我想进行视频通话时,我得到了 E/org.doubango.ngn.sip.NgnAVSession(19728): Failed to get producer codec
我已经用 imsdroid 检查了我的代码。但没有发现任何错误。谁能帮我检查这个错误?提前致谢。
发生这种情况可能有两个原因。首先,收到的 sip 数据包(带有 sdp)将没有编解码器供应用程序处理。其次,收到了编解码器,但应用程序没有正确处理它。