Closed fanfan1009 closed 4 years ago
Did you set the in_call_timeout parameter from [sip] section to 30 in your config file ?
Thank you very much for your reply, I haven't found the way to set it. Is the default 30 seconds
No the default is 0.
This should be the missed call timeout,If the answer is not answered after this time, it will hang up automatically. What I encountered was that after answering the call, the party being called would hang up for more than 30 seconds
in_call_timeout
is the call timeout.
Incoming call timeout is inc_timeout
.
There is also another timeout nortp_timeout
for when no audio has been received to terminate a call.
But I set in_call_timeout for more than 50 seconds and hung up at 30 seconds
Then it is because your app terminates the call for some reason. Check your code for call.terminate(), core.terminateAllCalls() and other methods like that.
I'm terribly sorry. It was my fault
1579249579.351 11900-11900/com.yf.project I/单元门口机: New connection arriving ! 1579249579.351 11900-11900/com.yf.project I/单元门口机: Channel has local address 192.168.1.184:5060 1579249579.351 11900-11900/com.yf.project I/单元门口机: channel 0x7fd03d40: state READY 1579249579.375 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x200706] 1579249579.375 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40]: starting recv background task with id=[200706]. 1579249579.375 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40]: received [1446] new bytes from [TCP://::ffff:192.168.1.95:61843]: 1579249579.375 11900-11900/com.yf.project I/单元门口机: INVITE sip:outdoor@192.168.1.184:5060 SIP/2.0 1579249579.375 11900-11900/com.yf.project I/单元门口机: Via: SIP/2.0/TCP 192.168.1.95:61842;rport;branch=z9hG4bKPj7e93cc83ff814f7a875bab6df9e1319c;alias 1579249579.375 11900-11900/com.yf.project I/单元门口机: Max-Forwards: 70 1579249579.375 11900-11900/com.yf.project I/单元门口机: From:;tag=b2b3304f63554cb59603a21be272cdb4
1579249579.375 11900-11900/com.yf.project I/单元门口机: To: sip:outdoor@192.168.1.184
1579249579.376 11900-11900/com.yf.project I/单元门口机: Contact: <sip:192.168.1.95:5060;ob>
1579249579.376 11900-11900/com.yf.project I/单元门口机: Call-ID: fbd25b94fe574c338f706fdb2ca1a4f0
1579249579.376 11900-11900/com.yf.project I/单元门口机: CSeq: 20240 INVITE
1579249579.376 11900-11900/com.yf.project I/单元门口机: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
1579249579.376 11900-11900/com.yf.project I/单元门口机: Supported: replaces, 100rel, timer, norefersub
1579249579.376 11900-11900/com.yf.project I/单元门口机: Session-Expires: 1800
1579249579.376 11900-11900/com.yf.project I/单元门口机: Min-SE: 90
1579249579.376 11900-11900/com.yf.project I/单元门口机: User-Agent: PJSUA v2.9 win32-6.2/i386/msvc-19.1.6
1579249579.376 11900-11900/com.yf.project I/单元门口机: Content-Type: application/sdp
1579249579.376 11900-11900/com.yf.project I/单元门口机: Content-Length: 801
1579249579.376 11900-11900/com.yf.project I/单元门口机: v=0
1579249579.376 11900-11900/com.yf.project I/单元门口机: o=- 3788267178 3788267178 IN IP4 192.168.1.95
1579249579.376 11900-11900/com.yf.project I/单元门口机: s=pjmedia
1579249579.376 11900-11900/com.yf.project I/单元门口机: b=AS:352
1579249579.376 11900-11900/com.yf.project I/单元门口机: t=0 0
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=X-nat:0
1579249579.376 11900-11900/com.yf.project I/单元门口机: m=audio 4030 RTP/AVP 98 97 99 104 3 0 8 9 96
1579249579.376 11900-11900/com.yf.project I/单元门口机: c=IN IP4 192.168.1.95
1579249579.376 11900-11900/com.yf.project I/单元门口机: b=TIAS:64000
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=rtcp:4031 IN IP4 192.168.1.95
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=sendrecv
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=rtpmap:98 speex/16000
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=rtpmap:97 speex/8000
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=rtpmap:99 speex/32000
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=rtpmap:104 iLBC/8000
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=fmtp:104 mode=30
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=rtpmap:3 GSM/8000
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=rtpmap:0 PCMU/8000
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=rtpmap:8 PCMA/8000
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=rtpmap:9 G722/8000
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=rtpmap:96 telephone-event/8000
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=fmtp:96 0-16
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=ssrc:546578396 cname:5c6678195b1d48eb
1579249579.376 11900-11900/com.yf.project I/单元门口机: m=video 4032 RTP/AVP 97 96
1579249579.376 11900-11900/com.yf.project I/单元门口机: c=IN IP4 192.168.1.95
1579249579.376 11900-11900/com.yf.project I/单元门口机: b=TIAS:256000
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=rtcp:4033 IN IP4 192.168.1.95
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=sendrecv
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=rtpmap:97 H264/90000
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=fmtp:97 profile-level-id=42e01e; packetization-mode=1
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=rtpmap:96 H263-1998/90000
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=fmtp:96 CIF=1;QCIF=1
1579249579.376 11900-11900/com.yf.project I/单元门口机: a=ssrc:351428114 cname:5c6678195b1d48eb
1579249579.395 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40] [645] bytes parsed
1579249579.395 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40] read [801] bytes of body from [::ffff:192.168.1.95:61843]
1579249579.398 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_acquire(): Android wake lock [belle-sip transaction(0x7fff7720)] acquired [ref=0x200c2e]
1579249579.399 11900-11900/com.yf.project I/单元门口机: transaction [0x7fff7720]: starting transaction background task with id=[200c2e].
1579249579.400 11900-11900/com.yf.project I/单元门口机: Changing [server] [INVITE] transaction [0x7fff7720], from state [INIT] to [PROCEEDING]
1579249579.400 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40]: message sent to [TCP://::ffff:192.168.1.95:61843], size: [302] bytes
SIP/2.0 100 Trying
Via: SIP/2.0/TCP 192.168.1.95:61842;branch=z9hG4bKPj7e93cc83ff814f7a875bab6df9e1319c;alias;rport=61843
From: ;tag=b2b3304f63554cb59603a21be272cdb4
To: sip:outdoor@192.168.1.184
Call-ID: fbd25b94fe574c338f706fdb2ca1a4f0
CSeq: 20240 INVITE
Content-Length: 0
1579249579.401 11900-11900/com.yf.project I/单元门口机: New server dialog [0x803f79a0] , local tag [EqtpE-h], remote tag [b2b3304f63554cb59603a21be272cdb4]
1579249579.401 11900-11900/com.yf.project I/单元门口机: op [0xac6b8f00] : set_or_update_dialog() current=[0x0] new=[0x803f79a0]
1579249579.401 11900-11900/com.yf.project I/单元门口机: New incoming call from [sip:192.168.1.95] to [sip:outdoor@192.168.1.184]
1579249579.406 11900-11900/com.yf.project I/单元门口机: Found payload speex/16000 fmtp=
1579249579.406 11900-11900/com.yf.project I/单元门口机: Found payload speex/8000 fmtp=
1579249579.407 11900-11900/com.yf.project I/单元门口机: Found payload speex/32000 fmtp=
1579249579.407 11900-11900/com.yf.project I/单元门口机: Found payload iLBC/8000 fmtp=mode=30
1579249579.407 11900-11900/com.yf.project I/单元门口机: Found payload GSM/8000 fmtp=
1579249579.407 11900-11900/com.yf.project I/单元门口机: Found payload PCMU/8000 fmtp=
1579249579.407 11900-11900/com.yf.project I/单元门口机: Found payload PCMA/8000 fmtp=
1579249579.407 11900-11900/com.yf.project I/单元门口机: Found payload G722/8000 fmtp=
1579249579.407 11900-11900/com.yf.project I/单元门口机: Found payload telephone-event/8000 fmtp=0-16
1579249579.407 11900-11900/com.yf.project I/单元门口机: Found payload H264/90000 fmtp=profile-level-id=42e01e; packetization-mode=1
1579249579.407 11900-11900/com.yf.project I/单元门口机: Found payload H263-1998/90000 fmtp=CIF=1;QCIF=1
1579249579.410 11900-11900/com.yf.project I/单元门口机: New MediaSession [0x805f337c] initialized (LinphoneCore version: 3.12.0-3539-g5f576e2d7)
1579249579.412 11900-11900/com.yf.project I/单元门口机: audio stream index found: 0, updating main audio stream index
1579249579.412 11900-11900/com.yf.project I/单元门口机: video stream index found: 1, updating main video stream index
1579249579.412 11900-11900/com.yf.project I/单元门口机: CallSession [0x805f337c], stream type [audio], multicast role is [inactive]
1579249579.412 11900-11900/com.yf.project I/单元门口机: RtpSession bound to [::0] ports [7078] [7079]
1579249579.413 11900-11900/com.yf.project I/单元门口机: rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION
1579249579.413 11900-11900/com.yf.project I/单元门口机: Configured srtp crypto suite: AES_CM_128_HMAC_SHA1_80
1579249579.413 11900-11900/com.yf.project I/单元门口机: Configured srtp crypto suite: AES_CM_128_HMAC_SHA1_32
1579249579.413 11900-11900/com.yf.project I/单元门口机: Configured srtp crypto suite: AES_256_CM_HMAC_SHA1_80
1579249579.413 11900-11900/com.yf.project I/单元门口机: Configured srtp crypto suite: AES_256_CM_HMAC_SHA1_32
1579249579.413 11900-11900/com.yf.project I/单元门口机: Creating ZRTP engine on rtp session [0x803c6a00] ssrc 0x39e2e57a
1579249579.420 11900-11900/com.yf.project I/单元门口机: Setting DSCP to 46 for MSAudio stream.
1579249579.420 11900-11900/com.yf.project I/单元门口机: Equalizer location: hp
1579249579.422 11900-11900/com.yf.project I/单元门口机: cannot set noise gate mode to [0] because no volume send
1579249579.422 11900-11900/com.yf.project I/单元门口机: CallSession [0x805f337c], stream type [video], multicast role is [inactive]
1579249579.422 11900-11900/com.yf.project I/单元门口机: RtpSession bound to [::0] ports [9078] [9079]
1579249579.426 11900-11900/com.yf.project I/单元门口机: This device (rockchip/rk3288/rk3288) says it has no built-in echo canceller.
1579249579.426 11900-11900/com.yf.project I/单元门口机: No information available for [rockchip/rk3288/rk3288],
1579249579.426 11900-11900/com.yf.project I/单元门口机: Sound device information for [rockchip/rk3288/rk3288] is: builtin=[no], delay=[250] ms
1579249579.426 11900-11900/com.yf.project I/单元门口机: rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION
1579249579.427 11900-11900/com.yf.project I/单元门口机: Initializing multistream ZRTP context on rtp session [0x803c7800] ssrc 0xc82bbdde
1579249579.427 11900-11900/com.yf.project I/单元门口机: Setting DSCP to 0 for MSVideo stream.
1579249579.427 11900-11900/com.yf.project I/单元门口机: CallSession [0x805f337c], stream type [text], multicast role is [inactive]
1579249579.428 11900-11900/com.yf.project I/单元门口机: RtpSession bound to [::0] ports [11078] [11079]
1579249579.428 11900-11900/com.yf.project I/单元门口机: rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION
1579249579.429 11900-11900/com.yf.project I/单元门口机: Don't put text stream on local offer for CallSession [0x805f337c]
1579249579.430 11900-11900/com.yf.project I/单元门口机: Doing SDP offer/answer process of type incoming
1579249579.430 11900-11900/com.yf.project I/单元门口机: No match for speex/16000/1
1579249579.430 11900-11900/com.yf.project I/单元门口机: No match for speex/32000/1
1579249579.430 11900-11900/com.yf.project I/单元门口机: No match for iLBC/8000/1
1579249579.430 11900-11900/com.yf.project I/单元门口机: No match for GSM/8000/1
1579249579.430 11900-11900/com.yf.project I/单元门口机: No match for PCMU/8000/1
1579249579.430 11900-11900/com.yf.project I/单元门口机: No match for PCMA/8000/1
1579249579.430 11900-11900/com.yf.project I/单元门口机: No match for G722/8000/1
1579249579.431 11900-11900/com.yf.project I/单元门口机: No match for H263-1998/90000
1579249579.432 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_created]
1579249579.433 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_acquire(): Android wake lock [Liblinphone call notification] acquired [ref=0x100c36]
1579249579.434 11900-11900/com.yf.project I/单元门口机: Starting background task [1051702] with name: [Liblinphone call notification] and expiration of [30]
1579249579.434 11900-11900/com.yf.project I/单元门口机: CallSession [0x805f337c] moving from state State::Idle to State::IncomingReceived
1579249579.434 11900-11900/com.yf.project I/单元门口机: [Platform Helper] acquireWifiLock()
1579249579.435 11900-11900/com.yf.project I/单元门口机: [Platform Helper] acquireMcastLock()
1579249579.437 11900-11900/com.yf.project I/单元门口机: [Platform Helper] acquireCpuLock()
1579249579.438 11900-11900/com.yf.project I/单元门口机: [Manager] New call state [IncomingReceived]
1579249579.445 11900-11900/com.yf.project W/单元门口机: [Audio Manager] Routing audio to speaker
1579249579.489 11900-11900/com.yf.project D/MediaPlayer: setSubtitleAnchor in MediaPlayer
1579249579.500 11900-11900/com.yf.project E/---: onCallStateChanged: IncomingReceived--Incoming CallSession
1579249579.502 11900-11900/com.yf.project E/---: displayCallNotification: --------------------
1579249579.512 11900-11900/com.yf.project E/---: onCallStateChanged: ---------------------
1579249579.520 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_state_changed]
1579249579.520 11900-11900/com.yf.project I/单元门口机: Ending background task [1051702] with name: [Liblinphone call notification]
1579249579.521 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_release(): Android wake lock released [ref=0x100c36]
1579249579.521 11900-11900/com.yf.project I/单元门口机: Contact has not been fixed, stack will do
1579249579.522 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40]: message sent to [TCP://::ffff:192.168.1.95:61843], size: [434] bytes
1579249579.522 11900-11900/com.yf.project I/单元门口机: SIP/2.0 180 Ringing
1579249579.522 11900-11900/com.yf.project I/单元门口机: Via: SIP/2.0/TCP 192.168.1.95:61842;branch=z9hG4bKPj7e93cc83ff814f7a875bab6df9e1319c;alias;rport=61843
1579249579.522 11900-11900/com.yf.project I/单元门口机: From: ;tag=b2b3304f63554cb59603a21be272cdb4
1579249579.522 11900-11900/com.yf.project I/单元门口机: To: sip:outdoor@192.168.1.184;tag=EqtpE-h
1579249579.522 11900-11900/com.yf.project I/单元门口机: Call-ID: fbd25b94fe574c338f706fdb2ca1a4f0
1579249579.522 11900-11900/com.yf.project I/单元门口机: CSeq: 20240 INVITE
1579249579.522 11900-11900/com.yf.project I/单元门口机: User-Agent: LinphoneAndroid/4.1 (rk3288) LinphoneSDK/4.2-125-g46ea9b5 (master)
1579249579.522 11900-11900/com.yf.project I/单元门口机: Supported: replaces, outbound, gruu
1579249579.522 11900-11900/com.yf.project I/单元门口机: Content-Length: 0
1579249579.522 11900-11900/com.yf.project I/单元门口机: Dialog [0x803f79a0]: now updated by transaction [0x7fff7720].
1579249579.522 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40]: ending recv background task with id=[200706].
1579249579.522 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_release(): Android wake lock released [ref=0x200706]
1579249579.530 11900-11900/com.yf.project E/---: writeFile: /dev/led_en---0
1579249579.531 11900-11900/com.yf.project D/Camera: app passed NULL surface
1579249579.597 11900-11900/com.yf.project I/单元门口机: [Activity Monitor] Activity paused:com.yf.project.ui.main.MainActivity@187ae85
1579249579.597 11900-11900/com.yf.project I/单元门口机: [Activity Monitor] runningActivities=0
1579249579.612 11900-11900/com.yf.project D/AndroidAutoSize: com.yf.project.linphone.call.CallIncomingActivity used the global configuration.
1579249579.613 11900-11900/com.yf.project D/AndroidAutoSize: The com.yf.project.linphone.call.CallIncomingActivity has been adapted!
CallIncomingActivity Info: isBaseOnWidth = true, designWidthInDp = 1303.000000, designWidthInSubunits = 1303.000000, targetDensity = 0.613968, targetScaledDensity = 0.613968, targetDensityDpi = 98, targetXdpi = 0.613968
1579249579.613 11900-11900/com.yf.project I/单元门口机: [Activity Monitor] Activity created:com.yf.project.linphone.call.CallIncomingActivity@e34a60a
1579249579.663 11900-11900/com.yf.project D/AndroidAutoSize: com.yf.project.linphone.call.CallIncomingActivity used the global configuration.
1579249579.663 11900-11900/com.yf.project D/AndroidAutoSize: The com.yf.project.linphone.call.CallIncomingActivity has been adapted!
CallIncomingActivity Info: isBaseOnWidth = true, designWidthInDp = 1303.000000, designWidthInSubunits = 1303.000000, targetDensity = 0.613968, targetScaledDensity = 0.613968, targetDensityDpi = 98, targetXdpi = 0.613968
1579249579.664 11900-11900/com.yf.project I/单元门口机: Activity started:com.yf.project.linphone.call.CallIncomingActivity@e34a60a
1579249579.664 11900-11900/com.yf.project I/单元门口机: [Permission] Record audio permission is granted
1579249579.665 11900-11900/com.yf.project I/单元门口机: [Permission] Camera permission is granted
1579249579.665 11900-11900/com.yf.project I/单元门口机: [Permission] Read phone state permission is granted
1579249579.669 11900-11900/com.yf.project I/单元门口机: [Activity Monitor] Activity resumed:com.yf.project.linphone.call.CallIncomingActivity@e34a60a
1579249579.670 11900-11900/com.yf.project I/单元门口机: [Activity Monitor] runningActivities=1
1579249579.670 11900-11900/com.yf.project I/单元门口机: [Generic Activity] Device orientation is 0 (raw value is 0)
1579249579.672 11900-11900/com.yf.project I/单元门口机: Core callbacks [0x7ffd34d8] registered on core [0x8c56a700]
1579249579.713 11900-11952/com.yf.project D/mali_winsys: EGLint new_window_surface(egl_winsys_display , void , EGLSurface, EGLConfig, egl_winsys_surface , egl_color_buffer_format *, EGLBoolean) returns 0x3000
1579249579.795 11900-11900/com.yf.project I/单元门口机: [Activity Monitor] Activity stopped:com.yf.project.ui.main.MainActivity@187ae85
1579249579.811 11900-11900/com.yf.project I/单元门口机: Incoming call ringing for 0 seconds
1579249580.340 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x200bfe]
1579249580.340 11900-11900/com.yf.project I/单元门口机: channel [0x7fd66ec0]: starting recv background task with id=[200bfe].
1579249580.340 11900-11900/com.yf.project I/单元门口机: channel [0x7fd66ec0]: ending recv background task with id=[200bfe].
1579249580.341 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_release(): Android wake lock released [ref=0x200bfe]
1579249580.748 11900-11900/com.yf.project I/单元门口机: Don't put text stream on local offer for CallSession [0x805f337c]
1579249580.749 11900-11900/com.yf.project I/单元门口机: Configuring prefered card sampling rate to [8000]
1579249580.749 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSRtpRecv:0x805ece28,0-->MSVoidSink:0x805ece60,0
1579249580.749 11900-11900/com.yf.project I/单元门口机: Accepting server transaction [0x7fff7720] on op [0xac6b8f00]
1579249580.749 11900-22455/com.yf.project I/单元门口机: Priority used: 99
1579249580.749 11900-22455/com.yf.project I/单元门口机: MSAudio MSTicker priority increased to maximum.
1579249580.749 11900-11900/com.yf.project I/单元门口机: Doing SDP offer/answer process of type incoming
1579249580.749 11900-11900/com.yf.project I/单元门口机: No match for speex/16000/1
1579249580.749 11900-11900/com.yf.project I/单元门口机: No match for speex/32000/1
1579249580.749 11900-11900/com.yf.project I/单元门口机: No match for iLBC/8000/1
1579249580.749 11900-11900/com.yf.project I/单元门口机: No match for GSM/8000/1
1579249580.749 11900-11900/com.yf.project I/单元门口机: No match for PCMU/8000/1
1579249580.750 11900-11900/com.yf.project I/单元门口机: No match for PCMA/8000/1
1579249580.750 11900-11900/com.yf.project I/单元门口机: No match for G722/8000/1
1579249580.750 11900-11900/com.yf.project I/单元门口机: No match for H263-1998/90000
1579249580.750 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40]: message sent to [TCP://::ffff:192.168.1.95:61843], size: [953] bytes
1579249580.750 11900-11900/com.yf.project I/单元门口机: SIP/2.0 200 Ok
1579249580.750 11900-11900/com.yf.project I/单元门口机: Via: SIP/2.0/TCP 192.168.1.95:61842;branch=z9hG4bKPj7e93cc83ff814f7a875bab6df9e1319c;alias;rport=61843
1579249580.750 11900-11900/com.yf.project I/单元门口机: From: ;tag=b2b3304f63554cb59603a21be272cdb4
1579249580.750 11900-11900/com.yf.project I/单元门口机: To: sip:outdoor@192.168.1.184;tag=EqtpE-h
1579249580.750 11900-11900/com.yf.project I/单元门口机: Call-ID: fbd25b94fe574c338f706fdb2ca1a4f0
1579249580.750 11900-11900/com.yf.project I/单元门口机: CSeq: 20240 INVITE
1579249580.750 11900-11900/com.yf.project I/单元门口机: User-Agent: LinphoneAndroid/4.1 (rk3288) LinphoneSDK/4.2-125-g46ea9b5 (master)
1579249580.750 11900-11900/com.yf.project I/单元门口机: Supported: replaces, outbound, gruu
1579249580.750 11900-11900/com.yf.project I/单元门口机: Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE
1579249580.750 11900-11900/com.yf.project I/单元门口机: Contact: "Outdoor" sip:outdoor@192.168.1.184;transport=tcp;+sip.instance=""
1579249580.751 11900-11900/com.yf.project I/单元门口机: Content-Type: application/sdp
1579249580.751 11900-11900/com.yf.project I/单元门口机: Content-Length: 274
1579249580.751 11900-11900/com.yf.project I/单元门口机: v=0
1579249580.751 11900-11900/com.yf.project I/单元门口机: o=outdoor 2201 3143 IN IP4 192.168.1.184
1579249580.751 11900-11900/com.yf.project I/单元门口机: s=Talk
1579249580.751 11900-11900/com.yf.project I/单元门口机: c=IN IP4 192.168.1.184
1579249580.751 11900-11900/com.yf.project I/单元门口机: t=0 0
1579249580.751 11900-11900/com.yf.project I/单元门口机: m=audio 7078 RTP/AVP 97 96
1579249580.751 11900-11900/com.yf.project I/单元门口机: a=rtpmap:97 speex/8000
1579249580.751 11900-11900/com.yf.project I/单元门口机: a=fmtp:97 vbr=on
1579249580.751 11900-11900/com.yf.project I/单元门口机: a=rtpmap:96 telephone-event/8000
1579249580.751 11900-11900/com.yf.project I/单元门口机: m=video 9078 RTP/AVP 97
1579249580.751 11900-11900/com.yf.project I/单元门口机: a=rtpmap:97 H264/90000
1579249580.751 11900-11900/com.yf.project I/单元门口机: a=fmtp:97 profile-level-id=42801F
1579249580.751 11900-11900/com.yf.project I/单元门口机: Changing [server] [INVITE] transaction [0x7fff7720], from state [PROCEEDING] to [ACCEPTED]
1579249580.751 11900-11900/com.yf.project I/单元门口机: Dialog [0x803f79a0]: now updated by transaction [0x7fff7720].
1579249580.751 11900-11900/com.yf.project I/单元门口机: CallSession [0x805f337c] moving from state State::IncomingReceived to State::Connected
1579249580.751 11900-11900/com.yf.project I/单元门口机: [Manager] New call state [Connected]
1579249580.779 11900-11900/com.yf.project W/单元门口机: [Audio Manager] Routing audio to speaker
1579249580.781 11900-11900/com.yf.project I/单元门口机: [Audio Manager] Registering headset receiver
1579249580.783 11900-11900/com.yf.project E/---: onCallStateChanged: Connected--Connected
1579249580.789 11900-22455/com.yf.project I/单元门口机: First estimation
1579249580.796 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_state_changed]
1579249580.796 11900-11900/com.yf.project I/单元门口机: startStreams() CallSession=[0x805f337c] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s
1579249580.796 11900-11900/com.yf.project I/单元门口机: Audio bandwidth for CallSession [0x805f337c] is 32
1579249580.797 11900-11900/com.yf.project W/单元门口机: CallSession [0x805f337c] - advanced adaptive rate control requested but avpf is not activated in this stream. Reverting to basic rate control instead
1579249580.797 11900-11900/com.yf.project I/单元门口机: RtpSession [0x803c6a00] sending to rtp [::ffff:192.168.1.95]:4030 rtcp [::ffff:192.168.1.95]:4031
1579249580.797 11900-11900/com.yf.project I/单元门口机: Stun packet sent for session [0x803c6a00]
1579249580.797 11900-11900/com.yf.project I/单元门口机: Stun packet sent on rtcp for session [0x803c6a00]
1579249580.797 11900-11900/com.yf.project I/单元门口机: ms_filter_unlink: MSRtpRecv:0x805ece28,0-->MSVoidSink:0x805ece60,0
1579249580.797 11900-11900/com.yf.project I/单元门口机: speex_lib_ctl init with neon
1579249580.798 11900-11900/com.yf.project I/单元门口机: speex_lib_ctl init with neon ? 1
1579249580.798 11900-11900/com.yf.project I/单元门口机: speex_lib_ctl init with neon ? 1
1579249580.798 11900-11900/com.yf.project I/单元门口机: Setting echo canceller delay with value provided by soundcard: 250 ms
1579249580.798 11900-11900/com.yf.project I/单元门口机: MKVRecorder: initialisation
1579249580.799 11900-11900/com.yf.project I/单元门口机: speex_lib_ctl init with neon ? 1
1579249580.799 11900-11900/com.yf.project I/单元门口机: Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp=''
1579249580.799 11900-11900/com.yf.project I/单元门口机: MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp=''
1579249580.799 11900-11900/com.yf.project I/单元门口机: target bitrate not set for stream [0x805c52c0] using payload's bitrate is 32000
1579249580.799 11900-11900/com.yf.project I/单元门口机: Setting audio encoder network bitrate to [32000] on stream [0x805c52c0]
1579249580.802 11900-11900/com.yf.project I/单元门口机: This device (rockchip/rk3288/rk3288) says it has no built-in echo canceller.
1579249580.802 11900-11900/com.yf.project I/单元门口机: No information available for [rockchip/rk3288/rk3288],
1579249580.802 11900-11900/com.yf.project I/单元门口机: Sound device information for [rockchip/rk3288/rk3288] is: builtin=[no], delay=[250] ms
1579249580.806 11900-11900/com.yf.project I/单元门口机: This device (rockchip/rk3288/rk3288) says it has no built-in echo canceller.
1579249580.806 11900-11900/com.yf.project I/单元门口机: No information available for [rockchip/rk3288/rk3288],
1579249580.806 11900-11900/com.yf.project I/单元门口机: Sound device information for [rockchip/rk3288/rk3288] is: builtin=[no], delay=[250] ms
1579249580.806 11900-11900/com.yf.project I/单元门口机: MSVolume set gain to [0.000000 db], [1.000000] linear
1579249580.809 11900-11900/com.yf.project I/单元门口机: This device (rockchip/rk3288/rk3288) says it has no built-in echo canceller.
1579249580.809 11900-11900/com.yf.project I/单元门口机: No information available for [rockchip/rk3288/rk3288],
1579249580.809 11900-11900/com.yf.project I/单元门口机: Sound device information for [rockchip/rk3288/rk3288] is: builtin=[no], delay=[250] ms
1579249580.809 11900-11900/com.yf.project I/单元门口机: MSVolume set gain to [0.000000 db], [1.000000] linear
1579249580.809 11900-11900/com.yf.project I/单元门口机: configuring MSOpenSLESRecorder:0x805ece28-->MSSpeexEnc:0x805ebf80 from rate [44100] to rate [8000] and from channel [1] to channel [1]
1579249580.810 11900-11900/com.yf.project I/单元门口机: configuring MSSpeexDec:0x805ec028-->MSOpenSLESPlayer:0x805ece60 from rate [8000] to rate [44100] and from channel [1] to channel [1]
1579249580.810 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSOpenSLESRecorder:0x805ece28,0-->MSResample:0x805ec450,0
1579249580.810 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSResample:0x805ec450,0-->MSEqualizer:0x805ed1e0,0
1579249580.810 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSEqualizer:0x805ed1e0,0-->MSWebRTCAECM:0x805ec060,1
1579249580.810 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSWebRTCAECM:0x805ec060,1-->MSVolume:0x805ec338,0
1579249580.810 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSVolume:0x805ec338,0-->MSAudioMixer:0x805ecfe8,0
1579249580.810 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSAudioMixer:0x805ecfe8,0-->MSSpeexEnc:0x805ebf80,0
1579249580.810 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSSpeexEnc:0x805ebf80,0-->MSRtpSend:0x805ec760,0
1579249580.810 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSRtpRecv:0x805ecc68,0-->MSSpeexDec:0x805ec028,0
1579249580.810 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSSpeexDec:0x805ec028,0-->MSAudioFlowControl:0x805ed250,0
1579249580.811 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSAudioFlowControl:0x805ed250,0-->MSDtmfGen:0x805ecca0,0
1579249580.811 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSDtmfGen:0x805ecca0,0-->MSVolume:0x805ec3a8,0
1579249580.811 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSVolume:0x805ec3a8,0-->MSTee:0x805ed090,0
1579249580.811 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSTee:0x805ed090,0-->MSEqualizer:0x805ed218,0
1579249580.811 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSEqualizer:0x805ed218,0-->MSAudioMixer:0x805ed288,0
1579249580.811 11900-11900/com.yf.project I/单元门口机: speex_lib_ctl init with neon ? 1
1579249580.811 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSFilePlayer:0x805ed2c0,0-->MSResample:0x805ed330,0
1579249580.811 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSResample:0x805ed330,0-->MSAudioMixer:0x805ed288,1
1579249580.811 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSAudioMixer:0x805ed288,0-->MSWebRTCAECM:0x805ec060,0
1579249580.811 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSWebRTCAECM:0x805ec060,0-->MSResample:0x805ec488,0
1579249580.811 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSResample:0x805ec488,0-->MSOpenSLESPlayer:0x805ece60,0
1579249580.811 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSAudioMixer:0x805ed058,1-->MSResample:0x805ed170,0
1579249580.812 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSResample:0x805ed170,0-->MSOpusEnc:0x805ed1a8,0
1579249580.812 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSOpusEnc:0x805ed1a8,0-->MSMKVRecorder:0x805ed0c8,1
1579249580.812 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSItcSource:0x805ed100,0-->MSMKVRecorder:0x805ed0c8,0
1579249580.812 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSAudioMixer:0x805ecfe8,1-->MSAudioMixer:0x805ed058,0
1579249580.812 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSTee:0x805ed090,1-->MSAudioMixer:0x805ed058,1
1579249580.812 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSAudioMixer:0x805ed058,0-->MSFileRec:0x805ed020,0
1579249580.812 11900-11900/com.yf.project W/libOpenSLES: Conversion from OpenSL ES positional channel mask 0x4 to Android mask 0 loses channels
1579249580.812 11900-11900/com.yf.project I/libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x10 based on channel count of 1)
1579249580.896 11900-11900/com.yf.project W/AudioRecord: AUDIO_INPUT_FLAG_FAST denied by server; frameCount 0
1579249580.905 11900-11900/com.yf.project I/单元门口机: Initializing speex resampler in mode [voip]
1579249580.906 11900-11900/com.yf.project I/单元门口机: Initializing WebRTC echo canceler with framesize=80, delay_ms=250, delay_samples=2000
1579249580.906 11900-11900/com.yf.project I/单元门口机: Setting maxbitrate=16000 to speex encoder.
1579249580.906 11900-11900/com.yf.project I/单元门口机: Using bitrate 15000 for speex encoder, ip bitrate is 30800
1579249580.906 11900-11900/com.yf.project I/单元门口机: Initializing speex resampler in mode [voip]
1579249580.907 11900-11900/com.yf.project I/单元门口机: MSOpusEnc: codec bitrate set to [30000] with ptime [20]
1579249580.907 11900-11900/com.yf.project I/单元门口机: Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20]
1579249580.907 11900-11900/com.yf.project I/单元门口机: Initializing speex resampler in mode [voip]
1579249580.907 11900-11900/com.yf.project I/单元门口机: Initializing speex resampler in mode [voip]
1579249580.908 11900-11900/com.yf.project I/libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x1 based on channel count of 1)
1579249580.909 11900-11900/com.yf.project D/AudioTrack: Client defaulted notificationFrames to 512 for frameCount 1024
1579249580.910 11900-11900/com.yf.project I/单元门口机: Filter MSRtpRecv is already being scheduled; nothing to do.
1579249580.914 11900-11900/com.yf.project I/单元门口机: This device (rockchip/rk3288/rk3288) says it has no built-in echo canceller.
1579249580.914 11900-11900/com.yf.project I/单元门口机: No information available for [rockchip/rk3288/rk3288],
1579249580.914 11900-11900/com.yf.project I/单元门口机: Sound device information for [rockchip/rk3288/rk3288] is: builtin=[no], delay=[250] ms
1579249580.914 11900-11900/com.yf.project I/单元门口机: MSVolume set gain to [0.000000 db], [1.000000] linear
1579249580.917 11900-11900/com.yf.project I/单元门口机: This device (rockchip/rk3288/rk3288) says it has no built-in echo canceller.
1579249580.918 11900-11900/com.yf.project I/单元门口机: No information available for [rockchip/rk3288/rk3288],
1579249580.918 11900-11900/com.yf.project I/单元门口机: Sound device information for [rockchip/rk3288/rk3288] is: builtin=[no], delay=[250] ms
1579249580.918 11900-11900/com.yf.project I/单元门口机: MSVolume set gain to [0.000000 db], [1.000000] linear
1579249580.918 11900-11900/com.yf.project I/单元门口机: audio_stream_link_video() connecting itc filters
1579249580.918 11900-11900/com.yf.project I/单元门口机: Setting video size 640x480 on stream [0x8c2d3280]
1579249580.918 11900-11900/com.yf.project W/单元门口机: CallSession [0x805f337c] - advanced adaptive rate control requested but avpf is not activated in this stream. Reverting to basic rate control instead
1579249580.918 11900-11900/com.yf.project I/单元门口机: startVideoStream: device_rotation=0
1579249580.918 11900-11900/com.yf.project I/单元门口机: Instanciating Android VIDEO capture MS filter
1579249580.918 11900-11900/com.yf.project I/单元门口机: Creating AndroidReaderContext for Android VIDEO capture filter
1579249580.918 11900-11900/com.yf.project I/单元门口机: Init of Android VIDEO capture filter (0x805b76c0)
1579249580.919 11900-11900/com.yf.project I/单元门口机: getHelperClassGlobalRef (env: 0xac6a3230)
1579249580.919 11900-11900/com.yf.project I/单元门口机: Android SDK version found is 25
1579249580.919 11900-11900/com.yf.project I/单元门口机: RtpSession [0x803c7800] sending to rtp [::ffff:192.168.1.95]:4032 rtcp [::ffff:192.168.1.95]:4033
1579249580.919 11900-11900/com.yf.project I/单元门口机: Using permissive algorithm
1579249580.919 11900-11900/com.yf.project W/单元门口机: Fail to increase socket's recv buffer size with SO_RCVBUFFORCE: Operation not permitted.
1579249580.919 11900-11900/com.yf.project W/单元门口机: Fail to increase socket's send buffer size with SO_SNDBUFFORCE: Operation not permitted.
1579249580.919 11900-22455/com.yf.project I/单元门口机: First estimation
1579249580.919 11900-11900/com.yf.project W/单元门口机: Fail to increase socket's recv buffer size with SO_RCVBUFFORCE: Operation not permitted.
1579249580.919 11900-11900/com.yf.project I/单元门口机: Stun packet sent for session [0x803c7800]
1579249580.920 11900-11900/com.yf.project I/单元门口机: Stun packet sent on rtcp for session [0x803c7800]
1579249580.920 11900-22455/com.yf.project I/单元门口机: Stun packet sent for session [0x803c6a00]
1579249580.920 11900-22455/com.yf.project I/单元门口机: Stun packet sent on rtcp for session [0x803c6a00]
1579249580.921 11900-11900/com.yf.project I/MediaCodec: callingProcessName:com.yf.project
1579249580.923 11900-22467/com.yf.project I/OMXClient: MuxOMX ctor
1579249580.923 11900-22467/com.yf.project I/ACodec: onAllocateComponent:6752 mSoftCodecPref:0 componentName:
1579249580.923 11900-22467/com.yf.project I/ACodec: onAllocateComponent:6783 mSoftCodecPref:0 componentName:OMX.rk.video_encoder.avc
1579249580.927 11900-11900/com.yf.project I/单元门口机: Codec video/avc successfully created.
1579249580.930 11900-22455/com.yf.project W/单元门口机: Getting reference signal but no echo to synchronize on.
1579249580.930 11900-22455/com.yf.project I/单元门口机: MSAudioMixer [0x805ecfe8] is entering bypass mode.
1579249580.931 11900-11900/com.yf.project I/单元门口机: This device (rockchip/rk3288/rk3288) says it has no built-in echo canceller.
1579249580.931 11900-11900/com.yf.project I/单元门口机: No information available for [rockchip/rk3288/rk3288],
1579249580.931 11900-11900/com.yf.project I/单元门口机: Sound device information for [rockchip/rk3288/rk3288] is: builtin=[no], delay=[250] ms
1579249580.932 11900-11900/com.yf.project I/单元门口机: Using the default video configuration list
1579249580.932 11900-11900/com.yf.project I/单元门口机: target bitrate not set for stream [0x8c2d3280] using payload's bitrate is 310000
1579249580.932 11900-11900/com.yf.project I/单元门口机: Limiting bitrate of video encoder to 310000 bits/s for stream [0x8c2d3280]
1579249580.932 11900-11900/com.yf.project I/单元门口机: H26xEncoder: video configuration set: bitrate=310000 bits/s, fps=15.000000, vsize=352x288
1579249580.932 11900-11900/com.yf.project I/单元门口机: H26xEncoder: AVPF disabled
1579249580.932 11900-11900/com.yf.project I/单元门口机: video_set_device_rotation : 0
1579249580.932 11900-11900/com.yf.project I/单元门口机: mediastreamer8 supported resolutions :
1579249580.932 11900-11900/com.yf.project I/单元门口机: mediastreamer 640x480
1579249580.932 11900-11900/com.yf.project I/单元门口机: mediastreamer 1280x720
1579249580.933 11900-11900/com.yf.project I/单元门口机: mediastreamer 1920x1080
1579249580.933 11900-11900/com.yf.project I/单元门口机: mediastreamer 800x600
1579249580.933 11900-11900/com.yf.project I/单元门口机: mediastreamer 320x240
1579249580.933 11900-11900/com.yf.project I/单元门口机: mediastreamer 1280x1024
1579249580.933 11900-11900/com.yf.project I/单元门口机: mediastreamer 1024x768
1579249580.933 11900-11900/com.yf.project I/单元门口机: mediastreamer 352x288
1579249580.933 11900-11900/com.yf.project I/单元门口机: mediastreamerresolution selection done (640, 480, 0)
1579249580.934 11900-11900/com.yf.project I/单元门口机: Camera selected resolution is: 640x480 (requested: 640x480) with downscaling?0
1579249580.934 11900-11900/com.yf.project I/单元门口机: Output video size adjusted to match camera resolution (640x480)
1579249580.934 11900-11900/com.yf.project I/单元门口机: Setting sent vsize=640x480, fps=15.000000
1579249580.934 11900-11900/com.yf.project I/单元门口机: H26xEncoder: video configuration set: bitrate=310000 bits/s, fps=15.000000, vsize=640x480
1579249580.934 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSAndroidVideoCapture:0x805ed480,0-->MSPixConv:0x805ed720,0
1579249580.934 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSPixConv:0x805ed720,0-->MSTee:0x805ed5d0,0
1579249580.934 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSTee:0x805ed5d0,0-->MSSizeConv:0x805ed758,0
1579249580.934 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSSizeConv:0x805ed758,0-->MSMediaCodecH264Encoder:0x805ed4b8,0
1579249580.934 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSMediaCodecH264Encoder:0x805ed4b8,0-->MSRtpSend:0x805ec840,0
1579249580.934 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSTee:0x805ed5d0,2-->MSJpegWriter:0x805ed608,0
1579249580.936 11900-11900/com.yf.project I/MediaCodec: callingProcessName:com.yf.project
1579249580.937 11900-22472/com.yf.project I/OMXClient: MuxOMX ctor
1579249580.937 11900-22472/com.yf.project I/ACodec: onAllocateComponent:6752 mSoftCodecPref:0 componentName:
1579249580.938 11900-22472/com.yf.project I/ACodec: onAllocateComponent:6783 mSoftCodecPref:0 componentName:OMX.rk.video_decoder.avc
1579249580.939 11900-22455/com.yf.project W/单元门口机: Getting reference signal but no echo to synchronize on.
1579249580.939 11900-22455/com.yf.project W/单元门口机: Not enough ref samples, using zeroes
1579249580.941 11900-11900/com.yf.project I/单元门口机: Codec video/avc successfully created.
1579249580.942 11900-11900/com.yf.project I/单元门口机: MediaCodecDecoder: starting decoder with following parameters:
{max-height=1920, width=240, height=320, mime=video/avc, priority=0, max-width=1920, color-format=2135033992}
1579249580.943 11900-22472/com.yf.project I/ACodec: [OMX.rk.video_decoder.avc] using color format 0x15 in place of 0x7f420888
1579249580.945 11900-22472/com.yf.project I/ACodec: codec does not support config priority (err -1010)
1579249580.958 11900-11900/com.yf.project I/单元门口机: MediaCodecDecoder: decoder successfully started. In-force parameters:
{max-height=1920, width=240, height=320, mime=video/avc, priority=0, max-width=1920, color-format=2135033992}
1579249580.958 11900-11900/com.yf.project I/单元门口机: MediaCodecH264Decoder: got device info: { 'rockchip', 'rk3288', 'rk3288' }
1579249580.958 11900-11900/com.yf.project E/单元门口机: no such method on filter MSMediaCodecH264Decoder, fid=16389 method index=7
1579249580.959 11900-11900/com.yf.project I/单元门口机: H26xDecoder: disabling AVPF mode
1579249580.959 11900-11900/com.yf.project I/单元门口机: H26xDecoder: freeze on error enabled
1579249580.959 11900-11900/com.yf.project E/单元门口机: no such method on filter MSAndroidTextureDisplay, fid=16387 method index=1
1579249580.959 11900-11900/com.yf.project E/单元门口机: no such method on filter MSAndroidTextureDisplay, fid=16387 method index=0
1579249580.959 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSRtpRecv:0x805ed918,0-->MSTee:0x805ecb88,0
1579249580.959 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSTee:0x805ecb88,1-->MSItcSink:0x805ecbc0,0
1579249580.959 11900-11900/com.yf.project I/单元门口机: Video ITC source updated.
1579249580.959 11900-11900/com.yf.project I/单元门口机: Configuring av recorder with video format type=video;encoding=H264;vsize=0x0;fps=0.000000;fmtp=''
1579249580.959 11900-11900/com.yf.project I/单元门口机: MKVRecorder: set pin #0 format. type=video;encoding=H264;vsize=0x0;fps=0.000000;fmtp=''
1579249580.959 11900-11900/com.yf.project I/单元门口机: configure_itc(): format set to type=video;encoding=H264;vsize=0x0;fps=0.000000;fmtp=''
1579249580.959 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSTee:0x805ecb88,0-->MSMediaCodecH264Decoder:0x805ed7c8,0
1579249580.960 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSMediaCodecH264Decoder:0x805ed7c8,0-->MSTee:0x805ed988,0
1579249580.960 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSTee:0x805ed988,1-->MSJpegWriter:0x805ed950,0
1579249580.960 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSTee:0x805ed988,0-->MSAndroidTextureDisplay:0x805ed8e0,0
1579249580.960 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSTee:0x805ed5d0,1-->MSAndroidTextureDisplay:0x805ed8e0,1
1579249580.960 11900-11900/com.yf.project I/单元门口机: Preprocessing of Android VIDEO capture filter
1579249580.960 11900-22479/com.yf.project I/单元门口机: MSVideo MSTicker priority left to normal.
1579249580.960 11900-11900/com.yf.project I/单元门口机: Starting Android camera '0' (rotation:0)
1579249580.960 11900-11900/com.yf.project I/单元门口机: startRecording(0, 640, 480, 30, 0, 2153477824)
1579249580.965 11900-22455/com.yf.project I/单元门口机: Samples are back.
1579249581.070 11900-11900/com.yf.project W/单元门口机: Camera preview orientation: 0
1579249581.070 11900-11900/com.yf.project I/单元门口机: Preprocessing of Android VIDEO capture filter done
1579249581.071 11900-11900/com.yf.project I/单元门口机: MediaCodecEncoder: configuring MediaCodec with the following parameters:
{mime=video/avc, frame-rate=15, latency=1, color-format=2135033992, profile=1, height=480, width=640, bitrate=279000, priority=0, i-frame-interval=20, level=512, bitrate-mode=1}
1579249581.072 11900-22467/com.yf.project I/ACodec: [OMX.rk.video_encoder.avc] using color format 0x13 in place of 0x7f420888
1579249581.080 11900-22467/com.yf.project I/ACodec: setupAVCEncoderParameters with [profile: Baseline] [level: Level31]
1579249581.081 11900-22467/com.yf.project I/ACodec: [OMX.rk.video_encoder.avc] cannot encode color aspects. Ignoring.
1579249581.081 11900-22467/com.yf.project I/ACodec: [OMX.rk.video_encoder.avc] cannot encode HDR static metadata. Ignoring.
1579249581.081 11900-22467/com.yf.project I/ACodec: setupVideoEncoder succeeded
1579249581.082 11900-22467/com.yf.project I/ACodec: codec does not support config priority (err -1010)
1579249581.084 11900-11900/com.yf.project I/单元门口机: MediaCodecEncoder: encoder successfully configured. In-force parameters:
{height=480, width=640, bitrate=279000, mime=video/avc, max-bitrate=279000}
1579249581.088 11900-11900/com.yf.project I/单元门口机: MediaCodecEncoder: encoder successfully started
1579249581.088 11900-11900/com.yf.project I/单元门口机: Video ITC source updated.
1579249581.089 11900-11900/com.yf.project I/单元门口机: Configuring av recorder with video format type=video;encoding=H264;vsize=0x0;fps=0.000000;fmtp=''
1579249581.089 11900-11900/com.yf.project I/单元门口机: MKVRecorder: set pin #0 format. type=video;encoding=H264;vsize=0x0;fps=0.000000;fmtp=''
1579249581.089 11900-11900/com.yf.project I/单元门口机: Filter MSRtpRecv is already being scheduled; nothing to do.
1579249581.089 11900-11900/com.yf.project I/单元门口机: Resizing video preview to: 640x480
1579249581.089 11900-11900/com.yf.project W/单元门口机: [Platform Helper] Couldn't resize video preview to: 640x480, no texture view found
1579249581.090 11900-11900/com.yf.project I/单元门口机: CallSession[0x805f337c] : payload type 97 speex/8000 fmtp=vbr=on added to frozen list
1579249581.090 11900-11900/com.yf.project I/单元门口机: CallSession[0x805f337c] : payload type 96 telephone-event/8000 fmtp= added to frozen list
1579249581.090 11900-11900/com.yf.project I/单元门口机: CallSession[0x805f337c] : payload type 97 H264/90000 fmtp=profile-level-id=42801F added to frozen list
1579249581.090 11900-11900/com.yf.project I/单元门口机: CallSession [0x805f337c] moving from state State::Connected to State::StreamsRunning
1579249581.090 11900-22479/com.yf.project I/单元门口机: Stun packet sent for session [0x803c7800]
1579249581.090 11900-11900/com.yf.project I/单元门口机: [Manager] New call state [StreamsRunning]
1579249581.091 11900-22479/com.yf.project I/单元门口机: Stun packet sent on rtcp for session [0x803c7800]
1579249581.091 11900-22479/com.yf.project I/单元门口机: First estimation
1579249581.092 11900-11900/com.yf.project W/单元门口机: [Audio Manager] already in MODE_IN_COMMUNICATION, skipping...
1579249581.093 11900-11900/com.yf.project E/---: onCallStateChanged: StreamsRunning--Connected (streams running)
1579249581.098 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_state_changed]
1579249581.099 11900-11900/com.yf.project I/单元门口机: CallSession accepted
1579249581.100 11900-11900/com.yf.project I/单元门口机: First estimation
1579249581.100 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=23.87,u=0.00], video=[d=0.00,u=0.00,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=1.67,u=0.00], video=[d=1.45,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249581.101 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=9.29019 video=0.911159 text=0
1579249581.101 11900-11900/com.yf.project I/单元门口机: MSAudio stream [0x805c52c0]: receiving RTCP RR
1579249581.101 11900-11900/com.yf.project I/单元门口机: MSAudio stream [0x805c52c0]: receiving RTCP RR
1579249581.101 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249581.101 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249581.101 11900-11900/com.yf.project I/单元门口机: MSVideo stream [0x8c2d3280]: receiving RTCP RR
1579249581.102 11900-11900/com.yf.project I/单元门口机: MSVideo stream [0x8c2d3280]: receiving RTCP RR
1579249581.102 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249581.102 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249581.106 11900-11900/com.yf.project I/单元门口机: Callbacks [0x7ffd34d8] unregistered on core [0x8c56a700]
1579249581.106 11900-11900/com.yf.project I/单元门口机: [Activity Monitor] Activity paused:com.yf.project.linphone.call.CallIncomingActivity@e34a60a
1579249581.106 11900-11900/com.yf.project I/单元门口机: [Activity Monitor] runningActivities=0
1579249581.119 11900-11900/com.yf.project D/AndroidAutoSize: com.yf.project.linphone.call.CallActivity used the global configuration.
1579249581.120 11900-11900/com.yf.project D/AndroidAutoSize: The com.yf.project.linphone.call.CallActivity has been adapted!
CallActivity Info: isBaseOnWidth = true, designWidthInDp = 1303.000000, designWidthInSubunits = 1303.000000, targetDensity = 0.613968, targetScaledDensity = 0.613968, targetDensityDpi = 98, targetXdpi = 0.613968
1579249581.120 11900-11900/com.yf.project I/单元门口机: [Activity Monitor] Activity created:com.yf.project.linphone.call.CallActivity@d77f16a
1579249581.221 11900-11906/com.yf.project I/art: Do partial code cache collection, code=20KB, data=31KB
1579249581.222 11900-11906/com.yf.project I/art: After code cache collection, code=20KB, data=31KB
1579249581.222 11900-11906/com.yf.project I/art: Increasing code cache capacity to 128KB
1579249581.312 11900-11900/com.yf.project D/AndroidAutoSize: com.yf.project.linphone.call.CallActivity used the global configuration.
1579249581.313 11900-11900/com.yf.project D/AndroidAutoSize: The com.yf.project.linphone.call.CallActivity has been adapted!
CallActivity Info: isBaseOnWidth = true, designWidthInDp = 1303.000000, designWidthInSubunits = 1303.000000, targetDensity = 0.613968, targetScaledDensity = 0.613968, targetDensityDpi = 98, targetXdpi = 0.613968
1579249581.313 11900-11900/com.yf.project I/单元门口机: Activity started:com.yf.project.linphone.call.CallActivity@d77f16a
1579249581.316 11900-11900/com.yf.project I/单元门口机: Core callbacks [0x7ffd54e0] registered on core [0x8c56a700]
1579249581.319 11900-11900/com.yf.project I/单元门口机: [Activity Monitor] Activity resumed:com.yf.project.linphone.call.CallActivity@d77f16a
1579249581.319 11900-11900/com.yf.project I/单元门口机: [Activity Monitor] runningActivities=1
1579249581.320 11900-11900/com.yf.project I/单元门口机: [Generic Activity] Device orientation is 0 (raw value is 0)
1579249581.321 11900-11900/com.yf.project I/单元门口机: Postprocessing of Android VIDEO capture filter
1579249581.345 11900-11900/com.yf.project I/MediaCodec: callingProcessName:com.yf.project
1579249581.346 11900-22467/com.yf.project I/OMXClient: MuxOMX ctor
1579249581.346 11900-22467/com.yf.project I/ACodec: onAllocateComponent:6752 mSoftCodecPref:0 componentName:
1579249581.347 11900-22467/com.yf.project I/ACodec: onAllocateComponent:6783 mSoftCodecPref:0 componentName:OMX.rk.video_encoder.avc
1579249581.351 11900-11900/com.yf.project I/单元门口机: ms_filter_unlink: MSAndroidVideoCapture:0x805ed480,0-->MSPixConv:0x805ed720,0
1579249581.351 11900-22478/com.yf.project I/单元门口机: [TextureView Display] Destroying context
1579249581.351 11900-11900/com.yf.project I/单元门口机: ms_filter_unlink: MSPixConv:0x805ed720,0-->MSTee:0x805ed5d0,0
1579249581.351 11900-22478/com.yf.project I/单元门口机: [TextureView Display] Context destroyed
1579249581.351 11900-11900/com.yf.project I/单元门口机: ms_filter_unlink: MSTee:0x805ed5d0,0-->MSSizeConv:0x805ed758,0
1579249581.351 11900-11900/com.yf.project I/单元门口机: ms_filter_unlink: MSSizeConv:0x805ed758,0-->MSMediaCodecH264Encoder:0x805ed4b8,0
1579249581.351 11900-11900/com.yf.project I/单元门口机: Using the default video configuration list
1579249581.351 11900-11900/com.yf.project I/单元门口机: video_set_device_rotation : 0
1579249581.351 11900-11900/com.yf.project I/单元门口机: mediastreamer8 supported resolutions :
1579249581.352 11900-11900/com.yf.project I/单元门口机: mediastreamer 640x480
1579249581.352 11900-11900/com.yf.project I/单元门口机: mediastreamer 1280x720
1579249581.352 11900-11900/com.yf.project I/单元门口机: mediastreamer 1920x1080
1579249581.352 11900-11900/com.yf.project I/单元门口机: mediastreamer 800x600
1579249581.352 11900-11900/com.yf.project I/单元门口机: mediastreamer 320x240
1579249581.352 11900-11900/com.yf.project I/单元门口机: mediastreamer 1280x1024
1579249581.352 11900-11900/com.yf.project I/单元门口机: mediastreamer 1024x768
1579249581.352 11900-11900/com.yf.project I/单元门口机: mediastreamer 352x288
1579249581.352 11900-11900/com.yf.project I/单元门口机: mediastreamerresolution selection done (640, 480, 0)
1579249581.353 11900-11900/com.yf.project I/单元门口机: Camera selected resolution is: 640x480 (requested: 640x480) with downscaling?0
1579249581.353 11900-11900/com.yf.project I/单元门口机: Output video size adjusted to match camera resolution (640x480)
1579249581.353 11900-11900/com.yf.project I/单元门口机: Setting sent vsize=640x480, fps=15.000000
1579249581.353 11900-11900/com.yf.project I/单元门口机: H26xEncoder: video configuration set: bitrate=310000 bits/s, fps=15.000000, vsize=640x480
1579249581.353 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSAndroidVideoCapture:0x805ed480,0-->MSPixConv:0x805ed758,0
1579249581.353 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSPixConv:0x805ed758,0-->MSTee:0x805ed5d0,0
1579249581.353 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSTee:0x805ed5d0,0-->MSSizeConv:0x805ed720,0
1579249581.353 11900-11900/com.yf.project I/单元门口机: ms_filter_link: MSSizeConv:0x805ed720,0-->MSMediaCodecH264Encoder:0x805ed4b8,0
1579249581.353 11900-11900/com.yf.project I/单元门口机: Preprocessing of Android VIDEO capture filter
1579249581.353 11900-11900/com.yf.project I/单元门口机: Starting Android camera '0' (rotation:0)
1579249581.353 11900-11900/com.yf.project I/单元门口机: startRecording(0, 640, 480, 30, 0, 2153477824)
1579249581.452 11900-11900/com.yf.project W/单元门口机: Camera preview orientation: 0
1579249581.453 11900-11900/com.yf.project I/单元门口机: Preprocessing of Android VIDEO capture filter done
1579249581.453 11900-11900/com.yf.project I/单元门口机: MediaCodecEncoder: configuring MediaCodec with the following parameters:
{mime=video/avc, frame-rate=15, latency=1, color-format=2135033992, profile=1, height=480, width=640, bitrate=279000, priority=0, i-frame-interval=20, level=512, bitrate-mode=1}
1579249581.454 11900-22467/com.yf.project I/ACodec: [OMX.rk.video_encoder.avc] using color format 0x13 in place of 0x7f420888
1579249581.457 11900-22467/com.yf.project I/ACodec: setupAVCEncoderParameters with [profile: Baseline] [level: Level31]
1579249581.458 11900-22467/com.yf.project I/ACodec: [OMX.rk.video_encoder.avc] cannot encode color aspects. Ignoring.
1579249581.458 11900-22467/com.yf.project I/ACodec: [OMX.rk.video_encoder.avc] cannot encode HDR static metadata. Ignoring.
1579249581.459 11900-22467/com.yf.project I/ACodec: setupVideoEncoder succeeded
1579249581.460 11900-22467/com.yf.project I/ACodec: codec does not support config priority (err -1010)
1579249581.461 11900-11900/com.yf.project I/单元门口机: MediaCodecEncoder: encoder successfully configured. In-force parameters:
{height=480, width=640, bitrate=279000, mime=video/avc, max-bitrate=279000}
1579249581.465 11900-11900/com.yf.project I/单元门口机: MediaCodecEncoder: encoder successfully started
1579249581.465 11900-11900/com.yf.project I/单元门口机: Video ITC source updated.
1579249581.466 11900-11900/com.yf.project I/单元门口机: Configuring av recorder with video format type=video;encoding=H264;vsize=0x0;fps=0.000000;fmtp=''
1579249581.466 11900-11900/com.yf.project I/单元门口机: MKVRecorder: set pin #0 format. type=video;encoding=H264;vsize=0x0;fps=0.000000;fmtp=''
1579249581.468 11900-11900/com.yf.project I/单元门口机: [Permission] android.permission.RECORD_AUDIO permission is granted
1579249581.474 11900-11900/com.yf.project I/单元门口机: This device (rockchip/rk3288/rk3288) says it has no built-in echo canceller.
1579249581.474 11900-11900/com.yf.project I/单元门口机: No information available for [rockchip/rk3288/rk3288],
1579249581.474 11900-11900/com.yf.project I/单元门口机: Sound device information for [rockchip/rk3288/rk3288] is: builtin=[no], delay=[250] ms
1579249581.474 11900-11900/com.yf.project I/单元门口机: MSVolume set gain to [0.000000 db], [1.000000] linear
1579249581.486 11900-11900/com.yf.project W/单元门口机: [Audio Manager] Routing audio to speaker
1579249581.493 11900-11900/com.yf.project I/单元门口机: Core callbacks [0x7ffd5580] registered on core [0x8c56a700]
1579249581.493 11900-11900/com.yf.project I/单元门口机: Core callbacks [0x7ffd41a8] registered on core [0x8c56a700]
1579249581.501 11900-11900/com.yf.project W/单元门口机: [Status Fragment] Can't display ZRTP popup, no token !
1579249581.509 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x100bfe]
1579249581.509 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40]: starting recv background task with id=[100bfe].
1579249581.509 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40]: received [357] new bytes from [TCP://::ffff:192.168.1.95:61843]:
ACK sip:outdoor@192.168.1.184;transport=tcp SIP/2.0
Via: SIP/2.0/TCP 192.168.1.95:61842;rport;branch=z9hG4bKPj7bab5746e5674fe096f47a43609e1f3c;alias
Max-Forwards: 70
From: ;tag=b2b3304f63554cb59603a21be272cdb4
To: sip:outdoor@192.168.1.184;tag=EqtpE-h
Call-ID: fbd25b94fe574c338f706fdb2ca1a4f0
CSeq: 20240 ACK
Content-Length: 0
1579249581.517 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40] [357] bytes parsed
1579249581.518 11900-11900/com.yf.project I/单元门口机: Incoming INVITE has ACK, dialog is happy
1579249581.518 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40]: ending recv background task with id=[100bfe].
1579249581.519 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_release(): Android wake lock released [ref=0x100bfe]
1579249581.519 11900-11900/com.yf.project I/单元门口机: Camera preview size changed: 640x480
1579249581.519 11900-11900/com.yf.project I/单元门口机: Resizing video preview to: 640x480
1579249581.519 11900-11900/com.yf.project I/单元门口机: [Platform Helper] Video preview size is now: 640x480
1579249581.520 11900-11900/com.yf.project I/单元门口机: [Platform Helper] Preview layout params are: -2, 123
1579249581.520 11900-11900/com.yf.project I/单元门口机: [Platform Helper] Preview max width: 640, max height: 123
1579249581.520 11900-11900/com.yf.project I/单元门口机: [Platform Helper] Preview layout params updated to: 164, 123
1579249581.520 11900-11900/com.yf.project I/单元门口机: MSAudio stream [0x805c52c0]: receiving RTCP SR
1579249581.520 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249581.531 11900-22479/com.yf.project I/单元门口机: MediaCodecDecoder: new paramter sets received
1579249581.532 11900-22479/com.yf.project I/单元门口机: MediaCodecDecoder: key frame received
1579249581.561 11900-22479/com.yf.project I/单元门口机: MediaCodecDecoder: output buffers has changed
1579249581.583 11900-11952/com.yf.project D/mali_winsys: EGLint new_window_surface(egl_winsys_display , void , EGLSurface, EGLConfig, egl_winsys_surface *, egl_color_buffer_format , EGLBoolean) returns 0x3000
1579249581.647 11900-11900/com.yf.project I/单元门口机: [Platform Helper] Rendering window surface is available
1579249581.649 11900-11900/com.yf.project I/单元门口机: [TextureView Display] New window jobject ptr is 0x200c32, current one is 0x0
1579249581.649 11900-11900/com.yf.project W/单元门口机: [TextureView Display] Window set but no OGL context, let's init it
1579249581.650 11900-22478/com.yf.project I/单元门口机: [TextureView Display] Initializing context
1579249581.650 11900-22478/com.yf.project I/单元门口机: [TextureView Display] Chosen format is 2
1579249581.650 11900-22478/com.yf.project D/mali_winsys: EGLint new_window_surface(egl_winsys_display , void , EGLSurface, EGLConfig, egl_winsys_surface , egl_color_buffer_format *, EGLBoolean) returns 0x3000
1579249581.650 11900-22478/com.yf.project I/单元门口机: [TextureView Display] Surface size is 800x1208
1579249581.652 11900-22478/com.yf.project I/单元门口机: ogl_display_new : 0x8fa87fa0
1579249581.652 11900-22478/com.yf.project I/单元门口机: init opengles_display (800 x 1208, gl initialized:0)
1579249581.652 11900-22478/com.yf.project I/单元门口机: resize opengles_display (800 x 1208, gl initialized:0)
1579249581.652 11900-22478/com.yf.project I/单元门口机: OpenGL version string: OpenGL ES 3.2 v1.r18p0-01rel0.af96b5aad9c0ccc8dee4b7c083ab1938
1579249581.652 11900-22478/com.yf.project I/单元门口机: OpenGL extensions: GL_EXT_debug_marker GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth24 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_EGL_sync GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_type_2_10_10_10_REV GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_EXT_shadow_samplers GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_hdr GL_KHR_texture_compression_astc_sliced_3d GL_KHR_debug GL_EXT_occlusion_query_boolean GL_EXT_disjoint_timer_query GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_OES_texture_3D GL_EXT_texture_storage GL_EXT_multisampled_render_to_texture GL_OES_surfaceless_context GL_OES_texture_stencil8 GL_EXT_shader_pixel_local_storage GL_ARM_shader_framebuffer_fetch GL_ARM_shader_framebuffer_fetch_depth_stencil GL_ARM_mali_program_binary GL_EXT_sRGB GL_EXT_sRGB_write_control GL_EXT_texture_sRGB_decode GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_RG8 GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OES_texture_storage_multisample_2d_array GL_OES_shader_image_atomic GL_EXT_robustness GL_EXT_draw_buffers_indexed GL_OES_draw_buffers_indexed GL_EXT_texture_border_clamp GL_OES_texture_border_clamp GL_EXT_texture_cube_map_array GL_OES_texture_cube_map_array GL_OES_sample_variables GL_OES_sample_shading GL_OES_shader_multisample_interpolation GL_EXT_shader_io_blocks GL_OES_shader_io_blocks GL_EXT_tessellation_shader GL_OES_tessellation_shader GL_EXT_primitive_bounding_box GL_OES_primitive_bounding_box GL_EXT_geometry_shader GL_OES_geometry_shader GL_ANDROID_extension_pack_es31a GL_EXT_gpu_shader5 GL_OES_gpu_shader5 GL_EXT_texture_buffer GL_OES_texture_buffer GL_EXT_copy_image GL_OES_copy_image GL_EXT_color_buffer_half_float GL_EXT_color_buffer_float GL_EXT_YUV_target GL_OVR_multiview GL_OVR_multiview2 GL_OVR_multiview_multisampled_render_to_texture GL_KHR_robustness GL_KHR_robust_buffer_access_behavior GL_EXT_draw_elements_base_vertex GL_OES_draw_elements_base_vertex GL_EXT_protected_textures
1579249581.652 11900-22478/com.yf.project I/单元门口机: OpenGL vendor: ARM
1579249581.652 11900-22478/com.yf.project I/单元门口机: OpenGL renderer: Mali-T760
1579249581.652 11900-22478/com.yf.project I/单元门口机: OpenGL version: OpenGL ES 3.2 v1.r18p0-01rel0.af96b5aad9c0ccc8dee4b7c083ab1938
1579249581.653 11900-22478/com.yf.project I/单元门口机: OpenGL GLSL version: OpenGL ES GLSL ES 3.20
1579249581.654 11900-11900/com.yf.project I/单元门口机: [Platform Helper] Preview window surface is available
1579249581.656 11900-11900/com.yf.project I/单元门口机: Preview capture window set for the 1st time (win: 0x200bfe rotation:0)
1579249581.661 11900-11900/com.yf.project I/单元门口机: Camera [android.hardware.Camera@71c4d63] preview started
1579249581.670 11900-22478/com.yf.project I/单元门口机: OpenGL program info: [NO INFORMATION]
1579249581.670 11900-22478/com.yf.project I/单元门口机: [TextureView Display] Context initialized
1579249581.693 11900-11900/com.yf.project I/单元门口机: Camera preview size changed: 640x480
1579249581.694 11900-11900/com.yf.project I/单元门口机: Resizing video preview to: 640x480
1579249581.694 11900-11900/com.yf.project I/单元门口机: [Platform Helper] Video preview size is now: 640x480
1579249581.694 11900-11900/com.yf.project I/单元门口机: [Platform Helper] Preview layout params are: 164, 123
1579249581.694 11900-11900/com.yf.project I/单元门口机: [Platform Helper] Preview max width: 164, max height: 123
1579249581.694 11900-11900/com.yf.project I/单元门口机: [Platform Helper] Preview layout params updated to: 164, 123
1579249581.786 11900-11900/com.yf.project I/单元门口机: [Activity Monitor] Activity stopped:com.yf.project.linphone.call.CallIncomingActivity@e34a60a
1579249581.787 11900-11900/com.yf.project I/单元门口机: [Activity Monitor] Activity destroyed:com.yf.project.linphone.call.CallIncomingActivity@e34a60a
1579249581.810 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=27.58,u=27.16], video=[d=28.32,u=0.00,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.19,u=0.81], video=[d=0.04,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249581.810 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=10.1386 video=5.04734 text=0
1579249581.915 11900-22455/com.yf.project I/单元门口机: MSAudioMixer [0x805ed288] is entering bypass mode.
1579249582.400 11900-22479/com.yf.project I/单元门口机: Sending RTCP RR compound message on session [0x803c7800].
1579249582.415 11900-11900/com.yf.project I/单元门口机: MSVideo_stream_iterate[0x8c2d3280], local statistics available:
Local current jitter buffer size: 70.6ms
1579249582.416 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249582.484 11900-22479/com.yf.project I/单元门口机: MediaCodecEncoder: output format has changed.
1579249582.485 11900-22479/com.yf.project I/单元门口机: MediaCodecEncoder: new output format:
{csd-1=java.nio.HeapByteBuffer[pos=0 lim=8 cap=8], mime=video/avc, width=640, height=480, bitrate=279000, csd-0=java.nio.HeapByteBuffer[pos=0 lim=27 cap=27], max-bitrate=279000}
1579249582.682 11900-11900/com.yf.project I/单元门口机: MSVideo stream [0x8c2d3280]: receiving RTCP SR
1579249582.683 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249582.694 11900-22455/com.yf.project I/单元门口机: Sending RTCP SR compound message on session [0x803c6a00].
1579249582.714 11900-11900/com.yf.project I/单元门口机: MSAudio_stream_iterate[0x805c52c0], local statistics available:
Local current jitter buffer size: 58.7ms
1579249582.714 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249582.816 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=29.96,u=31.19], video=[d=876.36,u=0.74,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=1.41], video=[d=1.68,u=0.74], text=[d=0.00,u=0.00] kbits/sec
1579249582.816 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=9.53179 video=8.64535 text=0
1579249582.850 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x200bee]
1579249582.851 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40]: starting recv background task with id=[200bee].
1579249582.851 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40]: received [604] new bytes from [TCP://::ffff:192.168.1.95:61843]:
1579249582.851 11900-11900/com.yf.project I/单元门口机: INFO sip:outdoor@192.168.1.184;transport=tcp SIP/2.0
1579249582.851 11900-11900/com.yf.project I/单元门口机: Via: SIP/2.0/TCP 192.168.1.95:61842;rport;branch=z9hG4bKPj2f6fc093493448bbb946909b93428391;alias
1579249582.851 11900-11900/com.yf.project I/单元门口机: Max-Forwards: 70
1579249582.851 11900-11900/com.yf.project I/单元门口机: From: ;tag=b2b3304f63554cb59603a21be272cdb4
1579249582.851 11900-11900/com.yf.project I/单元门口机: To: sip:outdoor@192.168.1.184;tag=EqtpE-h
1579249582.851 11900-11900/com.yf.project I/单元门口机: Call-ID: fbd25b94fe574c338f706fdb2ca1a4f0
1579249582.851 11900-11900/com.yf.project I/单元门口机: CSeq: 20241 INFO
1579249582.851 11900-11900/com.yf.project I/单元门口机: User-Agent: PJSUA v2.9 win32-6.2/i386/msvc-19.1.6
1579249582.851 11900-11900/com.yf.project I/单元门口机: Content-Type: application/media_control+xml
1579249582.851 11900-11900/com.yf.project I/单元门口机: Content-Length: 146
1579249582.851 11900-11900/com.yf.project I/单元门口机: <?xml version="1.0" encoding="utf-8" ?>
1579249582.863 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40] [458] bytes parsed
1579249582.864 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40] read [146] bytes of body from [::ffff:192.168.1.95:61843]
1579249582.867 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_acquire(): Android wake lock [belle-sip transaction(0x7fc98a80)] acquired [ref=0x100bea]
1579249582.868 11900-11900/com.yf.project I/单元门口机: transaction [0x7fc98a80]: starting transaction background task with id=[100bea].
1579249582.869 11900-11900/com.yf.project I/单元门口机: Changing [server] [INFO] transaction [0x7fc98a80], from state [INIT] to [TRYING]
1579249582.869 11900-11900/com.yf.project I/单元门口机: Receiving VFU request on op [0xac6b8f00]
1579249582.869 11900-11900/com.yf.project I/单元门口机: H26xEncoder: VFU requested
1579249582.869 11900-11900/com.yf.project I/单元门口机: Changing [server] [INFO] transaction [0x7fc98a80], from state [TRYING] to [COMPLETED]
1579249582.870 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40]: message sent to [TCP://::ffff:192.168.1.95:61843], size: [427] bytes
1579249582.870 11900-11900/com.yf.project I/单元门口机: SIP/2.0 200 Ok
1579249582.870 11900-11900/com.yf.project I/单元门口机: Via: SIP/2.0/TCP 192.168.1.95:61842;branch=z9hG4bKPj2f6fc093493448bbb946909b93428391;alias;rport=61843
1579249582.870 11900-11900/com.yf.project I/单元门口机: From: ;tag=b2b3304f63554cb59603a21be272cdb4
1579249582.870 11900-11900/com.yf.project I/单元门口机: To: sip:outdoor@192.168.1.184;tag=EqtpE-h
1579249582.870 11900-11900/com.yf.project I/单元门口机: Call-ID: fbd25b94fe574c338f706fdb2ca1a4f0
1579249582.870 11900-11900/com.yf.project I/单元门口机: CSeq: 20241 INFO
1579249582.870 11900-11900/com.yf.project I/单元门口机: User-Agent: LinphoneAndroid/4.1 (rk3288) LinphoneSDK/4.2-125-g46ea9b5 (master)
1579249582.870 11900-11900/com.yf.project I/单元门口机: Supported: replaces, outbound, gruu
1579249582.870 11900-11900/com.yf.project I/单元门口机: Content-Length: 0
1579249582.870 11900-11900/com.yf.project I/单元门口机: Dialog [0x803f79a0]: now updated by transaction [0x7fc98a80].
1579249582.870 11900-11900/com.yf.project I/单元门口机: channel [0x7fd03d40]: ending recv background task with id=[200bee].
1579249582.871 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_release(): Android wake lock released [ref=0x200bee]
1579249582.872 11900-11900/com.yf.project I/单元门口机: Changing [server] [INFO] transaction [0x7fc98a80], from state [COMPLETED] to [TERMINATED]
1579249582.872 11900-11900/com.yf.project I/单元门口机: Server INFO transaction [0x7fc98a80] terminated
1579249582.872 11900-11900/com.yf.project I/单元门口机: transaction [0x7fc98a80]: ending transaction background task with id=[100bea].
1579249582.874 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_release(): Android wake lock released [ref=0x100bea]
1579249582.880 11900-22479/com.yf.project I/单元门口机: H26xEncoder: requesting I-frame to the encoder.
1579249582.880 11900-22479/com.yf.project I/单元门口机: AMediaCodec_setParams() request-sync key transfered to Bundle with value 0
1579249582.880 11900-22479/com.yf.project E/单元门口机: MediaCodecEncoder: I-frame requested to MediaCodec
1579249583.178 11900-11900/com.yf.project D/AlarmPingSender.java: [onReceive:116]Sending Ping at:1579249583178
1579249583.704 11900-22479/com.yf.project E/单元门口机: Jitter buffer stays unconverged for one second, reset it.
1579249583.824 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=29.67,u=31.77], video=[d=788.79,u=428.19,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=0.00], video=[d=0.01,u=1.25], text=[d=0.00,u=0.00] kbits/sec
1579249583.824 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=10.8821 video=9.53464 text=0
1579249584.343 11900-22467/com.yf.project W/AMessage: failed to deliver message as target handler 12 is gone.
1579249584.490 11900-22479/com.yf.project I/单元门口机: H26xEncoder: requesting I-frame to the encoder.
1579249584.490 11900-22479/com.yf.project I/单元门口机: AMediaCodec_setParams() request-sync key transfered to Bundle with value 0
1579249584.491 11900-22479/com.yf.project E/单元门口机: MediaCodecEncoder: I-frame requested to MediaCodec
1579249584.810 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=30.76,u=31.18], video=[d=874.27,u=677.96,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=0.00], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249584.810 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=8.71477 video=9.45368 text=0
1579249585.240 11900-22479/com.yf.project E/单元门口机: Jitter buffer stays unconverged for one second, reset it.
1579249585.363 11900-22479/com.yf.project I/单元门口机: Sending RTCP SR compound message on session [0x803c7800].
1579249585.375 11900-11900/com.yf.project I/单元门口机: MSVideo_stream_iterate[0x8c2d3280], local statistics available:
Local current jitter buffer size: 145.2ms
1579249585.375 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249585.456 11900-11900/com.yf.project I/单元门口机: MSAudio stream [0x805c52c0]: receiving RTCP SR
1579249585.456 11900-11900/com.yf.project I/单元门口机: MSQualityIndicator[0x7fff77e0][audio], remote statistics available:
Loss rate : 0.0%
Inter-arrival jitter: 8.9ms
RT propagation : 25.8ms
1579249585.457 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249585.634 11900-22455/com.yf.project I/单元门口机: Sending RTCP SR compound message on session [0x803c6a00].
1579249585.663 11900-11900/com.yf.project I/单元门口机: MSAudio_stream_iterate[0x805c52c0], local statistics available:
Local current jitter buffer size: 58.1ms
1579249585.663 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249585.744 11900-22455/com.yf.project I/单元门口机: [OpenSLES] sound/wall clock skew is average=-6.05875 ms
1579249585.827 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=31.09,u=31.16], video=[d=899.18,u=600.48,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.63,u=1.41], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249585.827 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=13.5717 video=17.4464 text=0
1579249585.924 11900-22455/com.yf.project I/单元门口机: jitter buffer stable: target-size: 59.999999 ms, effective-size: 58.095238 (min: 40 nom: 60, max: 500)
1579249585.924 11900-22455/com.yf.project I/单元门口机: jitter buffer rls stats: count=250, clockrate=8000, offset=-26.0039 clock_ratio=0.999866, capped_offset=1094 capped_clock_ratio=0.999866, max_ts_deviation=480.000000 prev_max_ts_deviation=480.000000, deviation=31, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.011627
1579249585.961 11900-22479/com.yf.project I/单元门口机: video processing delay = { min=0ms, mean=0.0ms, max=0ms } (RtpSession=0x803c7800)
1579249586.325 11900-11900/com.yf.project I/单元门口机: Channel has local address 192.168.1.184:5060
1579249586.325 11900-11900/com.yf.project I/单元门口机: channel 0x7fdbf640: state READY
1579249586.325 11900-11900/com.yf.project I/单元门口机: udp_listening_point: new channel created to ::ffff:192.168.1.34:5060
1579249586.327 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x100bc2]
1579249586.327 11900-11900/com.yf.project I/单元门口机: channel [0x7fdbf640]: starting recv background task with id=[100bc2].
1579249586.327 11900-11900/com.yf.project I/单元门口机: channel [0x7fdbf640]: ending recv background task with id=[100bc2].
1579249586.328 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_release(): Android wake lock released [ref=0x100bc2]
1579249586.500 11900-22479/com.yf.project I/单元门口机: H26xEncoder: requesting I-frame to the encoder.
1579249586.500 11900-22479/com.yf.project I/单元门口机: AMediaCodec_setParams() request-sync key transfered to Bundle with value 0
1579249586.501 11900-22479/com.yf.project E/单元门口机: MediaCodecEncoder: I-frame requested to MediaCodec
1579249586.701 11900-22479/com.yf.project E/单元门口机: Jitter buffer stays unconverged for one second, reset it.
1579249586.836 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=31.35,u=31.25], video=[d=610.88,u=550.60,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=0.00], video=[d=0.00,u=1.41], text=[d=0.00,u=0.00] kbits/sec
1579249586.836 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=9.40981 video=14.3195 text=0
1579249587.500 11900-22479/com.yf.project I/单元门口机: Captured mean fps=14.827757, expected=15.000000
1579249587.829 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=30.89,u=31.20], video=[d=135.16,u=594.58,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=0.00], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249587.829 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=10.3876 video=8.2516 text=0
1579249588.340 11900-22479/com.yf.project I/单元门口机: Sending RTCP SR compound message on session [0x803c7800].
1579249588.366 11900-11900/com.yf.project I/单元门口机: MSVideo_stream_iterate[0x8c2d3280], local statistics available:
Local current jitter buffer size: 473.0ms
1579249588.367 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249588.485 11900-22455/com.yf.project I/单元门口机: Sending RTCP SR compound message on session [0x803c6a00].
1579249588.501 11900-11900/com.yf.project I/单元门口机: MSAudio_stream_iterate[0x805c52c0], local statistics available:
Local current jitter buffer size: 55.4ms
1579249588.502 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249588.823 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=31.96,u=31.20], video=[d=100.28,u=482.86,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=1.41], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249588.823 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=8.88885 video=7.52727 text=0
1579249589.815 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=27.47,u=31.25], video=[d=66.76,u=509.82,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=0.00], video=[d=0.00,u=1.41], text=[d=0.00,u=0.00] kbits/sec
1579249589.815 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=9.29561 video=10.9107 text=0
1579249590.110 11900-11900/com.yf.project I/单元门口机: MSAudio stream [0x805c52c0]: receiving RTCP SR
1579249590.111 11900-11900/com.yf.project I/单元门口机: MSQualityIndicator[0x7fff77e0][audio], remote statistics available:
Loss rate : 0.0%
Inter-arrival jitter: 10.9ms
RT propagation : 17.0ms
1579249590.111 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249590.336 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x10099e]
1579249590.337 11900-11900/com.yf.project I/单元门口机: channel [0x7fd66ec0]: starting recv background task with id=[10099e].
1579249590.337 11900-11900/com.yf.project I/单元门口机: channel [0x7fd66ec0]: ending recv background task with id=[10099e].
1579249590.339 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_release(): Android wake lock released [ref=0x10099e]
1579249590.493 11900-11900/com.yf.project I/单元门口机: MSVideo stream [0x8c2d3280]: receiving RTCP SR
1579249590.493 11900-11900/com.yf.project I/单元门口机: MSSimpleQosAnalyzer: lost_percentage=0.000000, int_jitter=7.011111 ms, rt_prop=0.014145 sec
1579249590.493 11900-11900/com.yf.project I/单元门口机: MSSimpleQosAnalyzer: everything is fine.
1579249590.494 11900-11900/com.yf.project I/单元门口机: MSBitrateController: current state is Init
1579249590.494 11900-11900/com.yf.project I/单元门口机: MSQualityIndicator[0x7fff7e40][video], remote statistics available:
Loss rate : 0.0%
Inter-arrival jitter: 7.0ms
RT propagation : 14.1ms
1579249590.494 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249590.744 11900-22455/com.yf.project I/单元门口机: [OpenSLES] sound/wall clock skew is average=-6.13768 ms
1579249590.823 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=12.36,u=31.18], video=[d=146.55,u=535.29,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.10,u=0.00], video=[d=0.74,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249590.823 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=8.21567 video=8.90093 text=0
1579249590.964 11900-22479/com.yf.project I/单元门口机: video processing delay = { min=0ms, mean=0.0ms, max=0ms } (RtpSession=0x803c7800)
1579249590.995 11900-22455/com.yf.project W/单元门口机: Not enough ref samples, using zeroes
1579249591.071 11900-22479/com.yf.project I/单元门口机: Sending RTCP SR compound message on session [0x803c7800].
1579249591.092 11900-11900/com.yf.project I/单元门口机: MSVideo_stream_iterate[0x8c2d3280], local statistics available:
Local current jitter buffer size: 399.6ms
1579249591.092 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249591.104 11900-22455/com.yf.project I/单元门口机: jitter buffer stable: target-size: 54.625001 ms, effective-size: 55.384617 (min: 40 nom: 60, max: 500)
1579249591.105 11900-22455/com.yf.project I/单元门口机: jitter buffer rls stats: count=483, clockrate=8000, offset=-28.123 clock_ratio=0.99975, capped_offset=1092 capped_clock_ratio=0.999750, max_ts_deviation=437.000000 prev_max_ts_deviation=370.000000, deviation=49, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.007396
1579249591.175 11900-22455/com.yf.project I/单元门口机: Samples are back.
1579249591.245 11900-22455/com.yf.project W/单元门口机: Not enough ref samples, using zeroes
1579249591.275 11900-22455/com.yf.project I/单元门口机: Samples are back.
1579249591.414 11900-22455/com.yf.project W/单元门口机: Not enough ref samples, using zeroes
1579249591.485 11900-22455/com.yf.project I/单元门口机: Sending RTCP SR compound message on session [0x803c6a00].
1579249591.512 11900-11900/com.yf.project I/单元门口机: MSAudio_stream_iterate[0x805c52c0], local statistics available:
Local current jitter buffer size: 56.2ms
1579249591.513 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249591.595 11900-22455/com.yf.project I/单元门口机: Samples are back.
1579249591.595 11900-22455/com.yf.project W/单元门口机: Not enough ref samples, using zeroes
1579249591.625 11900-22455/com.yf.project I/单元门口机: Samples are back.
1579249591.665 11900-22455/com.yf.project W/单元门口机: Not enough ref samples, using zeroes
1579249591.695 11900-22455/com.yf.project I/单元门口机: Samples are back.
1579249591.751 11900-22479/com.yf.project I/单元门口机: jitter buffer stable: target-size: 500.000000 ms, effective-size: 399.583344 (min: 40 nom: 60, max: 500)
1579249591.751 11900-22479/com.yf.project I/单元门口机: jitter buffer rls stats: count=337, clockrate=90000, offset=27487.4 clock_ratio=1.03336, capped_offset=159487 capped_clock_ratio=1.033359, max_ts_deviation=25812.000000 prev_max_ts_deviation=24277.000000, deviation=5213, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.008528
1579249591.816 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=0.53,u=31.20], video=[d=105.53,u=744.68,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=1.41], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249591.816 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=11.1899 video=10.3662 text=0
1579249591.835 11900-22455/com.yf.project W/单元门口机: Not enough ref samples, using zeroes
1579249592.015 11900-22455/com.yf.project I/单元门口机: Samples are back.
1579249592.035 11900-22455/com.yf.project W/单元门口机: Not enough ref samples, using zeroes
1579249592.065 11900-22455/com.yf.project I/单元门口机: Samples are back.
1579249592.105 11900-22455/com.yf.project W/单元门口机: Not enough ref samples, using zeroes
1579249592.134 11900-22455/com.yf.project I/单元门口机: Samples are back.
1579249592.550 11900-22479/com.yf.project I/单元门口机: Captured mean fps=15.505211, expected=15.000000
1579249592.826 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=2.47,u=30.58], video=[d=88.82,u=534.86,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=0.00], video=[d=0.00,u=1.41], text=[d=0.00,u=0.00] kbits/sec
1579249592.826 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=10.296 video=10.517 text=0
1579249592.924 11900-22455/com.yf.project W/单元门口机: Not enough ref samples, using zeroes
1579249593.065 11900-22455/com.yf.project I/单元门口机: Samples are back.
1579249593.105 11900-22455/com.yf.project W/单元门口机: Not enough ref samples, using zeroes
1579249593.134 11900-22455/com.yf.project I/单元门口机: Samples are back.
1579249593.835 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=25.80,u=31.19], video=[d=154.72,u=837.48,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=0.00], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249593.835 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=12.9141 video=10.7244 text=0
1579249593.880 11900-22479/com.yf.project I/单元门口机: Sending RTCP SR compound message on session [0x803c7800].
1579249593.889 11900-11900/com.yf.project I/单元门口机: MSVideo_stream_iterate[0x8c2d3280], local statistics available:
Local current jitter buffer size: 405.5ms
1579249593.889 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249594.245 11900-22455/com.yf.project I/单元门口机: Sending RTCP SR compound message on session [0x803c6a00].
1579249594.255 11900-11900/com.yf.project I/单元门口机: MSAudio_stream_iterate[0x805c52c0], local statistics available:
Local current jitter buffer size: 37.3ms
1579249594.255 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249594.735 11900-11900/com.yf.project I/单元门口机: MSAudio stream [0x805c52c0]: receiving RTCP SR
1579249594.736 11900-11900/com.yf.project I/单元门口机: MSQualityIndicator[0x7fff77e0][audio], remote statistics available:
Loss rate : 0.0%
Inter-arrival jitter: 8.0ms
RT propagation : 17.3ms
1579249594.736 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249594.816 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=30.63,u=31.21], video=[d=125.37,u=630.74,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=2.61,u=1.41], video=[d=0.00,u=1.41], text=[d=0.00,u=0.00] kbits/sec
1579249594.817 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=11.7869 video=8.62705 text=0
1579249595.744 11900-22455/com.yf.project I/单元门口机: [OpenSLES] sound/wall clock skew is average=-6.09626 ms
1579249595.826 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=28.55,u=31.18], video=[d=147.84,u=759.74,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.01,u=0.00], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249595.826 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=8.63991 video=11.5637 text=0
1579249595.907 11900-11900/com.yf.project I/单元门口机: MSVideo stream [0x8c2d3280]: receiving RTCP SR
1579249595.907 11900-11900/com.yf.project I/单元门口机: MSSimpleQosAnalyzer: lost_percentage=0.000000, int_jitter=10.311111 ms, rt_prop=0.012711 sec
1579249595.907 11900-11900/com.yf.project I/单元门口机: MSSimpleQosAnalyzer: everything is fine.
1579249595.907 11900-11900/com.yf.project I/单元门口机: MSBitrateController: current state is Init
1579249595.907 11900-11900/com.yf.project I/单元门口机: MSQualityIndicator[0x7fff7e40][video], remote statistics available:
Loss rate : 0.0%
Inter-arrival jitter: 10.3ms
RT propagation : 12.7ms
1579249595.908 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249595.961 11900-22479/com.yf.project I/单元门口机: video processing delay = { min=0ms, mean=0.0ms, max=0ms } (RtpSession=0x803c7800)
1579249596.164 11900-22455/com.yf.project I/单元门口机: jitter buffer stable: target-size: 43.625001 ms, effective-size: 37.313435 (min: 40 nom: 60, max: 500)
1579249596.164 11900-22455/com.yf.project I/单元门口机: jitter buffer rls stats: count=636, clockrate=8000, offset=-27.166 clock_ratio=0.999724, capped_offset=1093 capped_clock_ratio=0.999724, max_ts_deviation=349.000000 prev_max_ts_deviation=189.000000, deviation=61, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.005027
1579249596.753 11900-22479/com.yf.project I/单元门口机: jitter buffer stable: target-size: 479.999989 ms, effective-size: 405.522705 (min: 40 nom: 60, max: 500)
1579249596.753 11900-22479/com.yf.project I/单元门口机: jitter buffer rls stats: count=638, clockrate=90000, offset=31519.9 clock_ratio=1.00986, capped_offset=163519 capped_clock_ratio=1.009861, max_ts_deviation=6930.000000 prev_max_ts_deviation=6559.000000, deviation=2957, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.005138
1579249596.815 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=22.79,u=31.22], video=[d=160.59,u=568.46,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=0.00], video=[d=0.04,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249596.815 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=8.20413 video=7.86013 text=0
1579249597.560 11900-22479/com.yf.project I/单元门口机: Captured mean fps=15.368575, expected=15.000000
1579249597.824 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=29.18,u=31.17], video=[d=130.19,u=495.12,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=0.00], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249597.825 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=9.40605 video=8.86919 text=0
1579249598.815 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=30.94,u=31.75], video=[d=176.10,u=492.36,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=0.00], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249598.815 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=10.0152 video=9.63802 text=0
1579249599.370 11900-11900/com.yf.project I/单元门口机: MSAudio stream [0x805c52c0]: receiving RTCP SR
1579249599.370 11900-11900/com.yf.project I/单元门口机: MSQualityIndicator[0x7fff77e0][audio], remote statistics available:
Loss rate : 0.0%
Inter-arrival jitter: 10.1ms
RT propagation : 15.0ms
1579249599.370 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249599.824 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=28.52,u=31.19], video=[d=177.08,u=456.83,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.40,u=0.00], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249599.824 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=13.0777 video=8.60914 text=0
1579249599.853 11900-22479/com.yf.project I/单元门口机: Sending RTCP SR compound message on session [0x803c7800].
1579249599.863 11900-11900/com.yf.project I/单元门口机: MSVideo_stream_iterate[0x8c2d3280], local statistics available:
Local current jitter buffer size: 403.9ms
1579249599.864 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249600.165 11900-22455/com.yf.project I/单元门口机: Sending RTCP SR compound message on session [0x803c6a00].
1579249600.177 11900-11900/com.yf.project I/单元门口机: MSAudio_stream_iterate[0x805c52c0], local statistics available:
Local current jitter buffer size: 49.3ms
1579249600.178 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249600.332 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0xcba]
1579249600.332 11900-11900/com.yf.project I/单元门口机: channel [0x7fd66ec0]: starting recv background task with id=[cba].
1579249600.332 11900-11900/com.yf.project I/单元门口机: channel [0x7fd66ec0]: ending recv background task with id=[cba].
1579249600.333 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_release(): Android wake lock released [ref=0xcba]
1579249600.744 11900-22455/com.yf.project I/单元门口机: [OpenSLES] sound/wall clock skew is average=-6.10271 ms
1579249600.814 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=30.05,u=31.23], video=[d=123.22,u=532.42,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=1.41], video=[d=0.00,u=1.40], text=[d=0.00,u=0.00] kbits/sec
1579249600.814 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=10.2978 video=10.3845 text=0
1579249600.963 11900-22479/com.yf.project I/单元门口机: video processing delay = { min=0ms, mean=0.0ms, max=0ms } (RtpSession=0x803c7800)
1579249601.165 11900-22455/com.yf.project I/单元门口机: jitter buffer stable: target-size: 52.999999 ms, effective-size: 49.285713 (min: 40 nom: 60, max: 500)
1579249601.165 11900-22455/com.yf.project I/单元门口机: jitter buffer rls stats: count=880, clockrate=8000, offset=-36.5747 clock_ratio=0.999948, capped_offset=1084 capped_clock_ratio=0.999948, max_ts_deviation=424.000000 prev_max_ts_deviation=343.000000, deviation=45, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.003862
1579249601.288 11900-11900/com.yf.project I/单元门口机: MSVideo stream [0x8c2d3280]: receiving RTCP SR
1579249601.288 11900-11900/com.yf.project I/单元门口机: MSSimpleQosAnalyzer: lost_percentage=0.000000, int_jitter=3.888889 ms, rt_prop=0.016617 sec
1579249601.288 11900-11900/com.yf.project I/单元门口机: MSSimpleQosAnalyzer: everything is fine.
1579249601.288 11900-11900/com.yf.project I/单元门口机: MSBitrateController: current state is Init
1579249601.288 11900-11900/com.yf.project I/单元门口机: MSQualityIndicator[0x7fff7e40][video], remote statistics available:
Loss rate : 0.0%
Inter-arrival jitter: 3.9ms
RT propagation : 16.6ms
1579249601.289 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249601.770 11900-22479/com.yf.project I/单元门口机: jitter buffer stable: target-size: 460.000008 ms, effective-size: 403.899719 (min: 40 nom: 60, max: 500)
1579249601.770 11900-22479/com.yf.project I/单元门口机: jitter buffer rls stats: count=937, clockrate=90000, offset=33160.8 clock_ratio=1.00482, capped_offset=165160 capped_clock_ratio=1.004817, max_ts_deviation=6446.000000 prev_max_ts_deviation=5031.000000, deviation=4010, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.003703
1579249601.809 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=31.78,u=31.22], video=[d=94.24,u=499.24,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=0.00], video=[d=0.28,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249601.809 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=8.59108 video=14.2911 text=0
1579249602.571 11900-22479/com.yf.project I/单元门口机: Captured mean fps=15.000558, expected=15.000000
1579249602.818 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=26.63,u=31.18], video=[d=192.58,u=497.49,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=0.00], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249602.818 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=8.29852 video=8.87694 text=0
1579249603.189 11900-11900/com.yf.project D/AlarmPingSender.java: [onReceive:116]Sending Ping at:1579249603188
1579249603.812 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=19.50,u=31.21], video=[d=201.98,u=492.67,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=0.00], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249603.812 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=10.9107 video=10.1624 text=0
1579249604.029 11900-11900/com.yf.project I/单元门口机: MSAudio stream [0x805c52c0]: receiving RTCP SR
1579249604.030 11900-11900/com.yf.project I/单元门口机: MSQualityIndicator[0x7fff77e0][audio], remote statistics available:
Loss rate : 0.0%
Inter-arrival jitter: 10.0ms
RT propagation : 38.3ms
1579249604.030 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249604.040 11900-22479/com.yf.project I/单元门口机: Sending RTCP SR compound message on session [0x803c7800].
1579249604.048 11900-11900/com.yf.project I/单元门口机: MSVideo_stream_iterate[0x8c2d3280], local statistics available:
Local current jitter buffer size: 399.5ms
1579249604.049 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249604.820 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=25.72,u=31.24], video=[d=199.67,u=508.55,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.07,u=0.00], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249604.820 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=9.27278 video=9.22773 text=0
1579249605.296 11900-22455/com.yf.project I/单元门口机: Sending RTCP SR compound message on session [0x803c6a00].
1579249605.308 11900-11900/com.yf.project I/单元门口机: MSAudio_stream_iterate[0x805c52c0], local statistics available:
Local current jitter buffer size: 48.7ms
1579249605.308 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249605.744 11900-22455/com.yf.project I/单元门口机: [OpenSLES] sound/wall clock skew is average=-6.11693 ms
1579249605.812 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=30.29,u=31.20], video=[d=302.98,u=504.49,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=1.41], video=[d=0.00,u=1.40], text=[d=0.00,u=0.00] kbits/sec
1579249605.812 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=9.85073 video=9.4201 text=0
1579249605.960 11900-22479/com.yf.project I/单元门口机: video processing delay = { min=0ms, mean=0.0ms, max=0ms } (RtpSession=0x803c7800)
1579249606.175 11900-22455/com.yf.project I/单元门口机: jitter buffer stable: target-size: 44.624999 ms, effective-size: 48.717949 (min: 40 nom: 60, max: 500)
1579249606.175 11900-22455/com.yf.project I/单元门口机: jitter buffer rls stats: count=1107, clockrate=8000, offset=-36.8963 clock_ratio=0.999955, capped_offset=1084 capped_clock_ratio=0.999955, max_ts_deviation=357.000000 prev_max_ts_deviation=124.000000, deviation=35, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.003245
1579249606.721 11900-11900/com.yf.project I/单元门口机: MSVideo stream [0x8c2d3280]: receiving RTCP SR
1579249606.721 11900-11900/com.yf.project I/单元门口机: MSSimpleQosAnalyzer: lost_percentage=0.000000, int_jitter=4.833333 ms, rt_prop=0.021805 sec
1579249606.721 11900-11900/com.yf.project I/单元门口机: MSSimpleQosAnalyzer: everything is fine.
1579249606.721 11900-11900/com.yf.project I/单元门口机: MSBitrateController: current state is Init
1579249606.721 11900-11900/com.yf.project I/单元门口机: MSQualityIndicator[0x7fff7e40][video], remote statistics available:
Loss rate : 0.0%
Inter-arrival jitter: 4.8ms
RT propagation : 21.8ms
1579249606.721 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249606.800 11900-22479/com.yf.project I/单元门口机: jitter buffer stable: target-size: 439.999998 ms, effective-size: 399.477112 (min: 40 nom: 60, max: 500)
1579249606.801 11900-22479/com.yf.project I/单元门口机: jitter buffer rls stats: count=1240, clockrate=90000, offset=34172.3 clock_ratio=1.0027, capped_offset=166172 capped_clock_ratio=1.002701, max_ts_deviation=6976.000000 prev_max_ts_deviation=6446.000000, deviation=6076, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.002892
1579249606.822 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=30.32,u=31.20], video=[d=241.40,u=460.19,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=0.00], video=[d=2.26,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249606.823 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=11.8779 video=8.8579 text=0
1579249607.631 11900-22479/com.yf.project I/单元门口机: Captured mean fps=14.929060, expected=15.000000
1579249607.811 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=27.53,u=30.55], video=[d=133.36,u=601.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=0.00], video=[d=0.01,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249607.812 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=10.9013 video=9.55106 text=0
1579249608.668 11900-11900/com.yf.project I/单元门口机: MSAudio stream [0x805c52c0]: receiving RTCP SR
1579249608.669 11900-11900/com.yf.project I/单元门口机: MSQualityIndicator[0x7fff77e0][audio], remote statistics available:
Loss rate : 0.0%
Inter-arrival jitter: 7.5ms
RT propagation : 23.9ms
1579249608.669 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249608.826 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=31.55,u=31.20], video=[d=183.52,u=489.11,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=1.80,u=0.00], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249608.826 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=12.7929 video=8.93413 text=0
1579249609.813 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=28.15,u=31.22], video=[d=194.81,u=460.83,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.01,u=0.00], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec
1579249609.813 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=11.0662 video=8.61714 text=0
1579249609.920 11900-22479/com.yf.project I/单元门口机: Sending RTCP SR compound message on session [0x803c7800].
1579249609.934 11900-11900/com.yf.project I/单元门口机: MSVideo_stream_iterate[0x8c2d3280], local statistics available:
Local current jitter buffer size: 395.8ms
1579249609.936 11900-11900/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_stats_updated]
1579249610.340 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0xbee]
1579249610.340 11900-11900/com.yf.project I/单元门口机: channel [0x7fd66ec0]: starting recv background task with id=[bee].
1579249610.340 11900-11900/com.yf.project I/单元门口机: channel [0x7fd66ec0]: ending recv background task with id=[bee].
1579249610.341 11900-11900/com.yf.project I/单元门口机: bellesip_wake_lock_release(): Android wake lock released [ref=0xbee]
1579249610.744 11900-22455/com.yf.project I/单元门口机: [OpenSLES] sound/wall clock skew is average=-6.14961 ms
1579249610.809 11900-11900/com.yf.project I/单元门口机: Bandwidth usage for CallSession [0x805f337c]:
RTP audio=[d=31.19,u=31.19], video=[d=173.87,u=521.26,ed=0.00], text=[d=0.00,u=0.00] kbits/sec
RTCP audio=[d=0.00,u=0.00], video=[d=0.00,u=1.40], text=[d=0.00,u=0.00] kbits/sec
1579249610.809 11900-11900/com.yf.project I/单元门口机: Thread processing load: audio=10.6117 video=7.49989 text=0
1579249610.961 11900-22479/com.yf.project I/单元门口机: video processing delay = { min=0ms, mean=0.0ms, max=0ms } (RtpSession=0x803c7800)
1579249611.103 11900-22501/com.yf.project I/单元门口机: Terminate CallSession [0x805f337c] which is currently in state [State::StreamsRunning]
1579249611.104 11900-22501/com.yf.project W/单元门口机: There is no object pool created in thread [1514817824]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked.
1579249611.106 11900-22501/com.yf.project I/单元门口机: get_jni_env(): thread successfuly attached
1579249611.108 11900-22501/com.yf.project I/单元门口机: bellesip_wake_lock_acquire(): Android wake lock [belle-sip transaction(0xa3649240)] acquired [ref=0x100cc6]
1579249611.109 11900-22501/com.yf.project I/单元门口机: transaction [0xa3649240]: starting transaction background task with id=[100cc6].
1579249611.109 11900-22501/com.yf.project I/单元门口机: Dialog [0x803f79a0]: now updated by transaction [0xa3649240].
1579249611.109 11900-22501/com.yf.project I/单元门口机: Transaction [0x7fc98a80] deleted
1579249611.109 11900-22501/com.yf.project I/单元门口机: belle_sip_client_transaction_send_request(): waiting channel to be ready
1579249611.112 11900-22501/com.yf.project I/单元门口机: bellesip_wake_lock_acquire(): Android wake lock [belle-sip send channel] acquired [ref=0x100cce]
1579249611.112 11900-22501/com.yf.project I/单元门口机: channel [0x59483140]: starting send background task with id=[100cce].
1579249611.112 11900-22501/com.yf.project I/单元门口机: channel [0x59483140]: starting resolution of 192.168.1.95
1579249611.112 11900-22501/com.yf.project I/单元门口机: channel 0x59483140: state RES_IN_PROGRESS
1579249611.112 11900-22501/com.yf.project I/单元门口机: transaction [0xa3649240] channel state changed to [RES_IN_PROGRESS]
1579249611.113 11900-22501/com.yf.project I/单元门口机: channel 0x59483140: state RES_DONE
1579249611.113 11900-22501/com.yf.project I/单元门口机: transaction [0xa3649240] channel state changed to [RES_DONE]
1579249611.113 11900-22501/com.yf.project I/单元门口机: channel 0x59483140: state CONNECTING
1579249611.113 11900-22501/com.yf.project I/单元门口机: transaction [0xa3649240] channel state changed to [CONNECTING]
1579249611.113 11900-22501/com.yf.project I/单元门口机: Trying to connect to [UDP://::ffff:192.168.1.95:5060]
1579249611.118 11900-22501/com.yf.project I/单元门口机: Channel has local address 192.168.1.184:5060
1579249611.118 11900-22501/com.yf.project I/单元门口机: channel 0x59483140: state READY
1579249611.118 11900-22501/com.yf.project I/单元门口机: transaction [0xa3649240] channel state changed to [READY]
1579249611.118 11900-22501/com.yf.project I/单元门口机: Changing [client] [BYE] transaction [0xa3649240], from state [INIT] to [TRYING]
1579249611.119 11900-22501/com.yf.project I/单元门口机: channel [0x59483140]: message sent to [UDP://192.168.1.95:5060], size: [372] bytes
BYE sip:192.168.1.95:5060;ob SIP/2.0
Via: SIP/2.0/UDP 192.168.1.184:5060;branch=z9hG4bK.Ui9tH0Q~r;rport
From: sip:outdoor@192.168.1.184;tag=EqtpE-h
To: ;tag=b2b3304f63554cb59603a21be272cdb4
CSeq: 111 BYE
Call-ID: fbd25b94fe574c338f706fdb2ca1a4f0
Max-Forwards: 70
User-Agent: LinphoneAndroid/4.1 (rk3288) LinphoneSDK/4.2-125-g46ea9b5 (master)
1579249611.119 11900-22501/com.yf.project I/单元门口机: channel [0x59483140]: ending send background task with id=[100cce].
1579249611.120 11900-22501/com.yf.project I/单元门口机: bellesip_wake_lock_release(): Android wake lock released [ref=0x100cce]
1579249611.120 11900-22501/com.yf.project I/单元门口机: Writing echo canceler state, 0 bytes
1579249611.121 11900-22501/com.yf.project W/单元门口机: .linphone.ecstate has not been created because there is no data to write
1579249611.147 11900-22501/com.yf.project I/单元门口机: ms_ticker_set_time_func: ticker's time method updated.
1579249611.150 11900-22501/com.yf.project I/单元门口机: Filter MSRtpRecv is not scheduled; nothing to do.
1579249611.150 11900-22501/com.yf.project I/单元门口机: ===========================================================
1579249611.150 11900-22501/com.yf.project I/单元门口机: AUDIO SESSION'S RTP STATISTICS
1579249611.150 11900-22501/com.yf.project I/单元门口机: ----------------------------------------------------------- 1579249611.150 11900-22501/com.yf.project I/单元门口机: sent 1509 packets 1579249611.150 11900-22501/com.yf.project I/单元门口机: 0 duplicated packets 1579249611.151 11900-22501/com.yf.project I/单元门口机: 75450 bytes
1579249611.151 11900-22501/com.yf.project I/单元门口机: received 1361 packets 1579249611.151 11900-22501/com.yf.project I/单元门口机: 0 duplicated packets 1579249611.151 11900-22501/com.yf.project I/单元门口机: 67058 bytes
1579249611.151 11900-22501/com.yf.project I/单元门口机: incoming delivered to the app 66458 bytes
1579249611.151 11900-22501/com.yf.project I/单元门口机: incoming cumulative lost 0 packets 1579249611.151 11900-22501/com.yf.project I/单元门口机: incoming received too late 1 packets 1579249611.151 11900-22501/com.yf.project I/单元门口机: incoming bad formatted 0 packets 1579249611.151 11900-22501/com.yf.project I/单元门口机: incoming discarded (queue overflow) 0 packets 1579249611.151 11900-22501/com.yf.project I/单元门口机: sent rtcp 7 packets 1579249611.152 11900-22501/com.yf.project I/单元门口机: received rtcp 9 packets 1579249611.152 11900-22501/com.yf.project I/单元门口机: =========================================================== 1579249611.152 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSOpenSLESRecorder:0x805ece28,0-->MSResample:0x805ec450,0 1579249611.152 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSResample:0x805ec450,0-->MSEqualizer:0x805ed1e0,0 1579249611.152 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSEqualizer:0x805ed1e0,0-->MSWebRTCAECM:0x805ec060,1 1579249611.152 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSWebRTCAECM:0x805ec060,1-->MSVolume:0x805ec338,0 1579249611.152 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSVolume:0x805ec338,0-->MSAudioMixer:0x805ecfe8,0 1579249611.152 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSAudioMixer:0x805ecfe8,0-->MSSpeexEnc:0x805ebf80,0 1579249611.152 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSSpeexEnc:0x805ebf80,0-->MSRtpSend:0x805ec760,0 1579249611.152 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSRtpRecv:0x805ecc68,0-->MSSpeexDec:0x805ec028,0 1579249611.153 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSSpeexDec:0x805ec028,0-->MSAudioFlowControl:0x805ed250,0 1579249611.153 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSAudioFlowControl:0x805ed250,0-->MSDtmfGen:0x805ecca0,0 1579249611.153 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSDtmfGen:0x805ecca0,0-->MSVolume:0x805ec3a8,0 1579249611.153 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSVolume:0x805ec3a8,0-->MSTee:0x805ed090,0 1579249611.153 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSTee:0x805ed090,0-->MSEqualizer:0x805ed218,0 1579249611.153 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSEqualizer:0x805ed218,0-->MSAudioMixer:0x805ed288,0 1579249611.153 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSFilePlayer:0x805ed2c0,0-->MSResample:0x805ed330,0 1579249611.153 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSResample:0x805ed330,0-->MSAudioMixer:0x805ed288,1 1579249611.153 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSAudioMixer:0x805ed288,0-->MSWebRTCAECM:0x805ec060,0 1579249611.153 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSWebRTCAECM:0x805ec060,0-->MSResample:0x805ec488,0 1579249611.153 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSResample:0x805ec488,0-->MSOpenSLESPlayer:0x805ece60,0 1579249611.153 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSAudioMixer:0x805ed058,1-->MSResample:0x805ed170,0 1579249611.153 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSResample:0x805ed170,0-->MSOpusEnc:0x805ed1a8,0 1579249611.154 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSOpusEnc:0x805ed1a8,0-->MSMKVRecorder:0x805ed0c8,1 1579249611.154 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSItcSource:0x805ed100,0-->MSMKVRecorder:0x805ed0c8,0 1579249611.154 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSAudioMixer:0x805ecfe8,1-->MSAudioMixer:0x805ed058,0 1579249611.154 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSTee:0x805ed090,1-->MSAudioMixer:0x805ed058,1 1579249611.154 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSAudioMixer:0x805ed058,0-->MSFileRec:0x805ed020,0 1579249611.154 11900-22501/com.yf.project I/单元门口机: ================================================================================= 1579249611.154 11900-22501/com.yf.project I/单元门口机: FILTER USAGE STATISTICS
1579249611.154 11900-22501/com.yf.project I/单元门口机: Name Count Time/tick (ms) CPU Usage 1579249611.154 11900-22501/com.yf.project I/单元门口机: min mean max sd
1579249611.154 11900-22501/com.yf.project I/单元门口机: --------------------------------------------------------------------------------- 1579249611.155 11900-22501/com.yf.project I/单元门口机: MSSpeexEnc 1303 0.00 0.61 4.55 0.33 23.0 1579249611.155 11900-22501/com.yf.project I/单元门口机: MSMediaCodecH264Decoder 2993 0.00 0.44 6.79 0.50 16.6 1579249611.155 11900-22501/com.yf.project I/单元门口机: MSMediaCodecH264Encoder 2993 0.00 0.43 8.18 1.13 16.2 1579249611.155 11900-22501/com.yf.project I/单元门口机: MSResample 2705 0.00 0.33 3.46 0.21 12.4 1579249611.155 11900-22501/com.yf.project I/单元门口机: MSOpusEnc 99 0.00 0.29 1.42 0.31 11.0 1579249611.155 11900-22501/com.yf.project I/单元门口机: MSWebRTCAECM 2180 0.00 0.27 1.91 0.26 10.1 1579249611.155 11900-22501/com.yf.project I/单元门口机: MSRtpRecv 6018 0.02 0.10 3.20 0.12 3.7 1579249611.155 11900-22501/com.yf.project I/单元门口机: MSRtpSend 6014 0.00 0.08 3.69 0.17 3.0 1579249611.155 11900-22501/com.yf.project I/单元门口机: MSSpeexDec 3021 0.00 0.05 1.73 0.07 1.8 1579249611.155 11900-22501/com.yf.project I/单元门口机: MSVolume 2773 0.00 0.01 0.09 0.00 0.2 1579249611.155 11900-22501/com.yf.project I/单元门口机: MSAndroidTextureDisplay 429 0.00 0.01 0.10 0.01 0.2 1579249611.155 11900-22501/com.yf.project I/单元门口机: MSJpegWriter 429 0.00 0.01 0.07 0.01 0.2 1579249611.156 11900-22501/com.yf.project I/单元门口机: MSSizeConv 429 0.00 0.00 0.06 0.00 0.2 1579249611.156 11900-22501/com.yf.project I/单元门口机: MSOpenSLESRecorder 3021 0.00 0.00 0.83 0.02 0.2 1579249611.156 11900-22501/com.yf.project I/单元门口机: MSMKVRecorder 49 0.00 0.00 0.01 0.00 0.2 1579249611.156 11900-22501/com.yf.project I/单元门口机: MSTee 2285 0.00 0.00 0.48 0.01 0.2 1579249611.156 11900-22501/com.yf.project I/单元门口机: MSAndroidVideoCapture 2993 0.00 0.00 1.28 0.03 0.1 1579249611.156 11900-22501/com.yf.project I/单元门口机: MSOpenSLESPlayer 1303 0.00 0.00 0.10 0.00 0.1 1579249611.156 11900-22501/com.yf.project I/单元门口机: MSAudioMixer 9063 0.00 0.00 0.22 0.01 0.1 1579249611.156 11900-22501/com.yf.project I/单元门口机: MSAudioFlowControl 1470 0.00 0.00 0.06 0.00 0.1 1579249611.156 11900-22501/com.yf.project I/单元门口机: MSPixConv 429 0.00 0.00 0.05 0.00 0.1 1579249611.156 11900-22501/com.yf.project I/单元门口机: MSDtmfGen 3021 0.00 0.00 0.06 0.00 0.1 1579249611.156 11900-22501/com.yf.project I/单元门口机: MSItcSource 3021 0.00 0.00 0.40 0.01 0.1 1579249611.157 11900-22501/com.yf.project I/单元门口机: MSFileRec 99 0.00 0.00 0.02 0.00 0.1 1579249611.157 11900-22501/com.yf.project I/单元门口机: MSFilePlayer 3021 0.00 0.00 0.11 0.00 0.1 1579249611.157 11900-22501/com.yf.project I/单元门口机: MSEqualizer 2773 0.00 0.00 0.06 0.00 0.1 1579249611.157 11900-22501/com.yf.project I/单元门口机: MSVoidSink 0 0.00 0.00 0.00 0.00 0.0 1579249611.157 11900-22501/com.yf.project I/单元门口机: MSItcSink 0 0.00 0.00 0.00 0.00 0.0 1579249611.157 11900-22501/com.yf.project I/单元门口机: ================================================================================= 1579249611.157 11900-22501/com.yf.project I/单元门口机: MKVRecorder: destroyed 1579249611.158 11900-22501/com.yf.project I/单元门口机: Postprocessing of Android VIDEO capture filter 1579249611.276 11900-22501/com.yf.project I/MediaCodec: callingProcessName:com.yf.project 1579249611.278 11900-22467/com.yf.project I/OMXClient: MuxOMX ctor 1579249611.278 11900-22467/com.yf.project I/ACodec: onAllocateComponent:6752 mSoftCodecPref:0 componentName: 1579249611.279 11900-22467/com.yf.project I/ACodec: onAllocateComponent:6783 mSoftCodecPref:0 componentName:OMX.rk.video_encoder.avc 1579249611.286 11900-22501/com.yf.project I/单元门口机: Filter MSRtpRecv is not scheduled; nothing to do. 1579249611.286 11900-22478/com.yf.project I/单元门口机: [TextureView Display] Destroying context 1579249611.286 11900-22478/com.yf.project I/单元门口机: uninit opengles_display (gl initialized:1) 1579249611.286 11900-22478/com.yf.project I/单元门口机: [TextureView Display] OGL display destroyed 1579249611.287 11900-22478/com.yf.project I/单元门口机: [TextureView Display] EGL display destroyed 1579249611.287 11900-22478/com.yf.project I/单元门口机: [TextureView Display] Window released 1579249611.287 11900-22478/com.yf.project I/单元门口机: [TextureView Display] Context destroyed 1579249611.288 11900-22501/com.yf.project I/单元门口机: =========================================================== 1579249611.288 11900-22501/com.yf.project I/单元门口机: VIDEO SESSION'S RTP STATISTICS
1579249611.288 11900-22501/com.yf.project I/单元门口机: ----------------------------------------------------------- 1579249611.288 11900-22501/com.yf.project I/单元门口机: sent 1507 packets 1579249611.288 11900-22501/com.yf.project I/单元门口机: 0 duplicated packets 1579249611.288 11900-22501/com.yf.project I/单元门口机: 1957218 bytes
1579249611.288 11900-22501/com.yf.project I/单元门口机: received 1954 packets 1579249611.288 11900-22501/com.yf.project I/单元门口机: 0 duplicated packets 1579249611.288 11900-22501/com.yf.project I/单元门口机: 948932 bytes
1579249611.289 11900-22501/com.yf.project I/单元门口机: incoming delivered to the app 939138 bytes
1579249611.289 11900-22501/com.yf.project I/单元门口机: incoming cumulative lost 0 packets 1579249611.289 11900-22501/com.yf.project I/单元门口机: incoming received too late 0 packets 1579249611.289 11900-22501/com.yf.project I/单元门口机: incoming bad formatted 0 packets 1579249611.289 11900-22501/com.yf.project I/单元门口机: incoming discarded (queue overflow) 0 packets 1579249611.289 11900-22501/com.yf.project I/单元门口机: sent rtcp 8 packets 1579249611.289 11900-22501/com.yf.project I/单元门口机: received rtcp 8 packets 1579249611.289 11900-22501/com.yf.project I/单元门口机: =========================================================== 1579249611.289 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSAndroidVideoCapture:0x805ed480,0-->MSPixConv:0x805ed758,0 1579249611.289 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSPixConv:0x805ed758,0-->MSTee:0x805ed5d0,0 1579249611.289 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSTee:0x805ed5d0,0-->MSSizeConv:0x805ed720,0 1579249611.290 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSSizeConv:0x805ed720,0-->MSMediaCodecH264Encoder:0x805ed4b8,0 1579249611.290 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSMediaCodecH264Encoder:0x805ed4b8,0-->MSRtpSend:0x805ec840,0 1579249611.290 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSTee:0x805ed5d0,2-->MSJpegWriter:0x805ed608,0 1579249611.290 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSRtpRecv:0x805ed918,0-->MSTee:0x805ecb88,0 1579249611.290 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSTee:0x805ecb88,1-->MSItcSink:0x805ecbc0,0 1579249611.290 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSTee:0x805ecb88,0-->MSMediaCodecH264Decoder:0x805ed7c8,0 1579249611.290 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSMediaCodecH264Decoder:0x805ed7c8,0-->MSTee:0x805ed988,0 1579249611.290 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSTee:0x805ed988,1-->MSJpegWriter:0x805ed950,0 1579249611.290 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSTee:0x805ed988,0-->MSAndroidTextureDisplay:0x805ed8e0,0 1579249611.290 11900-22501/com.yf.project I/单元门口机: ms_filter_unlink: MSTee:0x805ed5d0,1-->MSAndroidTextureDisplay:0x805ed8e0,1 1579249611.310 11900-22501/com.yf.project I/单元门口机: Uninit of Android VIDEO capture filter 1579249611.310 11900-22501/com.yf.project I/单元门口机: ================================================================================= 1579249611.310 11900-22501/com.yf.project I/单元门口机: FILTER USAGE STATISTICS
1579249611.310 11900-22501/com.yf.project I/单元门口机: Name Count Time/tick (ms) CPU Usage 1579249611.311 11900-22501/com.yf.project I/单元门口机: min mean max sd
1579249611.311 11900-22501/com.yf.project I/单元门口机: --------------------------------------------------------------------------------- 1579249611.311 11900-22501/com.yf.project I/单元门口机: MSSpeexEnc 1303 0.00 0.61 4.55 0.33 23.0 1579249611.311 11900-22501/com.yf.project I/单元门口机: MSMediaCodecH264Decoder 2993 0.00 0.44 6.79 0.50 16.6 1579249611.311 11900-22501/com.yf.project I/单元门口机: MSMediaCodecH264Encoder 2993 0.00 0.43 8.18 1.13 16.2 1579249611.311 11900-22501/com.yf.project I/单元门口机: MSResample 2705 0.00 0.33 3.46 0.21 12.4 1579249611.311 11900-22501/com.yf.project I/单元门口机: MSOpusEnc 99 0.00 0.29 1.42 0.31 11.0 1579249611.311 11900-22501/com.yf.project I/单元门口机: MSWebRTCAECM 2180 0.00 0.27 1.91 0.26 10.1 1579249611.311 11900-22501/com.yf.project I/单元门口机: MSRtpRecv 6018 0.02 0.10 3.20 0.12 3.7 1579249611.311 11900-22501/com.yf.project I/单元门口机: MSRtpSend 6014 0.00 0.08 3.69 0.17 3.0 1579249611.311 11900-22501/com.yf.project I/单元门口机: MSSpeexDec 3021 0.00 0.05 1.73 0.07 1.8 1579249611.312 11900-22501/com.yf.project I/单元门口机: MSVolume 2773 0.00 0.01 0.09 0.00 0.2 1579249611.312 11900-22501/com.yf.project I/单元门口机: MSAndroidTextureDisplay 429 0.00 0.01 0.10 0.01 0.2 1579249611.312 11900-22501/com.yf.project I/单元门口机: MSJpegWriter 429 0.00 0.01 0.07 0.01 0.2 1579249611.312 11900-22501/com.yf.project I/单元门口机: MSSizeConv 429 0.00 0.00 0.06 0.00 0.2 1579249611.312 11900-22501/com.yf.project I/单元门口机: MSOpenSLESRecorder 3021 0.00 0.00 0.83 0.02 0.2 1579249611.312 11900-22501/com.yf.project I/单元门口机: MSMKVRecorder 49 0.00 0.00 0.01 0.00 0.2 1579249611.312 11900-22501/com.yf.project I/单元门口机: MSTee 2285 0.00 0.00 0.48 0.01 0.2 1579249611.312 11900-22501/com.yf.project I/单元门口机: MSAndroidVideoCapture 2993 0.00 0.00 1.28 0.03 0.1 1579249611.312 11900-22501/com.yf.project I/单元门口机: MSOpenSLESPlayer 1303 0.00 0.00 0.10 0.00 0.1 1579249611.312 11900-22501/com.yf.project I/单元门口机: MSAudioMixer 9063 0.00 0.00 0.22 0.01 0.1 1579249611.312 11900-22501/com.yf.project I/单元门口机: MSAudioFlowControl 1470 0.00 0.00 0.06 0.00 0.1 1579249611.313 11900-22501/com.yf.project I/单元门口机: MSPixConv 429 0.00 0.00 0.05 0.00 0.1 1579249611.313 11900-22501/com.yf.project I/单元门口机: MSDtmfGen 3021 0.00 0.00 0.06 0.00 0.1 1579249611.313 11900-22501/com.yf.project I/单元门口机: MSItcSource 3021 0.00 0.00 0.40 0.01 0.1 1579249611.313 11900-22501/com.yf.project I/单元门口机: MSFileRec 99 0.00 0.00 0.02 0.00 0.1 1579249611.313 11900-22501/com.yf.project I/单元门口机: MSFilePlayer 3021 0.00 0.00 0.11 0.00 0.1 1579249611.313 11900-22501/com.yf.project I/单元门口机: MSEqualizer 2773 0.00 0.00 0.06 0.00 0.1 1579249611.313 11900-22501/com.yf.project I/单元门口机: MSVoidSink 0 0.00 0.00 0.00 0.00 0.0 1579249611.313 11900-22501/com.yf.project I/单元门口机: MSItcSink 0 0.00 0.00 0.00 0.00 0.0 1579249611.313 11900-22501/com.yf.project I/单元门口机: ================================================================================= 1579249611.313 11900-22501/com.yf.project I/单元门口机: CallSession [0x805f337c] moving from state State::StreamsRunning to State::End 1579249611.313 11900-22501/com.yf.project I/单元门口机: Notifying soundcard that we don't need it anymore for calls 1579249611.314 11900-22501/com.yf.project I/单元门口机: Stopping ZRTP context on session [0x0] 1579249611.314 11900-22501/com.yf.project I/单元门口机: ZRTP context destroyed 1579249611.318 11900-22455/com.yf.project I/单元门口机: MSAudio MSTicker thread exiting 1579249611.319 11900-22501/com.yf.project I/单元门口机: Stopping ZRTP context on session [0x0] 1579249611.319 11900-22501/com.yf.project I/单元门口机: ZRTP context destroyed 1579249611.320 11900-22479/com.yf.project I/单元门口机: MSVideo MSTicker thread exiting 1579249611.326 11900-22501/com.yf.project I/单元门口机: Linphone core [0x8c56a700] notified [call_log_updated] 1579249611.326 11900-22501/com.yf.project I/单元门口机: Resetting the current call 1579249611.327 11900-22501/com.yf.project I/单元门口机: [Call Stats] Call is terminated, stopping mCountDownTimer in charge of stats refreshing. 1579249611.327 11900-22501/com.yf.project I/单元门口机: [Manager] New call state [End] 1579249611.329 11900-22501/com.yf.project I/单元门口机: [Audio Manager] Unregistering headset receiver 1579249611.344 11900-22501/com.yf.project W/单元门口机: [Audio Manager] Routing audio to speaker 1579249611.346 11900-22501/com.yf.project E/---: onCallStateChanged: End--Call terminated 1579249611.354 11900-22501/com.yf.project I/单元门口机: [Permission] android.permission.RECORD_AUDIO permission is granted