openmason / webrtc2sip

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

Webrtc2sip crash when media coder is enabled. #183

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start Webrtc2sip with <enable-media-coder>yes</enable-media-coder>
2. Make a Call
3. Webrtc2sip Crash.

What is the expected output? What do you see instead?
Call with media convertion.

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

Centos 7, Webrtc2sip VERSION: 2.6.0

Please provide server logs with DEBUG level equal to INFO

*[DOUBANGO INFO]: Audio denoiser to be opened(record_frame_size_samples=960, 
record_sampling_rate=48000, record_channels=1, playback_frame_size_samples=960, 
playback_sampling_rate=48000, playback_channels=1)
warning: The VAD has been replaced by a hack pending a complete rewrite
*[DOUBANGO INFO]: Transport::run(RTP/RTCP Manager) - enter
*[DOUBANGO INFO]: Starting [RTP/RTCP Manager] server with IP {172.30.194.70} on 
port {39066} using fd {30} with type {3}...
*[DOUBANGO INFO]: _trtp_transport_dtls_handshaking_timer_cb(timeout=1000)
*[DOUBANGO INFO]: DTLS data handshake to send with len = 177, ip = 
10.252.195.205 and port = 59971
*[DOUBANGO INFO]: DTLS data handshake sent len = 177
*[DOUBANGO INFO]: Receive RTP-DTLS data on ip=172.30.194.70 and port=39066
*[DOUBANGO INFO]: Receive DTLS data: 812
*[DOUBANGO INFO]: _tnet_dtls_verify_cert
*[DOUBANGO INFO]: _tnet_dtls_verify_cert
*[DOUBANGO INFO]: DTLS data handshake to send with len = 2556, ip = 
10.252.195.205 and port = 59971
*[DOUBANGO INFO]: DTLS data handshake sent len = 2556
*[DOUBANGO INFO]: Receive RTP-DTLS data on ip=172.30.194.70 and port=39066
*[DOUBANGO INFO]: Receive DTLS data: 1472
*[DOUBANGO INFO]: Receive RTP-DTLS data on ip=172.30.194.70 and port=39066
*[DOUBANGO INFO]: Receive DTLS data: 595
*[DOUBANGO INFO]: DTLS handshake completed
*[DOUBANGO INFO]: event_dtls_srtp_profile_selected: SRTP_AES128_CM_SHA1_32
*[DOUBANGO INFO]: dtls.srtp_connected=1, dtls.srtcp_connected=1
*[DOUBANGO INFO]: srtp_use_different_keys=false
*[DOUBANGO INFO]: !!DTLS-SRTP started!!
*[DOUBANGO INFO]: dtls.srtp_handshake_succeed=1, dtls.srtcp_handshake_succeed=1
*[DOUBANGO INFO]: DTLS-DTLS-SRTP socket [172.30.194.70]:39066 handshake succeed
*[DOUBANGO INFO]: [OPUS] Open decoder: rate=48000, channels=1
*[DOUBANGO INFO]: [OPUS] Open encoder: rate=48000, channels=1
*[DOUBANGO INFO]: Consumer audio params different than producer expected 
input...request resampler
*[DOUBANGO INFO]: setActualSndCardRecordParams(ptime=20, rate=48000, channels=1)
*[DOUBANGO INFO]: Create audio resampler(g729ab Codec (libg729)) for producer: 
rate=48000->8000, channels=1->1, bytesPerSample=2
Division Error var1=16383  var2=0
[root@SDEVCCLM70 sbin]# 

Please provide browser logs

Original issue reported on code.google.com by lperezu1...@gmail.com on 14 May 2015 at 10:32