2015GitWebRTC编译实录15

各个库编译完成后,整合talkapp,联编时还是碰到了一些问题,主要是lib里的源码文件被错误移走,或者宏定义等有问题的,不一而足

翻墙访问https://apprtc.appspot.com/,拿到一个数字的房间号,

启动app,输入房间号,崩了.

https://apprtc.appspot.com/r/216819716

WebRtc VoiceEngine codecs:
ISAC/16000/1 (103)
ISAC/32000/1 (104)
Unexpected codec: ISAC/48000/1 (105)
PCMU/8000/1 (0)
PCMA/8000/1 (8)
Unexpected codec: PCMU/8000/2 (110)
Unexpected codec: PCMA/8000/2 (118)
ILBC/8000/1 (102)
G722/8000/1 (9)
Unexpected codec: G722/8000/2 (119)
CN/8000/1 (13)
CN/16000/1 (105)
CN/32000/1 (106)
telephone-event/8000/1 (126)
red/8000/1 (127)
WebRtcVideoEngine2::WebRtcVideoEngine2()
WebRtcVoiceEngine::Init
webrtc: LastError() => 0
Init() failed, err=0
WebRtcVoiceEngine::Init failed
WebRtcVoiceEngine::Terminate
webrtc: (process_thread_impl.cc:31): TimeUntilNextProcess returned an invalid value -16931
../../../mysrc/talk/session/media/channelmanager.cc(219): ASSERT FAILED: initialized_ @ Init

原文地址:https://www.cnblogs.com/decwang/p/4682540.html