Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webrtc2sip crash when media coder is enabled. #183

Open
GoogleCodeExporter opened this issue Aug 20, 2015 · 0 comments
Open

Webrtc2sip crash when media coder is enabled. #183

GoogleCodeExporter opened this issue Aug 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant