Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
1146 Discussions

Decoder SurfaceTextureHelper create failure with webrtc

keepSmile_杨_
Beginner
1,034 Views

hello,

My project uses release of CS_WebRTC_Client_SDK_Android.v3.3,Receiving party is nubia(NX529J),android os version is 5.1.1, i use VideoCodec is H264 ,after chat start,this phone displays blank screen all the time,when i saw the log,it's report errors,Log as follows:

 

05-11 13:11:28.972: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524290
05-11 13:11:28.972: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Network becomes available: 100
05-11 13:11:28.972: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:28.982: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:GATHERING
05-11 13:11:28.982: D/WooGeen-PeerConnectionChannel(29873): onIceCandidate
05-11 13:11:28.982: D/WooGeen-PeerConnectionChannel(29873): Sending candidate to user_28
05-11 13:11:28.992: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:COMPLETE
05-11 13:11:29.162: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CONNECTED
05-11 13:11:29.162: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTED
05-11 13:11:29.162: D/WebRTCService(29873): onChatStarted:user_28
05-11 13:11:29.162: D/CalledActivity(29873): onChatStarted:user_28
05-11 13:11:29.192: D/WooGeen-PeerConnectionChannel(29873): onDataChannel.
05-11 13:11:29.192: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:11:29.422: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:11:29.422: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 45673 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:29.422: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 45673 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:29.432: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:11:29.462: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onAddStream
05-11 13:11:29.462: D/WooGeen-PeerConnectionChannel(29873): audio1  video1
05-11 13:11:29.462: D/WebRTCService(29873): onStreamAdded : from user_28
05-11 13:11:29.462: D/CalledActivity(29873): onStreamAdded : from user_28
05-11 13:11:29.462: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:29.462: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:11:29.462: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:11:29.472: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:29.472: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:29.472: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:11:29.482: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:11:29.482: D/AudioTrackJni(29873): InitPlayout@[tid=30017]
05-11 13:11:29.482: I/org.webrtc.Logging(29873): WebRtcAudioTrack: initPlayout(sampleRate=48000, channels=1)
05-11 13:11:29.482: I/org.webrtc.Logging(29873): WebRtcAudioTrack: byteBuffer.capacity: 960
05-11 13:11:29.482: D/AudioTrackJni(29873): OnCacheDirectBufferAddress
05-11 13:11:29.482: D/AudioTrackJni(29873): direct buffer capacity: 960
05-11 13:11:29.482: D/AudioTrackJni(29873): frames_per_buffer: 480
05-11 13:11:29.482: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrack.getMinBufferSize: 9600
05-11 13:11:29.482: D/AudioManager(29873): IsCommunicationModeEnabled()
05-11 13:11:29.482: D/AudioTrackJni(29873): StartPlayout@[tid=30017]
05-11 13:11:29.482: I/org.webrtc.Logging(29873): WebRtcAudioTrack: startPlayout
05-11 13:11:29.482: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrackThread@[name=AudioTrackJavaThread, id=5239]
05-11 13:11:29.512: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:30.542: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:30.572: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Trying to find HW decoder for mime video/avc
05-11 13:11:30.572: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.avc
05-11 13:11:30.572: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.avc. Color: 0x13
05-11 13:11:30.572: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java initDecode: VIDEO_CODEC_H264 : 640 x 360. Color: 0x13. Use Surface: true
05-11 13:11:30.582: I/org.webrtc.Logging(29873): SurfaceTextureHelper: Setting listener to org.webrtc.MediaCodecVideoDecoder$TextureListener@467a7a3
05-11 13:11:30.582: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder:   Format: {height=360, width=640, mime=video/avc}
05-11 13:11:30.582: I/OMXClient(29873): Using client-side OMX mux.
05-11 13:11:30.602: I/ACodec(29873): [OMX.qcom.video.decoder.avc] DRC Mode: Dynamic Buffer Mode
05-11 13:11:30.602: I/ExtendedCodec(29873): Decoder will be in frame by frame mode
05-11 13:11:30.632: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Input buffers: 4. Output buffers: 23
05-11 13:11:30.692: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Decoder output buffers changed: 11
05-11 13:11:30.712: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Decoder format changed: {mime=video/raw, crop-top=0, crop-right=639, slice-height=384, color-format=2141391876, height=368, width=640, what=1869968451, crop-bottom=359, crop-left=0, stride=640}
05-11 13:11:30.712: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Frame stride and slice height: 640 x 384
05-11 13:11:30.712: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Frame crop: 0, 0, 639, 359
05-11 13:11:30.712: D/SurfaceViewRenderer(29873): remoteVideoView: Reporting frame resolution changed to 640x368 with rotation 90
05-11 13:11:30.752: W/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Draining decoder. Dropping frame with TS: 100. Total number of dropped frames: 1
05-11 13:11:30.752: D/SurfaceViewRenderer(29873): remoteVideoView: Reporting first rendered frame.
05-11 13:11:31.212: D/WooGeen-PeerConnectionChannel(29873): Dispose PeerConnectionChannel.
05-11 13:11:31.212: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:11:31.212: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:11:31.222: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CLOSED
05-11 13:11:31.222: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: CLOSED
05-11 13:11:31.222: D/WebRTCService(29873): onChatStop:user_28
05-11 13:11:31.222: D/CalledActivity(29873): onChatStop:user_28
05-11 13:11:31.222: W/art(29873): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[221,tid=3755,Native,Thread*=0xc582f008,peer=0x1419b100,"IncomingVideoSt - 3755"]
05-11 13:11:31.232: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder. Total number of dropped frames: 1
05-11 13:11:31.232: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder on release thread
05-11 13:11:31.232: D/WooGeen-PeerClient(29873): SendMessage successfully
05-11 13:11:31.262: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder on release thread done
05-11 13:11:31.262: I/org.webrtc.Logging(29873): SurfaceTextureHelper: stopListening()
05-11 13:11:31.262: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder done
05-11 13:11:31.262: I/org.webrtc.Logging(29873): SurfaceTextureHelper: dispose()
05-11 13:11:31.262: W/art(29873): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[218,tid=3752,Native,Thread*=0xc8e94610,peer=0x1418f1c0,"MediaCodecVideo - 3752"]
05-11 13:11:31.272: D/AudioTrackJni(29873): StopPlayout@[tid=30017]
05-11 13:11:31.272: I/org.webrtc.Logging(29873): WebRtcAudioTrack: stopPlayout
05-11 13:11:31.312: I/org.webrtc.Logging(29873): NetworkMonitor: Stop monitoring from native observer -1413890224
05-11 13:11:31.312: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Unregister network callback
05-11 13:11:31.312: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Unregister network callback
05-11 13:11:31.312: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524296
05-11 13:11:31.312: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524296
05-11 13:11:31.332: D/device(29873): power : 0
05-11 13:11:31.332: D/device(29873): power : 88
05-11 13:11:31.332: D/device(29873): power : 37
05-11 13:11:31.332: D/device(29873): power : 30
05-11 13:11:31.332: D/ImageLoader(29873): Start display image task [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:11:31.332: D/ImageLoader(29873): Load image from network [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:11:31.382: I/Timeline(29873): Timeline: Activity_idle id: android.os.BinderProxy@1b747104 time:10016724
05-11 13:11:31.422: D/SurfaceViewRenderer(29873): remoteVideoView: Surface destroyed.
05-11 13:11:31.452: D/ImageLoader(29873): Display image in ImageAware (loaded from NETWORK) [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:11:31.692: D/WooGeen-PeerClient(29873): Deny peer:user_28
05-11 13:11:35.022: D/WooGeen-PeerConnectionChannel(29873): Change state to PENDING
05-11 13:11:35.022: D/WebRTCService(29873): onInvited:user_28
05-11 13:11:35.022: I/Timeline(29873): Timeline: Activity_launch_request id:com.manya.smartlock time:10020361
05-11 13:11:35.082: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:35.082: D/WooGeen-PCFactory(29873): Initialize Android Globals
05-11 13:11:35.082: D/WooGeen-PCFactory(29873): set video hardware acceleration options
05-11 13:11:35.082: W/org.webrtc.Logging(29873): PeerConnectionFactory: Egl context already set.
05-11 13:11:35.092: W/org.webrtc.Logging(29873): PeerConnectionFactory: Egl context already set.
05-11 13:11:35.092: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:35.102: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:35.112: D/SurfaceViewRenderer(29873): remoteVideoView: Initializing.
05-11 13:11:35.112: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:35.162: E/MediaPlayer(29873): Should have subtitle controller already set
05-11 13:11:35.162: E/(29873): currentValue = 5
05-11 13:11:35.172: W/GooglePlayServicesUtil(29873): Google Play services is missing.
05-11 13:11:35.172: I/ViewRootImpl(29873): CPU Rendering VSync enable = true
05-11 13:11:35.192: E/MediaPlayer(29873): Should have subtitle controller already set
05-11 13:11:35.242: D/SurfaceViewRenderer(29873): remoteVideoView: Surface created.
05-11 13:11:35.242: D/SurfaceViewRenderer(29873): remoteVideoView: Surface changed: 1080x1743
05-11 13:11:35.332: I/Timeline(29873): Timeline: Activity_idle id: android.os.BinderProxy@1961bf93 time:10020671
05-11 13:11:35.792: D/WooGeen-PeerClient(29873): Accept user_28
05-11 13:11:35.792: D/WooGeen-PeerConnectionChannel(29873): Change state to MATCHED
05-11 13:11:35.812: W/MediaPlayer(29873): mediaplayer went away with unhandled events
05-11 13:11:35.822: D/WooGeen-PeerClient(29873): SendMessage Accept successfully
05-11 13:11:35.982: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTING
05-11 13:11:35.992: D/WooGeen-PCFactory(29873): Create PeerConnection.
05-11 13:11:35.992: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:36.002: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:11:36.002: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:36.012: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:36.012: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:36.012: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:36.012: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:36.012: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:36.022: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:11:36.022: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:36.022: D/WooGeen-PeerConnectionChannel(29873): Drain Remote Candidates
05-11 13:11:36.022: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:36.032: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:36.032: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:36.032: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:36.032: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:36.032: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:11:36.042: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:11:36.042: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:36.042: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:36.042: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:11:36.052: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:11:36.062: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CHECKING
05-11 13:11:36.072: I/org.webrtc.Logging(29873): NetworkMonitor: Start monitoring from native observer -1413890224
05-11 13:11:36.092: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524290
05-11 13:11:36.092: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:36.092: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:36.092: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Network becomes available: 100
05-11 13:11:36.092: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:GATHERING
05-11 13:11:36.102: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:36.102: D/WooGeen-PeerConnectionChannel(29873): onIceCandidate
05-11 13:11:36.102: D/WooGeen-PeerConnectionChannel(29873): Sending candidate to user_28
05-11 13:11:36.102: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:36.112: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:36.112: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:COMPLETE
05-11 13:11:36.112: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:36.182: D/RepeatReceiver(29873): ShowNotificationReceiver onReceive
05-11 13:11:36.182: I/repeat(29873): showNotification
05-11 13:11:36.232: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CONNECTED
05-11 13:11:36.232: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTED
05-11 13:11:36.232: D/WebRTCService(29873): onChatStarted:user_28
05-11 13:11:36.232: D/CalledActivity(29873): onChatStarted:user_28
05-11 13:11:36.262: D/WooGeen-PeerConnectionChannel(29873): onDataChannel.
05-11 13:11:36.262: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:11:36.402: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:11:36.412: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 34282 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:36.412: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 34282 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:36.422: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:11:36.452: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onAddStream
05-11 13:11:36.452: D/WooGeen-PeerConnectionChannel(29873): audio1  video1
05-11 13:11:36.452: D/WebRTCService(29873): onStreamAdded : from user_28
05-11 13:11:36.452: D/CalledActivity(29873): onStreamAdded : from user_28
05-11 13:11:36.452: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:36.452: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:11:36.452: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:11:36.462: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:36.462: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:36.462: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:11:36.472: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:11:36.472: D/AudioTrackJni(29873): InitPlayout@[tid=30017]
05-11 13:11:36.472: I/org.webrtc.Logging(29873): WebRtcAudioTrack: initPlayout(sampleRate=48000, channels=1)
05-11 13:11:36.472: I/org.webrtc.Logging(29873): WebRtcAudioTrack: byteBuffer.capacity: 960
05-11 13:11:36.472: D/AudioTrackJni(29873): OnCacheDirectBufferAddress
05-11 13:11:36.472: D/AudioTrackJni(29873): direct buffer capacity: 960
05-11 13:11:36.472: D/AudioTrackJni(29873): frames_per_buffer: 480
05-11 13:11:36.472: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrack.getMinBufferSize: 9600
05-11 13:11:36.482: D/AudioManager(29873): IsCommunicationModeEnabled()
05-11 13:11:36.482: D/AudioTrackJni(29873): StartPlayout@[tid=30017]
05-11 13:11:36.482: I/org.webrtc.Logging(29873): WebRtcAudioTrack: startPlayout
05-11 13:11:36.482: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrackThread@[name=AudioTrackJavaThread, id=5287]
05-11 13:11:36.502: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:37.322: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:37.352: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Trying to find HW decoder for mime video/avc
05-11 13:11:37.352: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.avc
05-11 13:11:37.352: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.avc. Color: 0x13
05-11 13:11:37.352: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java initDecode: VIDEO_CODEC_H264 : 640 x 360. Color: 0x13. Use Surface: true
05-11 13:11:37.352: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder:   Format: {height=360, width=640, mime=video/avc}
05-11 13:11:37.352: I/org.webrtc.Logging(29873): SurfaceTextureHelper: Setting listener to org.webrtc.MediaCodecVideoDecoder$TextureListener@370c5ff4
05-11 13:11:37.362: I/OMXClient(29873): Using client-side OMX mux.
05-11 13:11:37.372: I/ACodec(29873): [OMX.qcom.video.decoder.avc] DRC Mode: Dynamic Buffer Mode
05-11 13:11:37.382: I/ExtendedCodec(29873): Decoder will be in frame by frame mode
05-11 13:11:37.402: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Input buffers: 4. Output buffers: 23
05-11 13:11:37.452: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Decoder output buffers changed: 11
05-11 13:11:37.452: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Decoder format changed: {mime=video/raw, crop-top=0, crop-right=639, slice-height=384, color-format=2141391876, height=368, width=640, what=1869968451, crop-bottom=359, crop-left=0, stride=640}
05-11 13:11:37.452: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Frame stride and slice height: 640 x 384
05-11 13:11:37.452: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Frame crop: 0, 0, 639, 359
05-11 13:11:37.462: D/SurfaceViewRenderer(29873): remoteVideoView: Reporting frame resolution changed to 640x368 with rotation 90
05-11 13:11:37.502: D/SurfaceViewRenderer(29873): remoteVideoView: Reporting first rendered frame.
05-11 13:11:37.892: E/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Very high decode time: 213ms. Q size: 2. Might be caused by resuming H264 decoding after a pause.
05-11 13:11:38.352: D/WooGeen-PeerConnectionChannel(29873): Dispose PeerConnectionChannel.
05-11 13:11:38.352: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:11:38.352: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:11:38.352: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CLOSED
05-11 13:11:38.352: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: CLOSED
05-11 13:11:38.352: D/WebRTCService(29873): onChatStop:user_28
05-11 13:11:38.352: D/CalledActivity(29873): onChatStop:user_28
05-11 13:11:38.372: W/art(29873): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[223,tid=3811,Native,Thread*=0xc7efef18,peer=0x143ca100,"IncomingVideoSt - 3811"]
05-11 13:11:38.372: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder. Total number of dropped frames: 0
05-11 13:11:38.372: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder on release thread
05-11 13:11:38.392: D/WooGeen-PeerClient(29873): SendMessage successfully
05-11 13:11:38.402: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder on release thread done
05-11 13:11:38.402: I/org.webrtc.Logging(29873): SurfaceTextureHelper: stopListening()
05-11 13:11:38.402: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder done
05-11 13:11:38.402: I/org.webrtc.Logging(29873): SurfaceTextureHelper: dispose()
05-11 13:11:38.402: W/art(29873): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[220,tid=3808,Native,Thread*=0xc7ee9bf0,peer=0x143ba1c0,"MediaCodecVideo - 3808"]
05-11 13:11:38.412: D/AudioTrackJni(29873): StopPlayout@[tid=30017]
05-11 13:11:38.412: I/org.webrtc.Logging(29873): WebRtcAudioTrack: stopPlayout
05-11 13:11:38.442: I/org.webrtc.Logging(29873): NetworkMonitor: Stop monitoring from native observer -1413890224
05-11 13:11:38.442: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Unregister network callback
05-11 13:11:38.442: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524296
05-11 13:11:38.442: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Unregister network callback
05-11 13:11:38.452: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524296
05-11 13:11:38.462: D/device(29873): power : 0
05-11 13:11:38.462: D/device(29873): power : 88
05-11 13:11:38.462: D/device(29873): power : 37
05-11 13:11:38.462: D/device(29873): power : 30
05-11 13:11:38.472: D/ImageLoader(29873): Start display image task [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:11:38.472: D/ImageLoader(29873): Load image from network [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:11:38.522: I/Timeline(29873): Timeline: Activity_idle id: android.os.BinderProxy@1b747104 time:10023863
05-11 13:11:38.532: D/SurfaceViewRenderer(29873): remoteVideoView: Surface destroyed.
05-11 13:11:38.562: D/ImageLoader(29873): Display image in ImageAware (loaded from NETWORK) [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:11:38.812: D/WooGeen-PeerClient(29873): Deny peer:user_28
05-11 13:11:41.572: D/WooGeen-PeerConnectionChannel(29873): Change state to PENDING
05-11 13:11:41.572: D/WebRTCService(29873): onInvited:user_28
05-11 13:11:41.572: I/Timeline(29873): Timeline: Activity_launch_request id:com.manya.smartlock time:10026917
05-11 13:11:41.612: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:41.632: D/WooGeen-PCFactory(29873): Initialize Android Globals
05-11 13:11:41.632: D/WooGeen-PCFactory(29873): set video hardware acceleration options
05-11 13:11:41.632: W/org.webrtc.Logging(29873): PeerConnectionFactory: Egl context already set.
05-11 13:11:41.632: W/org.webrtc.Logging(29873): PeerConnectionFactory: Egl context already set.
05-11 13:11:41.632: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:41.642: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:41.652: D/SurfaceViewRenderer(29873): remoteVideoView: Initializing.
05-11 13:11:41.652: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:41.712: E/MediaPlayer(29873): Should have subtitle controller already set
05-11 13:11:41.712: E/(29873): currentValue = 5
05-11 13:11:41.722: W/GooglePlayServicesUtil(29873): Google Play services is missing.
05-11 13:11:41.722: I/ViewRootImpl(29873): CPU Rendering VSync enable = true
05-11 13:11:41.732: E/MediaPlayer(29873): Should have subtitle controller already set
05-11 13:11:41.802: D/SurfaceViewRenderer(29873): remoteVideoView: Surface created.
05-11 13:11:41.802: D/SurfaceViewRenderer(29873): remoteVideoView: Surface changed: 1080x1743
05-11 13:11:41.882: I/Timeline(29873): Timeline: Activity_idle id: android.os.BinderProxy@2e81ae24 time:10027226
05-11 13:11:42.322: D/WooGeen-PeerClient(29873): Accept user_28
05-11 13:11:42.322: D/WooGeen-PeerConnectionChannel(29873): Change state to MATCHED
05-11 13:11:42.352: D/WooGeen-PeerClient(29873): SendMessage Accept successfully
05-11 13:11:42.532: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTING
05-11 13:11:42.542: D/WooGeen-PCFactory(29873): Create PeerConnection.
05-11 13:11:42.542: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:42.542: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:42.542: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:42.552: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:42.552: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:42.552: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:11:42.562: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:42.562: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:42.582: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:11:42.582: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:42.582: D/WooGeen-PeerConnectionChannel(29873): Drain Remote Candidates
05-11 13:11:42.582: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:42.582: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:42.582: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:42.592: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:42.592: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:42.592: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:11:42.592: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:11:42.602: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:42.602: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:42.602: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:11:42.612: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:11:42.632: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CHECKING
05-11 13:11:42.642: I/org.webrtc.Logging(29873): NetworkMonitor: Start monitoring from native observer -1413890224
05-11 13:11:42.652: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524290
05-11 13:11:42.652: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Network becomes available: 100
05-11 13:11:42.652: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:42.652: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:42.652: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:GATHERING
05-11 13:11:42.662: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:42.662: D/WooGeen-PeerConnectionChannel(29873): onIceCandidate
05-11 13:11:42.662: D/WooGeen-PeerConnectionChannel(29873): Sending candidate to user_28
05-11 13:11:42.662: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:COMPLETE
05-11 13:11:42.662: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:42.662: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:42.662: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:42.802: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CONNECTED
05-11 13:11:42.802: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTED
05-11 13:11:42.802: D/WebRTCService(29873): onChatStarted:user_28
05-11 13:11:42.802: D/CalledActivity(29873): onChatStarted:user_28
05-11 13:11:42.862: D/WooGeen-PeerConnectionChannel(29873): onDataChannel.
05-11 13:11:42.862: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:11:43.092: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:11:43.092: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 56656 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:43.092: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 56656 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:43.112: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:11:43.132: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onAddStream
05-11 13:11:43.132: D/WooGeen-PeerConnectionChannel(29873): audio1  video1
05-11 13:11:43.132: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:43.132: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:11:43.132: D/WebRTCService(29873): onStreamAdded : from user_28
05-11 13:11:43.132: D/CalledActivity(29873): onStreamAdded : from user_28
05-11 13:11:43.132: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:11:43.142: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:43.142: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:43.142: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:11:43.152: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:11:43.152: D/AudioTrackJni(29873): InitPlayout@[tid=30017]
05-11 13:11:43.152: I/org.webrtc.Logging(29873): WebRtcAudioTrack: initPlayout(sampleRate=48000, channels=1)
05-11 13:11:43.152: I/org.webrtc.Logging(29873): WebRtcAudioTrack: byteBuffer.capacity: 960
05-11 13:11:43.152: D/AudioTrackJni(29873): OnCacheDirectBufferAddress
05-11 13:11:43.152: D/AudioTrackJni(29873): direct buffer capacity: 960
05-11 13:11:43.152: D/AudioTrackJni(29873): frames_per_buffer: 480
05-11 13:11:43.152: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrack.getMinBufferSize: 9600
05-11 13:11:43.152: D/AudioManager(29873): IsCommunicationModeEnabled()
05-11 13:11:43.152: D/AudioTrackJni(29873): StartPlayout@[tid=30017]
05-11 13:11:43.152: I/org.webrtc.Logging(29873): WebRtcAudioTrack: startPlayout
05-11 13:11:43.152: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrackThread@[name=AudioTrackJavaThread, id=5338]
05-11 13:11:43.182: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:44.172: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:44.182: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Trying to find HW decoder for mime video/avc
05-11 13:11:44.182: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.avc
05-11 13:11:44.182: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.avc. Color: 0x13
05-11 13:11:44.182: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java initDecode: VIDEO_CODEC_H264 : 640 x 360. Color: 0x13. Use Surface: true
05-11 13:11:44.182: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder:   Format: {height=360, width=640, mime=video/avc}
05-11 13:11:44.182: I/org.webrtc.Logging(29873): SurfaceTextureHelper: Setting listener to org.webrtc.MediaCodecVideoDecoder$TextureListener@1e75b3fa
05-11 13:11:44.192: I/OMXClient(29873): Using client-side OMX mux.
05-11 13:11:44.202: I/ACodec(29873): [OMX.qcom.video.decoder.avc] DRC Mode: Dynamic Buffer Mode
05-11 13:11:44.212: I/ExtendedCodec(29873): Decoder will be in frame by frame mode
05-11 13:11:44.252: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Input buffers: 4. Output buffers: 23
05-11 13:11:44.302: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Decoder output buffers changed: 11
05-11 13:11:44.302: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Decoder format changed: {mime=video/raw, crop-top=0, crop-right=639, slice-height=384, color-format=2141391876, height=368, width=640, what=1869968451, crop-bottom=359, crop-left=0, stride=640}
05-11 13:11:44.302: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Frame stride and slice height: 640 x 384
05-11 13:11:44.302: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Frame crop: 0, 0, 639, 359
05-11 13:11:44.312: D/SurfaceViewRenderer(29873): remoteVideoView: Reporting frame resolution changed to 640x368 with rotation 90
05-11 13:11:44.362: D/SurfaceViewRenderer(29873): remoteVideoView: Reporting first rendered frame.
05-11 13:11:44.972: D/WooGeen-PeerConnectionChannel(29873): Dispose PeerConnectionChannel.
05-11 13:11:44.972: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:11:44.982: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:11:44.982: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CLOSED
05-11 13:11:44.982: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: CLOSED
05-11 13:11:44.982: D/WebRTCService(29873): onChatStop:user_28
05-11 13:11:44.982: D/CalledActivity(29873): onChatStop:user_28
05-11 13:11:44.992: W/art(29873): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[225,tid=3859,Native,Thread*=0xcdc61008,peer=0x1340b340,"IncomingVideoSt - 3859"]
05-11 13:11:45.002: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder. Total number of dropped frames: 0
05-11 13:11:45.002: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder on release thread
05-11 13:11:45.012: D/WooGeen-PeerClient(29873): SendMessage successfully
05-11 13:11:45.022: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder on release thread done
05-11 13:11:45.022: I/org.webrtc.Logging(29873): SurfaceTextureHelper: stopListening()
05-11 13:11:45.022: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder done
05-11 13:11:45.022: I/org.webrtc.Logging(29873): SurfaceTextureHelper: dispose()
05-11 13:11:45.022: W/art(29873): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[220,tid=3856,Native,Thread*=0xcba5cf58,peer=0x1335e760,"MediaCodecVideo - 3856"]
05-11 13:11:45.032: D/AudioTrackJni(29873): StopPlayout@[tid=30017]
05-11 13:11:45.032: I/org.webrtc.Logging(29873): WebRtcAudioTrack: stopPlayout
05-11 13:11:45.052: I/org.webrtc.Logging(29873): NetworkMonitor: Stop monitoring from native observer -1413890224
05-11 13:11:45.052: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Unregister network callback
05-11 13:11:45.052: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Unregister network callback
05-11 13:11:45.062: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524296
05-11 13:11:45.062: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524296
05-11 13:11:45.072: D/device(29873): power : 0
05-11 13:11:45.072: D/device(29873): power : 88
05-11 13:11:45.072: D/device(29873): power : 37
05-11 13:11:45.072: D/device(29873): power : 30
05-11 13:11:45.082: D/ImageLoader(29873): Start display image task [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:11:45.082: D/ImageLoader(29873): Load image from network [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:11:45.172: D/SurfaceViewRenderer(29873): remoteVideoView: Surface destroyed.
05-11 13:11:45.192: D/ImageLoader(29873): Display image in ImageAware (loaded from NETWORK) [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:11:45.192: I/Timeline(29873): Timeline: Activity_idle id: android.os.BinderProxy@1b747104 time:10030534
05-11 13:11:45.422: D/WooGeen-PeerClient(29873): Deny peer:user_28
05-11 13:11:48.732: D/WooGeen-PeerConnectionChannel(29873): Change state to PENDING
05-11 13:11:48.732: D/WebRTCService(29873): onInvited:user_28
05-11 13:11:48.732: I/Timeline(29873): Timeline: Activity_launch_request id:com.manya.smartlock time:10034074
05-11 13:11:48.802: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:48.812: D/WooGeen-PCFactory(29873): Initialize Android Globals
05-11 13:11:48.812: D/WooGeen-PCFactory(29873): set video hardware acceleration options
05-11 13:11:48.812: W/org.webrtc.Logging(29873): PeerConnectionFactory: Egl context already set.
05-11 13:11:48.822: W/org.webrtc.Logging(29873): PeerConnectionFactory: Egl context already set.
05-11 13:11:48.822: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:48.832: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:48.832: D/SurfaceViewRenderer(29873): remoteVideoView: Initializing.
05-11 13:11:48.832: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:48.882: E/MediaPlayer(29873): Should have subtitle controller already set
05-11 13:11:48.892: E/(29873): currentValue = 5
05-11 13:11:48.892: I/ViewRootImpl(29873): CPU Rendering VSync enable = true
05-11 13:11:48.902: W/GooglePlayServicesUtil(29873): Google Play services is missing.
05-11 13:11:48.912: E/MediaPlayer(29873): Should have subtitle controller already set
05-11 13:11:48.972: D/SurfaceViewRenderer(29873): remoteVideoView: Surface created.
05-11 13:11:48.972: D/SurfaceViewRenderer(29873): remoteVideoView: Surface changed: 1080x1743
05-11 13:11:49.052: I/Timeline(29873): Timeline: Activity_idle id: android.os.BinderProxy@707e295 time:10034397
05-11 13:11:49.482: D/WooGeen-PeerClient(29873): Accept user_28
05-11 13:11:49.482: D/WooGeen-PeerConnectionChannel(29873): Change state to MATCHED
05-11 13:11:49.512: D/WooGeen-PeerClient(29873): SendMessage Accept successfully
05-11 13:11:49.732: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTING
05-11 13:11:49.732: D/WooGeen-PCFactory(29873): Create PeerConnection.
05-11 13:11:49.732: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:49.732: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:49.732: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:49.742: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:49.742: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:49.752: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:11:49.752: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:49.752: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:49.762: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:11:49.772: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:49.772: D/WooGeen-PeerConnectionChannel(29873): Drain Remote Candidates
05-11 13:11:49.772: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:49.772: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:49.772: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:49.772: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:49.772: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:49.772: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:11:49.782: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:11:49.782: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:49.782: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:49.782: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:11:49.792: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:11:49.802: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CHECKING
05-11 13:11:49.812: I/org.webrtc.Logging(29873): NetworkMonitor: Start monitoring from native observer -1413890224
05-11 13:11:49.822: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524290
05-11 13:11:49.822: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Network becomes available: 100
05-11 13:11:49.822: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:49.822: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:49.822: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:GATHERING
05-11 13:11:49.832: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:49.832: D/WooGeen-PeerConnectionChannel(29873): onIceCandidate
05-11 13:11:49.832: D/WooGeen-PeerConnectionChannel(29873): Sending candidate to user_28
05-11 13:11:49.832: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:49.832: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:49.832: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:COMPLETE
05-11 13:11:49.832: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:49.942: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CONNECTED
05-11 13:11:49.942: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTED
05-11 13:11:49.942: D/WebRTCService(29873): onChatStarted:user_28
05-11 13:11:49.942: D/CalledActivity(29873): onChatStarted:user_28
05-11 13:11:49.972: D/WooGeen-PeerConnectionChannel(29873): onDataChannel.
05-11 13:11:49.972: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:11:50.092: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:11:50.102: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 43035 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:50.102: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 43035 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:50.112: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:11:50.132: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onAddStream
05-11 13:11:50.132: D/WooGeen-PeerConnectionChannel(29873): audio1  video1
05-11 13:11:50.132: D/WebRTCService(29873): onStreamAdded : from user_28
05-11 13:11:50.132: D/CalledActivity(29873): onStreamAdded : from user_28
05-11 13:11:50.132: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:50.142: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:11:50.142: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:11:50.142: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:50.152: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:50.152: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:11:50.152: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:11:50.152: D/AudioTrackJni(29873): InitPlayout@[tid=30017]
05-11 13:11:50.152: I/org.webrtc.Logging(29873): WebRtcAudioTrack: initPlayout(sampleRate=48000, channels=1)
05-11 13:11:50.152: I/org.webrtc.Logging(29873): WebRtcAudioTrack: byteBuffer.capacity: 960
05-11 13:11:50.152: D/AudioTrackJni(29873): OnCacheDirectBufferAddress
05-11 13:11:50.152: D/AudioTrackJni(29873): direct buffer capacity: 960
05-11 13:11:50.152: D/AudioTrackJni(29873): frames_per_buffer: 480
05-11 13:11:50.162: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrack.getMinBufferSize: 9600
05-11 13:11:50.162: D/AudioManager(29873): IsCommunicationModeEnabled()
05-11 13:11:50.162: D/AudioTrackJni(29873): StartPlayout@[tid=30017]
05-11 13:11:50.162: I/org.webrtc.Logging(29873): WebRtcAudioTrack: startPlayout
05-11 13:11:50.162: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrackThread@[name=AudioTrackJavaThread, id=5385]
05-11 13:11:50.202: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:50.912: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:50.942: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Trying to find HW decoder for mime video/avc
05-11 13:11:50.942: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.avc
05-11 13:11:50.942: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.avc. Color: 0x13
05-11 13:11:50.942: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java initDecode: VIDEO_CODEC_H264 : 640 x 360. Color: 0x13. Use Surface: true
05-11 13:11:50.942: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder:   Format: {height=360, width=640, mime=video/avc}
05-11 13:11:50.942: I/org.webrtc.Logging(29873): SurfaceTextureHelper: Setting listener to org.webrtc.MediaCodecVideoDecoder$TextureListener@3c8bf2f3
05-11 13:11:50.942: I/OMXClient(29873): Using client-side OMX mux.
05-11 13:11:50.962: I/ACodec(29873): [OMX.qcom.video.decoder.avc] DRC Mode: Dynamic Buffer Mode
05-11 13:11:50.972: I/ExtendedCodec(29873): Decoder will be in frame by frame mode
05-11 13:11:51.002: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Input buffers: 4. Output buffers: 23
05-11 13:11:51.042: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Decoder output buffers changed: 11
05-11 13:11:51.052: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Decoder format changed: {mime=video/raw, crop-top=0, crop-right=639, slice-height=384, color-format=2141391876, height=368, width=640, what=1869968451, crop-bottom=359, crop-left=0, stride=640}
05-11 13:11:51.052: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Frame stride and slice height: 640 x 384
05-11 13:11:51.052: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Frame crop: 0, 0, 639, 359
05-11 13:11:51.052: D/SurfaceViewRenderer(29873): remoteVideoView: Reporting frame resolution changed to 640x368 with rotation 90
05-11 13:11:51.082: W/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Draining decoder. Dropping frame with TS: 100. Total number of dropped frames: 1
05-11 13:11:51.102: D/SurfaceViewRenderer(29873): remoteVideoView: Reporting first rendered frame.
05-11 13:11:51.662: D/WooGeen-PeerClient(29873): Send data:{"task_id":4,"command":20481,"id":39} to peer:user_28
05-11 13:11:51.662: D/WooGeen-PeerConnectionChannel(29873): SendData
05-11 13:11:51.982: D/WooGeen-PeerConnectionChannel(29873): Dispose PeerConnectionChannel.
05-11 13:11:51.982: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:11:51.982: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:11:51.992: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CLOSED
05-11 13:11:51.992: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: CLOSED
05-11 13:11:51.992: D/WebRTCService(29873): onChatStop:user_28
05-11 13:11:51.992: D/CalledActivity(29873): onChatStop:user_28
05-11 13:11:52.002: W/art(29873): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[227,tid=3907,Native,Thread*=0xcb30e2f0,peer=0x1385e100,"IncomingVideoSt - 3907"]
05-11 13:11:52.002: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder. Total number of dropped frames: 1
05-11 13:11:52.012: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder on release thread
05-11 13:11:52.022: D/WooGeen-PeerClient(29873): SendMessage successfully
05-11 13:11:52.042: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder on release thread done
05-11 13:11:52.042: I/org.webrtc.Logging(29873): SurfaceTextureHelper: stopListening()
05-11 13:11:52.042: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder done
05-11 13:11:52.042: I/org.webrtc.Logging(29873): SurfaceTextureHelper: dispose()
05-11 13:11:52.042: W/art(29873): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[224,tid=3904,Native,Thread*=0xcb30e9a0,peer=0x1376f280,"MediaCodecVideo - 3904"]
05-11 13:11:52.052: D/AudioTrackJni(29873): StopPlayout@[tid=30017]
05-11 13:11:52.052: I/org.webrtc.Logging(29873): WebRtcAudioTrack: stopPlayout
05-11 13:11:52.112: I/org.webrtc.Logging(29873): NetworkMonitor: Stop monitoring from native observer -1413890224
05-11 13:11:52.112: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Unregister network callback
05-11 13:11:52.112: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Unregister network callback
05-11 13:11:52.112: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524296
05-11 13:11:52.112: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524296
05-11 13:11:52.132: D/device(29873): power : 0
05-11 13:11:52.132: D/device(29873): power : 88
05-11 13:11:52.132: D/device(29873): power : 37
05-11 13:11:52.132: D/device(29873): power : 30
05-11 13:11:52.142: D/ImageLoader(29873): Start display image task [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:11:52.142: D/ImageLoader(29873): Load image from network [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:11:52.212: D/SurfaceViewRenderer(29873): remoteVideoView: Surface destroyed.
05-11 13:11:52.232: I/Timeline(29873): Timeline: Activity_idle id: android.os.BinderProxy@1b747104 time:10037570
05-11 13:11:52.232: D/ImageLoader(29873): Display image in ImageAware (loaded from NETWORK) [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:11:52.482: D/WooGeen-PeerClient(29873): Deny peer:user_28
05-11 13:11:54.822: D/WooGeen-PeerConnectionChannel(29873): Change state to PENDING
05-11 13:11:54.822: D/WebRTCService(29873): onInvited:user_28
05-11 13:11:54.822: I/Timeline(29873): Timeline: Activity_launch_request id:com.manya.smartlock time:10040164
05-11 13:11:54.882: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:54.882: D/WooGeen-PCFactory(29873): Initialize Android Globals
05-11 13:11:54.892: D/WooGeen-PCFactory(29873): set video hardware acceleration options
05-11 13:11:54.892: W/org.webrtc.Logging(29873): PeerConnectionFactory: Egl context already set.
05-11 13:11:54.892: W/org.webrtc.Logging(29873): PeerConnectionFactory: Egl context already set.
05-11 13:11:54.892: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:54.902: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:54.912: D/SurfaceViewRenderer(29873): remoteVideoView: Initializing.
05-11 13:11:54.912: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:54.962: E/MediaPlayer(29873): Should have subtitle controller already set
05-11 13:11:54.972: E/(29873): currentValue = 5
05-11 13:11:54.982: W/GooglePlayServicesUtil(29873): Google Play services is missing.
05-11 13:11:54.982: I/ViewRootImpl(29873): CPU Rendering VSync enable = true
05-11 13:11:54.992: E/MediaPlayer(29873): Should have subtitle controller already set
05-11 13:11:55.052: D/SurfaceViewRenderer(29873): remoteVideoView: Surface created.
05-11 13:11:55.052: D/SurfaceViewRenderer(29873): remoteVideoView: Surface changed: 1080x1743
05-11 13:11:55.122: I/Timeline(29873): Timeline: Activity_idle id: android.os.BinderProxy@19177ee3 time:10040463
05-11 13:11:55.542: D/WooGeen-PeerClient(29873): Accept user_28
05-11 13:11:55.542: D/WooGeen-PeerConnectionChannel(29873): Change state to MATCHED
05-11 13:11:55.572: D/WooGeen-PeerClient(29873): SendMessage Accept successfully
05-11 13:11:55.762: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTING
05-11 13:11:55.762: D/WooGeen-PCFactory(29873): Create PeerConnection.
05-11 13:11:55.762: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:55.762: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:55.772: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:55.772: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:55.772: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:11:55.782: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:11:55.782: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:55.782: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:55.802: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:11:55.802: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:55.802: D/WooGeen-PeerConnectionChannel(29873): Drain Remote Candidates
05-11 13:11:55.802: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:55.802: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:55.802: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:55.812: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:55.812: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:11:55.812: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:11:55.812: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:11:55.822: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:55.822: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:55.822: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:11:55.832: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:11:55.832: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CHECKING
05-11 13:11:55.842: I/org.webrtc.Logging(29873): NetworkMonitor: Start monitoring from native observer -1413890224
05-11 13:11:55.852: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524290
05-11 13:11:55.852: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Network becomes available: 100
05-11 13:11:55.862: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:55.862: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:55.862: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:GATHERING
05-11 13:11:55.862: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:55.872: D/WooGeen-PeerConnectionChannel(29873): onIceCandidate
05-11 13:11:55.872: D/WooGeen-PeerConnectionChannel(29873): Sending candidate to user_28
05-11 13:11:55.872: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:55.882: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:COMPLETE
05-11 13:11:55.882: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:55.882: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:11:56.032: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CONNECTED
05-11 13:11:56.032: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTED
05-11 13:11:56.032: D/WebRTCService(29873): onChatStarted:user_28
05-11 13:11:56.032: D/CalledActivity(29873): onChatStarted:user_28
05-11 13:11:56.102: D/WooGeen-PeerConnectionChannel(29873): onDataChannel.
05-11 13:11:56.102: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:11:56.292: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:11:56.302: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 52981 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:56.302: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 52981 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:56.312: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:11:56.342: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onAddStream
05-11 13:11:56.342: D/WooGeen-PeerConnectionChannel(29873): audio1  video1
05-11 13:11:56.342: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:56.342: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:11:56.342: D/WebRTCService(29873): onStreamAdded : from user_28
05-11 13:11:56.342: D/CalledActivity(29873): onStreamAdded : from user_28
05-11 13:11:56.352: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:11:56.352: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:56.352: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:11:56.352: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:11:56.372: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:11:56.372: D/AudioTrackJni(29873): InitPlayout@[tid=30017]
05-11 13:11:56.372: I/org.webrtc.Logging(29873): WebRtcAudioTrack: initPlayout(sampleRate=48000, channels=1)
05-11 13:11:56.372: I/org.webrtc.Logging(29873): WebRtcAudioTrack: byteBuffer.capacity: 960
05-11 13:11:56.372: D/AudioTrackJni(29873): OnCacheDirectBufferAddress
05-11 13:11:56.372: D/AudioTrackJni(29873): direct buffer capacity: 960
05-11 13:11:56.372: D/AudioTrackJni(29873): frames_per_buffer: 480
05-11 13:11:56.372: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrack.getMinBufferSize: 9600
05-11 13:11:56.372: D/AudioManager(29873): IsCommunicationModeEnabled()
05-11 13:11:56.372: D/AudioTrackJni(29873): StartPlayout@[tid=30017]
05-11 13:11:56.372: I/org.webrtc.Logging(29873): WebRtcAudioTrack: startPlayout
05-11 13:11:56.382: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrackThread@[name=AudioTrackJavaThread, id=5435]
05-11 13:11:56.412: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:11:57.052: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:11:57.072: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Trying to find HW decoder for mime video/avc
05-11 13:11:57.072: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.avc
05-11 13:11:57.082: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.avc. Color: 0x13
05-11 13:11:57.082: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java initDecode: VIDEO_CODEC_H264 : 640 x 360. Color: 0x13. Use Surface: true
05-11 13:11:57.082: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder:   Format: {height=360, width=640, mime=video/avc}
05-11 13:11:57.082: I/org.webrtc.Logging(29873): SurfaceTextureHelper: Setting listener to org.webrtc.MediaCodecVideoDecoder$TextureListener@3e93e096
05-11 13:11:57.082: I/OMXClient(29873): Using client-side OMX mux.
05-11 13:11:57.102: I/ACodec(29873): [OMX.qcom.video.decoder.avc] DRC Mode: Dynamic Buffer Mode
05-11 13:11:57.112: I/ExtendedCodec(29873): Decoder will be in frame by frame mode
05-11 13:11:57.152: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Input buffers: 4. Output buffers: 23
05-11 13:11:57.202: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Decoder output buffers changed: 11
05-11 13:11:57.212: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Decoder format changed: {mime=video/raw, crop-top=0, crop-right=639, slice-height=384, color-format=2141391876, height=368, width=640, what=1869968451, crop-bottom=359, crop-left=0, stride=640}
05-11 13:11:57.212: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Frame stride and slice height: 640 x 384
05-11 13:11:57.212: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Frame crop: 0, 0, 639, 359
05-11 13:11:57.212: D/SurfaceViewRenderer(29873): remoteVideoView: Reporting frame resolution changed to 640x368 with rotation 90
05-11 13:11:57.262: W/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Draining decoder. Dropping frame with TS: 100. Total number of dropped frames: 1
05-11 13:11:57.262: D/SurfaceViewRenderer(29873): remoteVideoView: Reporting first rendered frame.
05-11 13:11:57.712: D/WooGeen-PeerConnectionChannel(29873): Dispose PeerConnectionChannel.
05-11 13:11:57.712: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:11:57.722: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:11:57.722: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CLOSED
05-11 13:11:57.722: D/WebRTCService(29873): onChatStop:user_28
05-11 13:11:57.722: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: CLOSED
05-11 13:11:57.722: D/CalledActivity(29873): onChatStop:user_28
05-11 13:11:57.732: W/art(29873): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[229,tid=3958,Native,Thread*=0xc70c0750,peer=0x13adb100,"IncomingVideoSt - 3958"]
05-11 13:11:57.732: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder. Total number of dropped frames: 1
05-11 13:11:57.732: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder on release thread
05-11 13:11:57.742: D/WooGeen-PeerClient(29873): SendMessage successfully
05-11 13:11:57.752: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder on release thread done
05-11 13:11:57.752: I/org.webrtc.Logging(29873): SurfaceTextureHelper: stopListening()
05-11 13:11:57.762: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder done
05-11 13:11:57.762: I/org.webrtc.Logging(29873): SurfaceTextureHelper: dispose()
05-11 13:11:57.772: W/art(29873): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[226,tid=3955,Native,Thread*=0xc70c0bf0,peer=0x13ac01c0,"MediaCodecVideo - 3955"]
05-11 13:11:57.772: D/AudioTrackJni(29873): StopPlayout@[tid=30017]
05-11 13:11:57.772: I/org.webrtc.Logging(29873): WebRtcAudioTrack: stopPlayout
05-11 13:11:57.832: I/org.webrtc.Logging(29873): NetworkMonitor: Stop monitoring from native observer -1413890224
05-11 13:11:57.832: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Unregister network callback
05-11 13:11:57.842: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Unregister network callback
05-11 13:11:57.842: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524296
05-11 13:11:57.842: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524296
05-11 13:11:57.862: D/device(29873): power : 0
05-11 13:11:57.862: D/device(29873): power : 88
05-11 13:11:57.862: D/device(29873): power : 37
05-11 13:11:57.862: D/device(29873): power : 30
05-11 13:11:57.872: D/ImageLoader(29873): Start display image task [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:11:57.872: D/ImageLoader(29873): Load image from network [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:11:57.952: D/SurfaceViewRenderer(29873): remoteVideoView: Surface destroyed.
05-11 13:11:57.972: D/ImageLoader(29873): Display image in ImageAware (loaded from NETWORK) [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:11:57.972: I/Timeline(29873): Timeline: Activity_idle id: android.os.BinderProxy@1b747104 time:10043317
05-11 13:11:58.232: D/WooGeen-PeerClient(29873): Deny peer:user_28
05-11 13:12:00.562: D/WooGeen-PeerConnectionChannel(29873): Change state to PENDING
05-11 13:12:00.562: D/WebRTCService(29873): onInvited:user_28
05-11 13:12:00.562: I/Timeline(29873): Timeline: Activity_launch_request id:com.manya.smartlock time:10045902
05-11 13:12:00.622: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:00.632: D/WooGeen-PCFactory(29873): Initialize Android Globals
05-11 13:12:00.632: D/WooGeen-PCFactory(29873): set video hardware acceleration options
05-11 13:12:00.632: W/org.webrtc.Logging(29873): PeerConnectionFactory: Egl context already set.
05-11 13:12:00.642: W/org.webrtc.Logging(29873): PeerConnectionFactory: Egl context already set.
05-11 13:12:00.642: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:00.652: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:00.662: D/SurfaceViewRenderer(29873): remoteVideoView: Initializing.
05-11 13:12:00.662: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:00.712: E/MediaPlayer(29873): Should have subtitle controller already set
05-11 13:12:00.712: E/(29873): currentValue = 5
05-11 13:12:00.722: I/ViewRootImpl(29873): CPU Rendering VSync enable = true
05-11 13:12:00.722: W/GooglePlayServicesUtil(29873): Google Play services is missing.
05-11 13:12:00.732: E/MediaPlayer(29873): Should have subtitle controller already set
05-11 13:12:00.792: D/SurfaceViewRenderer(29873): remoteVideoView: Surface created.
05-11 13:12:00.792: D/SurfaceViewRenderer(29873): remoteVideoView: Surface changed: 1080x1743
05-11 13:12:00.892: I/Timeline(29873): Timeline: Activity_idle id: android.os.BinderProxy@17c7f588 time:10046233
05-11 13:12:01.322: D/WooGeen-PeerClient(29873): Accept user_28
05-11 13:12:01.322: D/WooGeen-PeerConnectionChannel(29873): Change state to MATCHED
05-11 13:12:01.342: W/MediaPlayer(29873): mediaplayer went away with unhandled events
05-11 13:12:01.352: D/WooGeen-PeerClient(29873): SendMessage Accept successfully
05-11 13:12:01.522: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTING
05-11 13:12:01.522: D/WooGeen-PCFactory(29873): Create PeerConnection.
05-11 13:12:01.532: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:01.532: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:01.532: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:01.532: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:01.532: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:01.542: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:12:01.542: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:01.542: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:01.552: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:12:01.562: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:12:01.562: D/WooGeen-PeerConnectionChannel(29873): Drain Remote Candidates
05-11 13:12:01.562: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:01.562: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:01.562: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:01.562: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:01.562: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:01.562: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:12:01.572: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:12:01.572: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:01.572: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:01.572: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:12:01.582: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:12:01.592: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CHECKING
05-11 13:12:01.592: I/org.webrtc.Logging(29873): NetworkMonitor: Start monitoring from native observer -1413890224
05-11 13:12:01.602: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524290
05-11 13:12:01.602: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Network becomes available: 100
05-11 13:12:01.612: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:12:01.612: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:GATHERING
05-11 13:12:01.612: D/WooGeen-PeerConnectionChannel(29873): onIceCandidate
05-11 13:12:01.612: D/WooGeen-PeerConnectionChannel(29873): Sending candidate to user_28
05-11 13:12:01.622: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:01.642: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:COMPLETE
05-11 13:12:01.652: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:01.652: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:01.652: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:01.662: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:01.772: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CONNECTED
05-11 13:12:01.772: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTED
05-11 13:12:01.772: D/WebRTCService(29873): onChatStarted:user_28
05-11 13:12:01.772: D/CalledActivity(29873): onChatStarted:user_28
05-11 13:12:01.792: D/WooGeen-PeerConnectionChannel(29873): onDataChannel.
05-11 13:12:01.792: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:12:01.892: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:12:01.902: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 39112 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:01.902: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 39112 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:01.922: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:12:01.942: I/art(29873): Background sticky concurrent mark sweep GC freed 36792(5MB) AllocSpace objects, 27(496KB) LOS objects, 9% free, 56MB/62MB, paused 12.427ms total 54.734ms
05-11 13:12:01.952: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onAddStream
05-11 13:12:01.952: D/WooGeen-PeerConnectionChannel(29873): audio1  video1
05-11 13:12:01.952: D/WebRTCService(29873): onStreamAdded : from user_28
05-11 13:12:01.952: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:12:01.952: D/CalledActivity(29873): onStreamAdded : from user_28
05-11 13:12:01.952: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:12:01.962: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:12:01.972: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:01.972: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:01.972: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:12:01.982: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:12:01.982: D/AudioTrackJni(29873): InitPlayout@[tid=30017]
05-11 13:12:01.982: I/org.webrtc.Logging(29873): WebRtcAudioTrack: initPlayout(sampleRate=48000, channels=1)
05-11 13:12:01.982: I/org.webrtc.Logging(29873): WebRtcAudioTrack: byteBuffer.capacity: 960
05-11 13:12:01.982: D/AudioTrackJni(29873): OnCacheDirectBufferAddress
05-11 13:12:01.982: D/AudioTrackJni(29873): direct buffer capacity: 960
05-11 13:12:01.982: D/AudioTrackJni(29873): frames_per_buffer: 480
05-11 13:12:01.992: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrack.getMinBufferSize: 9600
05-11 13:12:01.992: D/AudioManager(29873): IsCommunicationModeEnabled()
05-11 13:12:01.992: D/AudioTrackJni(29873): StartPlayout@[tid=30017]
05-11 13:12:01.992: I/org.webrtc.Logging(29873): WebRtcAudioTrack: startPlayout
05-11 13:12:01.992: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrackThread@[name=AudioTrackJavaThread, id=5480]
05-11 13:12:02.022: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:12:02.682: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:02.692: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Trying to find HW decoder for mime video/avc
05-11 13:12:02.692: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.avc
05-11 13:12:02.692: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.avc. Color: 0x13
05-11 13:12:02.702: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java initDecode: VIDEO_CODEC_H264 : 640 x 360. Color: 0x13. Use Surface: true
05-11 13:12:02.702: I/org.webrtc.Logging(29873): SurfaceTextureHelper: Setting listener to org.webrtc.MediaCodecVideoDecoder$TextureListener@1555982c
05-11 13:12:02.702: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder:   Format: {height=360, width=640, mime=video/avc}
05-11 13:12:02.702: I/OMXClient(29873): Using client-side OMX mux.
05-11 13:12:02.722: I/ACodec(29873): [OMX.qcom.video.decoder.avc] DRC Mode: Dynamic Buffer Mode
05-11 13:12:02.732: I/ExtendedCodec(29873): Decoder will be in frame by frame mode
05-11 13:12:02.752: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Input buffers: 4. Output buffers: 23
05-11 13:12:02.802: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Decoder output buffers changed: 11
05-11 13:12:02.812: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Decoder format changed: {mime=video/raw, crop-top=0, crop-right=639, slice-height=384, color-format=2141391876, height=368, width=640, what=1869968451, crop-bottom=359, crop-left=0, stride=640}
05-11 13:12:02.812: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Frame stride and slice height: 640 x 384
05-11 13:12:02.812: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Frame crop: 0, 0, 639, 359
05-11 13:12:02.812: D/SurfaceViewRenderer(29873): remoteVideoView: Reporting frame resolution changed to 640x368 with rotation 90
05-11 13:12:02.872: D/SurfaceViewRenderer(29873): remoteVideoView: Reporting first rendered frame.
05-11 13:12:03.412: D/WooGeen-PeerConnectionChannel(29873): Dispose PeerConnectionChannel.
05-11 13:12:03.412: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:12:03.412: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:12:03.422: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CLOSED
05-11 13:12:03.422: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: CLOSED
05-11 13:12:03.422: D/WebRTCService(29873): onChatStop:user_28
05-11 13:12:03.422: D/CalledActivity(29873): onChatStop:user_28
05-11 13:12:03.432: W/art(29873): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[231,tid=4012,Native,Thread*=0xc98183f0,peer=0x13305100,"IncomingVideoSt - 4012"]
05-11 13:12:03.432: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder. Total number of dropped frames: 0
05-11 13:12:03.432: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder on release thread
05-11 13:12:03.432: D/WooGeen-PeerClient(29873): SendMessage successfully
05-11 13:12:03.462: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder on release thread done
05-11 13:12:03.462: I/org.webrtc.Logging(29873): SurfaceTextureHelper: stopListening()
05-11 13:12:03.462: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder done
05-11 13:12:03.462: I/org.webrtc.Logging(29873): SurfaceTextureHelper: dispose()
05-11 13:12:03.472: W/art(29873): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[228,tid=4009,Native,Thread*=0xc6a72ce8,peer=0x13272460,"MediaCodecVideo - 4009"]
05-11 13:12:03.472: D/AudioTrackJni(29873): StopPlayout@[tid=30017]
05-11 13:12:03.472: I/org.webrtc.Logging(29873): WebRtcAudioTrack: stopPlayout
05-11 13:12:03.522: I/org.webrtc.Logging(29873): NetworkMonitor: Stop monitoring from native observer -1413890224
05-11 13:12:03.522: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Unregister network callback
05-11 13:12:03.522: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Unregister network callback
05-11 13:12:03.522: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524296
05-11 13:12:03.522: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524296
05-11 13:12:03.542: D/device(29873): power : 0
05-11 13:12:03.542: D/device(29873): power : 88
05-11 13:12:03.542: D/device(29873): power : 37
05-11 13:12:03.542: D/device(29873): power : 30
05-11 13:12:03.552: D/ImageLoader(29873): Start display image task [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:12:03.552: D/ImageLoader(29873): Load image from network [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:12:03.602: I/Timeline(29873): Timeline: Activity_idle id: android.os.BinderProxy@1b747104 time:10048941
05-11 13:12:03.622: D/SurfaceViewRenderer(29873): remoteVideoView: Surface destroyed.
05-11 13:12:03.642: D/ImageLoader(29873): Display image in ImageAware (loaded from NETWORK) [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:12:03.892: D/WooGeen-PeerClient(29873): Deny peer:user_28
05-11 13:12:06.182: D/RepeatReceiver(29873): ShowNotificationReceiver onReceive
05-11 13:12:06.182: I/repeat(29873): showNotification
05-11 13:12:06.232: D/WooGeen-PeerConnectionChannel(29873): Change state to PENDING
05-11 13:12:06.232: D/WebRTCService(29873): onInvited:user_28
05-11 13:12:06.232: I/Timeline(29873): Timeline: Activity_launch_request id:com.manya.smartlock time:10051573
05-11 13:12:06.302: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:06.312: D/WooGeen-PCFactory(29873): Initialize Android Globals
05-11 13:12:06.312: D/WooGeen-PCFactory(29873): set video hardware acceleration options
05-11 13:12:06.312: W/org.webrtc.Logging(29873): PeerConnectionFactory: Egl context already set.
05-11 13:12:06.312: W/org.webrtc.Logging(29873): PeerConnectionFactory: Egl context already set.
05-11 13:12:06.322: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:06.322: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:06.332: D/SurfaceViewRenderer(29873): remoteVideoView: Initializing.
05-11 13:12:06.332: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:06.382: E/MediaPlayer(29873): Should have subtitle controller already set
05-11 13:12:06.382: E/(29873): currentValue = 5
05-11 13:12:06.392: W/GooglePlayServicesUtil(29873): Google Play services is missing.
05-11 13:12:06.392: I/ViewRootImpl(29873): CPU Rendering VSync enable = true
05-11 13:12:06.402: E/MediaPlayer(29873): Should have subtitle controller already set
05-11 13:12:06.472: D/SurfaceViewRenderer(29873): remoteVideoView: Surface created.
05-11 13:12:06.472: D/SurfaceViewRenderer(29873): remoteVideoView: Surface changed: 1080x1743
05-11 13:12:06.552: I/Timeline(29873): Timeline: Activity_idle id: android.os.BinderProxy@2b34b2cf time:10051896
05-11 13:12:07.012: D/WooGeen-PeerClient(29873): Accept user_28
05-11 13:12:07.012: D/WooGeen-PeerConnectionChannel(29873): Change state to MATCHED
05-11 13:12:07.032: W/MediaPlayer(29873): mediaplayer went away with unhandled events
05-11 13:12:07.042: D/WooGeen-PeerClient(29873): SendMessage Accept successfully
05-11 13:12:07.232: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTING
05-11 13:12:07.232: D/WooGeen-PCFactory(29873): Create PeerConnection.
05-11 13:12:07.232: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:07.242: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:07.242: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:07.242: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:12:07.242: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:07.242: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:07.252: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:07.252: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:07.262: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:12:07.262: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:12:07.262: D/WooGeen-PeerConnectionChannel(29873): Drain Remote Candidates
05-11 13:12:07.262: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:07.262: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:07.262: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:07.272: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:07.272: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:07.272: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:12:07.272: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:12:07.282: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:07.282: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:07.282: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:12:07.282: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:12:07.292: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CHECKING
05-11 13:12:07.292: I/org.webrtc.Logging(29873): NetworkMonitor: Start monitoring from native observer -1413890224
05-11 13:12:07.302: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524290
05-11 13:12:07.302: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Network becomes available: 100
05-11 13:12:07.312: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:12:07.312: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:GATHERING
05-11 13:12:07.312: D/WooGeen-PeerConnectionChannel(29873): onIceCandidate
05-11 13:12:07.312: D/WooGeen-PeerConnectionChannel(29873): Sending candidate to user_28
05-11 13:12:07.322: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:COMPLETE
05-11 13:12:07.322: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:07.332: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:07.342: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:07.342: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:07.342: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:07.472: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CONNECTED
05-11 13:12:07.472: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTED
05-11 13:12:07.472: D/WebRTCService(29873): onChatStarted:user_28
05-11 13:12:07.472: D/CalledActivity(29873): onChatStarted:user_28
05-11 13:12:07.512: D/WooGeen-PeerConnectionChannel(29873): onDataChannel.
05-11 13:12:07.522: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:12:07.752: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:12:07.752: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 42207 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:07.752: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 42207 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:07.772: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:12:07.792: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onAddStream
05-11 13:12:07.792: D/WooGeen-PeerConnectionChannel(29873): audio1  video1
05-11 13:12:07.792: D/WebRTCService(29873): onStreamAdded : from user_28
05-11 13:12:07.792: D/CalledActivity(29873): onStreamAdded : from user_28
05-11 13:12:07.792: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:12:07.792: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:12:07.792: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:12:07.802: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:07.802: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:07.802: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:12:07.812: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:12:07.812: D/AudioTrackJni(29873): InitPlayout@[tid=30017]
05-11 13:12:07.812: I/org.webrtc.Logging(29873): WebRtcAudioTrack: initPlayout(sampleRate=48000, channels=1)
05-11 13:12:07.812: I/org.webrtc.Logging(29873): WebRtcAudioTrack: byteBuffer.capacity: 960
05-11 13:12:07.812: D/AudioTrackJni(29873): OnCacheDirectBufferAddress
05-11 13:12:07.812: D/AudioTrackJni(29873): direct buffer capacity: 960
05-11 13:12:07.812: D/AudioTrackJni(29873): frames_per_buffer: 480
05-11 13:12:07.812: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrack.getMinBufferSize: 9600
05-11 13:12:07.822: D/AudioManager(29873): IsCommunicationModeEnabled()
05-11 13:12:07.822: D/AudioTrackJni(29873): StartPlayout@[tid=30017]
05-11 13:12:07.822: I/org.webrtc.Logging(29873): WebRtcAudioTrack: startPlayout
05-11 13:12:07.822: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrackThread@[name=AudioTrackJavaThread, id=5525]
05-11 13:12:07.852: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:12:08.782: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:08.812: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Trying to find HW decoder for mime video/avc
05-11 13:12:08.812: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.avc
05-11 13:12:08.812: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.avc. Color: 0x13
05-11 13:12:08.812: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java initDecode: VIDEO_CODEC_H264 : 640 x 360. Color: 0x13. Use Surface: true
05-11 13:12:08.812: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder:   Format: {height=360, width=640, mime=video/avc}
05-11 13:12:08.812: I/org.webrtc.Logging(29873): SurfaceTextureHelper: Setting listener to org.webrtc.MediaCodecVideoDecoder$TextureListener@161afafd
05-11 13:12:08.822: I/OMXClient(29873): Using client-side OMX mux.
05-11 13:12:08.832: I/ACodec(29873): [OMX.qcom.video.decoder.avc] DRC Mode: Dynamic Buffer Mode
05-11 13:12:08.842: I/ExtendedCodec(29873): Decoder will be in frame by frame mode
05-11 13:12:08.872: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Input buffers: 4. Output buffers: 23
05-11 13:12:08.922: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Decoder output buffers changed: 11
05-11 13:12:08.932: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Decoder format changed: {mime=video/raw, crop-top=0, crop-right=639, slice-height=384, color-format=2141391876, height=368, width=640, what=1869968451, crop-bottom=359, crop-left=0, stride=640}
05-11 13:12:08.932: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Frame stride and slice height: 640 x 384
05-11 13:12:08.932: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Frame crop: 0, 0, 639, 359
05-11 13:12:08.932: D/SurfaceViewRenderer(29873): remoteVideoView: Reporting frame resolution changed to 640x368 with rotation 90
05-11 13:12:08.972: W/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Draining decoder. Dropping frame with TS: 100. Total number of dropped frames: 1
05-11 13:12:08.982: D/SurfaceViewRenderer(29873): remoteVideoView: Reporting first rendered frame.
05-11 13:12:09.302: E/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Very high decode time: 202ms. Q size: 1. Might be caused by resuming H264 decoding after a pause.
05-11 13:12:09.452: D/WooGeen-PeerConnectionChannel(29873): Dispose PeerConnectionChannel.
05-11 13:12:09.452: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:12:09.452: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:12:09.452: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CLOSED
05-11 13:12:09.452: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: CLOSED
05-11 13:12:09.452: D/WebRTCService(29873): onChatStop:user_28
05-11 13:12:09.452: D/CalledActivity(29873): onChatStop:user_28
05-11 13:12:09.462: D/WooGeen-PeerClient(29873): SendMessage successfully
05-11 13:12:09.472: W/art(29873): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[233,tid=4059,Native,Thread*=0xc6a93390,peer=0x1383c100,"IncomingVideoSt - 4059"]
05-11 13:12:09.472: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder. Total number of dropped frames: 1
05-11 13:12:09.472: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder on release thread
05-11 13:12:09.502: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder on release thread done
05-11 13:12:09.502: I/org.webrtc.Logging(29873): SurfaceTextureHelper: stopListening()
05-11 13:12:09.502: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder done
05-11 13:12:09.502: I/org.webrtc.Logging(29873): SurfaceTextureHelper: dispose()
05-11 13:12:09.512: W/art(29873): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[230,tid=4056,Native,Thread*=0xc6c1fa88,peer=0x136f41c0,"MediaCodecVideo - 4056"]
05-11 13:12:09.512: D/AudioTrackJni(29873): StopPlayout@[tid=30017]
05-11 13:12:09.522: I/org.webrtc.Logging(29873): WebRtcAudioTrack: stopPlayout
05-11 13:12:09.542: I/org.webrtc.Logging(29873): NetworkMonitor: Stop monitoring from native observer -1413890224
05-11 13:12:09.542: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Unregister network callback
05-11 13:12:09.542: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524296
05-11 13:12:09.542: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Unregister network callback
05-11 13:12:09.552: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524296
05-11 13:12:09.572: D/device(29873): power : 0
05-11 13:12:09.572: D/device(29873): power : 88
05-11 13:12:09.572: D/device(29873): power : 37
05-11 13:12:09.572: D/device(29873): power : 30
05-11 13:12:09.572: D/ImageLoader(29873): Start display image task [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:12:09.582: D/ImageLoader(29873): Load image from network [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]

 

 

 

 


05-11 13:12:09.642: D/ImageLoader(29873): Display image in ImageAware (loaded from NETWORK) [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:12:09.652: D/SurfaceViewRenderer(29873): remoteVideoView: Surface destroyed.
05-11 13:12:09.672: I/Timeline(29873): Timeline: Activity_idle id: android.os.BinderProxy@1b747104 time:10055012
05-11 13:12:09.922: D/WooGeen-PeerClient(29873): Deny peer:user_28

 

 

 

 

 

 

 

05-11 13:12:12.372: D/WooGeen-PeerConnectionChannel(29873): Change state to PENDING

 

 

 

 

 


05-11 13:12:12.372: D/WebRTCService(29873): onInvited:user_28
05-11 13:12:12.372: I/Timeline(29873): Timeline: Activity_launch_request id:com.manya.smartlock time:10057714
05-11 13:12:12.432: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:12.452: D/WooGeen-PCFactory(29873): Initialize Android Globals
05-11 13:12:12.452: D/WooGeen-PCFactory(29873): set video hardware acceleration options
05-11 13:12:12.452: W/org.webrtc.Logging(29873): PeerConnectionFactory: Egl context already set.
05-11 13:12:12.452: W/org.webrtc.Logging(29873): PeerConnectionFactory: Egl context already set.
05-11 13:12:12.462: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:12.462: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:12.472: D/SurfaceViewRenderer(29873): remoteVideoView: Initializing.
05-11 13:12:12.472: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:12.522: E/MediaPlayer(29873): Should have subtitle controller already set
05-11 13:12:12.522: E/(29873): currentValue = 5
05-11 13:12:12.532: W/GooglePlayServicesUtil(29873): Google Play services is missing.
05-11 13:12:12.542: I/ViewRootImpl(29873): CPU Rendering VSync enable = true
05-11 13:12:12.562: E/MediaPlayer(29873): Should have subtitle controller already set
05-11 13:12:12.612: D/SurfaceViewRenderer(29873): remoteVideoView: Surface created.
05-11 13:12:12.612: D/SurfaceViewRenderer(29873): remoteVideoView: Surface changed: 1080x1743
05-11 13:12:12.702: I/Timeline(29873): Timeline: Activity_idle id: android.os.BinderProxy@13059d6d time:10058049
05-11 13:12:13.002: D/WooGeen-PeerClient(29873): Accept user_28
05-11 13:12:13.002: D/WooGeen-PeerConnectionChannel(29873): Change state to MATCHED
05-11 13:12:13.022: W/MediaPlayer(29873): mediaplayer went away with unhandled events
05-11 13:12:13.032: D/WooGeen-PeerClient(29873): SendMessage Accept successfully
05-11 13:12:13.252: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTING
05-11 13:12:13.252: D/WooGeen-PCFactory(29873): Create PeerConnection.
05-11 13:12:13.262: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:13.262: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:13.272: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:12:13.272: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:13.272: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:13.282: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:13.282: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:13.282: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:13.292: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:12:13.292: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:12:13.292: D/WooGeen-PeerConnectionChannel(29873): Drain Remote Candidates
05-11 13:12:13.292: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:13.302: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:13.302: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:13.302: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:13.302: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:13.302: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:12:13.312: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:12:13.312: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:13.312: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:13.312: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:12:13.322: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:12:13.332: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CHECKING
05-11 13:12:13.332: I/org.webrtc.Logging(29873): NetworkMonitor: Start monitoring from native observer -1413890224
05-11 13:12:13.342: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524290
05-11 13:12:13.352: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Network becomes available: 100
05-11 13:12:13.352: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:12:13.352: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:13.352: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:GATHERING
05-11 13:12:13.362: D/WooGeen-PeerConnectionChannel(29873): onIceCandidate
05-11 13:12:13.362: D/WooGeen-PeerConnectionChannel(29873): Sending candidate to user_28
05-11 13:12:13.382: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:COMPLETE
05-11 13:12:13.392: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:13.392: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:13.392: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:13.392: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:13.482: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CONNECTED
05-11 13:12:13.482: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTED
05-11 13:12:13.482: D/WebRTCService(29873): onChatStarted:user_28
05-11 13:12:13.482: D/CalledActivity(29873): onChatStarted:user_28
05-11 13:12:13.542: D/WooGeen-PeerConnectionChannel(29873): onDataChannel.
05-11 13:12:13.542: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:12:13.632: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:12:13.642: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 34489 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:13.642: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 34489 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:13.652: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:12:13.682: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onAddStream
05-11 13:12:13.682: D/WooGeen-PeerConnectionChannel(29873): audio1  video1
05-11 13:12:13.682: D/WebRTCService(29873): onStreamAdded : from user_28
05-11 13:12:13.682: D/CalledActivity(29873): onStreamAdded : from user_28
05-11 13:12:13.682: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:12:13.682: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:12:13.692: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:12:13.692: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:13.702: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:13.702: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:12:13.712: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:12:13.712: D/AudioTrackJni(29873): InitPlayout@[tid=30017]
05-11 13:12:13.712: I/org.webrtc.Logging(29873): WebRtcAudioTrack: initPlayout(sampleRate=48000, channels=1)
05-11 13:12:13.712: I/org.webrtc.Logging(29873): WebRtcAudioTrack: byteBuffer.capacity: 960
05-11 13:12:13.712: D/AudioTrackJni(29873): OnCacheDirectBufferAddress
05-11 13:12:13.712: D/AudioTrackJni(29873): direct buffer capacity: 960
05-11 13:12:13.712: D/AudioTrackJni(29873): frames_per_buffer: 480
05-11 13:12:13.712: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrack.getMinBufferSize: 9600
05-11 13:12:13.712: D/AudioManager(29873): IsCommunicationModeEnabled()
05-11 13:12:13.712: D/AudioTrackJni(29873): StartPlayout@[tid=30017]
05-11 13:12:13.712: I/org.webrtc.Logging(29873): WebRtcAudioTrack: startPlayout
05-11 13:12:13.722: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrackThread@[name=AudioTrackJavaThread, id=5572]
05-11 13:12:13.742: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:12:14.542: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:14.572: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Trying to find HW decoder for mime video/avc
05-11 13:12:14.572: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.avc
05-11 13:12:14.572: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.avc. Color: 0x13
05-11 13:12:14.572: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java initDecode: VIDEO_CODEC_H264 : 640 x 360. Color: 0x13. Use Surface: true
05-11 13:12:14.572: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder:   Format: {height=360, width=640, mime=video/avc}
05-11 13:12:14.572: I/org.webrtc.Logging(29873): SurfaceTextureHelper: Setting listener to org.webrtc.MediaCodecVideoDecoder$TextureListener@2084b981
05-11 13:12:14.572: I/OMXClient(29873): Using client-side OMX mux.
05-11 13:12:14.592: I/ACodec(29873): [OMX.qcom.video.decoder.avc] DRC Mode: Dynamic Buffer Mode
05-11 13:12:14.602: I/ExtendedCodec(29873): Decoder will be in frame by frame mode
05-11 13:12:14.632: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Input buffers: 4. Output buffers: 23
05-11 13:12:14.682: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Decoder output buffers changed: 11
05-11 13:12:14.682: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Decoder format changed: {mime=video/raw, crop-top=0, crop-right=639, slice-height=384, color-format=2141391876, height=368, width=640, what=1869968451, crop-bottom=359, crop-left=0, stride=640}
05-11 13:12:14.682: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Frame stride and slice height: 640 x 384
05-11 13:12:14.682: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Frame crop: 0, 0, 639, 359
05-11 13:12:14.692: D/SurfaceViewRenderer(29873): remoteVideoView: Reporting frame resolution changed to 640x368 with rotation 90
05-11 13:12:14.732: W/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Draining decoder. Dropping frame with TS: 100. Total number of dropped frames: 1
05-11 13:12:14.742: D/SurfaceViewRenderer(29873): remoteVideoView: Reporting first rendered frame.
05-11 13:12:15.212: D/WooGeen-PeerConnectionChannel(29873): Dispose PeerConnectionChannel.
05-11 13:12:15.212: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:12:15.222: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:12:15.222: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CLOSED
05-11 13:12:15.222: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: CLOSED
05-11 13:12:15.222: D/WebRTCService(29873): onChatStop:user_28
05-11 13:12:15.222: D/CalledActivity(29873): onChatStop:user_28
05-11 13:12:15.232: W/art(29873): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[235,tid=4109,Native,Thread*=0xc5181410,peer=0x13ace160,"IncomingVideoSt - 4109"]
05-11 13:12:15.232: D/WooGeen-PeerClient(29873): SendMessage successfully
05-11 13:12:15.242: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder. Total number of dropped frames: 1
05-11 13:12:15.242: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder on release thread
05-11 13:12:15.262: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder on release thread done
05-11 13:12:15.262: I/org.webrtc.Logging(29873): SurfaceTextureHelper: stopListening()
05-11 13:12:15.262: I/org.webrtc.Logging(29873): MediaCodecVideoDecoder: Java releaseDecoder done
05-11 13:12:15.262: I/org.webrtc.Logging(29873): SurfaceTextureHelper: dispose()
05-11 13:12:15.272: W/art(29873): Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[232,tid=4106,Native,Thread*=0xc5bc5540,peer=0x13aba220,"MediaCodecVideo - 4106"]
05-11 13:12:15.272: D/AudioTrackJni(29873): StopPlayout@[tid=30017]
05-11 13:12:15.272: I/org.webrtc.Logging(29873): WebRtcAudioTrack: stopPlayout
05-11 13:12:15.322: I/org.webrtc.Logging(29873): NetworkMonitor: Stop monitoring from native observer -1413890224
05-11 13:12:15.322: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Unregister network callback
05-11 13:12:15.322: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Unregister network callback
05-11 13:12:15.322: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524296
05-11 13:12:15.322: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524296
05-11 13:12:15.342: D/device(29873): power : 0
05-11 13:12:15.342: D/device(29873): power : 88
05-11 13:12:15.352: D/device(29873): power : 37
05-11 13:12:15.352: D/device(29873): power : 30
05-11 13:12:15.352: D/ImageLoader(29873): Start display image task [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:12:15.362: D/ImageLoader(29873): Load image from network [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:12:15.422: D/ImageLoader(29873): Display image in ImageAware (loaded from NETWORK) [http://x.x.x.x/userIcon/39/image-1489823933966.jpg_1080x1920]
05-11 13:12:15.442: D/SurfaceViewRenderer(29873): remoteVideoView: Surface destroyed.
05-11 13:12:15.452: I/Timeline(29873): Timeline: Activity_idle id: android.os.BinderProxy@1b747104 time:10060795
05-11 13:12:15.702: D/WooGeen-PeerClient(29873): Deny peer:user_28
05-11 13:12:18.512: D/WooGeen-PeerConnectionChannel(29873): Change state to PENDING
05-11 13:12:18.512: D/WebRTCService(29873): onInvited:user_28
05-11 13:12:18.512: I/Timeline(29873): Timeline: Activity_launch_request id:com.manya.smartlock time:10063856
05-11 13:12:18.592: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:18.602: D/WooGeen-PCFactory(29873): Initialize Android Globals
05-11 13:12:18.602: D/WooGeen-PCFactory(29873): set video hardware acceleration options
05-11 13:12:18.602: W/org.webrtc.Logging(29873): PeerConnectionFactory: Egl context already set.
05-11 13:12:18.602: W/org.webrtc.Logging(29873): PeerConnectionFactory: Egl context already set.
05-11 13:12:18.612: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:18.622: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:18.622: D/SurfaceViewRenderer(29873): remoteVideoView: Initializing.
05-11 13:12:18.622: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:18.672: E/MediaPlayer(29873): Should have subtitle controller already set
05-11 13:12:18.682: E/(29873): currentValue = 5
05-11 13:12:18.692: W/GooglePlayServicesUtil(29873): Google Play services is missing.
05-11 13:12:18.692: I/ViewRootImpl(29873): CPU Rendering VSync enable = true
05-11 13:12:18.702: E/MediaPlayer(29873): Should have subtitle controller already set
05-11 13:12:18.772: D/SurfaceViewRenderer(29873): remoteVideoView: Surface created.
05-11 13:12:18.772: D/SurfaceViewRenderer(29873): remoteVideoView: Surface changed: 1080x1743
05-11 13:12:18.862: I/Timeline(29873): Timeline: Activity_idle id: android.os.BinderProxy@2891d498 time:10064208
05-11 13:12:19.092: D/WooGeen-PeerClient(29873): Accept user_28
05-11 13:12:19.092: D/WooGeen-PeerConnectionChannel(29873): Change state to MATCHED
05-11 13:12:19.112: W/MediaPlayer(29873): mediaplayer went away with unhandled events
05-11 13:12:19.112: D/WooGeen-PeerClient(29873): SendMessage Accept successfully
05-11 13:12:19.322: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTING
05-11 13:12:19.322: D/WooGeen-PCFactory(29873): Create PeerConnection.
05-11 13:12:19.332: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:19.342: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:12:19.342: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:19.342: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:19.352: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:19.352: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:19.352: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:19.352: D/WooGeen-PeerConnectionChannel(29873): Add candidate to QueueRemoteCandidate list.
05-11 13:12:19.362: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:12:19.362: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:12:19.362: D/WooGeen-PeerConnectionChannel(29873): Drain Remote Candidates
05-11 13:12:19.362: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:19.362: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:19.362: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:19.372: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:19.372: D/WooGeen-PeerConnectionChannel(29873): Drain one candidate from list to peer connection.
05-11 13:12:19.372: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:12:19.372: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:12:19.382: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:19.382: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:19.382: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:12:19.382: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:12:19.392: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CHECKING
05-11 13:12:19.402: I/org.webrtc.Logging(29873): NetworkMonitor: Start monitoring from native observer -1413890224
05-11 13:12:19.412: D/ConnectivityManager.CallbackHandler(29873): CM callback handler got msg 524290
05-11 13:12:19.412: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:12:19.412: I/org.webrtc.Logging(29873): NetworkMonitorAutoDetect: Network becomes available: 100
05-11 13:12:19.412: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:GATHERING
05-11 13:12:19.412: D/WooGeen-PeerConnectionChannel(29873): onIceCandidate
05-11 13:12:19.412: D/WooGeen-PeerConnectionChannel(29873): Sending candidate to user_28
05-11 13:12:19.452: D/WooGeen-PeerConnectionChannel(29873): onIceGatheringChange:COMPLETE
05-11 13:12:19.462: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:19.462: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:19.462: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:19.462: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:19.472: D/WooGeen-PeerConnectionChannel(29873): Add Candidate to Peer Connection.
05-11 13:12:19.632: D/WooGeen-PeerConnectionChannel(29873): onIceConnectionChange:CONNECTED
05-11 13:12:19.632: D/WooGeen-PeerConnectionChannel(29873): Change state to CONNECTED
05-11 13:12:19.632: D/WebRTCService(29873): onChatStarted:user_28
05-11 13:12:19.632: D/CalledActivity(29873): onChatStarted:user_28
05-11 13:12:19.712: D/WooGeen-PeerConnectionChannel(29873): onDataChannel.
05-11 13:12:19.712: D/WooGeen-PeerConnectionChannel(29873): onStateChange
05-11 13:12:19.912: D/WooGeen-PeerConnectionChannel(29873): Setting Remote Description
05-11 13:12:19.912: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 55698 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:19.922: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 55698 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:19.932: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: HAVE_REMOTE_OFFER
05-11 13:12:19.952: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onAddStream
05-11 13:12:19.952: D/WooGeen-PeerConnectionChannel(29873): audio1  video1
05-11 13:12:19.952: D/WebRTCService(29873): onStreamAdded : from user_28
05-11 13:12:19.952: D/CalledActivity(29873): onStreamAdded : from user_28
05-11 13:12:19.952: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess
05-11 13:12:19.952: D/WooGeen-PeerConnectionChannel(29873): Create Answer
05-11 13:12:19.952: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onCreateSuccess
05-11 13:12:19.962: D/WooGeen-PeerConnectionChannel(29873): Found h264 rtpmap 120, prefer at m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:19.962: D/WooGeen-PeerConnectionChannel(29873): Change media description: m=video 9 UDP/TLS/RTP/SAVPF 120 100 101 116 117 96 97 98 99
05-11 13:12:19.962: D/WooGeen-PeerConnectionChannel(29873): Setting Local Description
05-11 13:12:19.972: D/WooGeen-PeerConnectionChannel(29873): PC Observer ---- onSignalingChange: STABLE
05-11 13:12:19.972: D/AudioTrackJni(29873): InitPlayout@[tid=30017]
05-11 13:12:19.972: I/org.webrtc.Logging(29873): WebRtcAudioTrack: initPlayout(sampleRate=48000, channels=1)
05-11 13:12:19.972: I/org.webrtc.Logging(29873): WebRtcAudioTrack: byteBuffer.capacity: 960
05-11 13:12:19.972: D/AudioTrackJni(29873): OnCacheDirectBufferAddress
05-11 13:12:19.972: D/AudioTrackJni(29873): direct buffer capacity: 960
05-11 13:12:19.972: D/AudioTrackJni(29873): frames_per_buffer: 480
05-11 13:12:19.972: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrack.getMinBufferSize: 9600
05-11 13:12:19.972: D/AudioManager(29873): IsCommunicationModeEnabled()
05-11 13:12:19.982: D/AudioTrackJni(29873): StartPlayout@[tid=30017]
05-11 13:12:19.982: I/org.webrtc.Logging(29873): WebRtcAudioTrack: startPlayout
05-11 13:12:19.982: I/org.webrtc.Logging(29873): WebRtcAudioTrack: AudioTrackThread@[name=AudioTrackJavaThread, id=5616]
05-11 13:12:20.002: D/WooGeen-PeerConnectionChannel(29873): SDPObserver ---- onSetSuccess

 

05-11 13:12:21.052: I/org.webrtc.Logging(29873): EglBase14: SDK version: 22. isEGL14Supported: true
05-11 13:12:21.062: W/Adreno-GSL(29873): <gsl_ldd_control:429>: ioctl fd 62 code 0xc0080913 (IOCTL_KGSL_DRAWCTXT_CREATE) failed: errno 28 No space left on device
05-11 13:12:21.062: E/libEGL(29873): orig_eglMakeCurrent:756 error 3009 (EGL_BAD_MATCH)
05-11 13:12:21.062: E/libEGL(29873): orig_eglDestroyContext:699 error 3006 (EGL_BAD_CONTEXT)
05-11 13:12:21.062: E/org.webrtc.Logging(29873): SurfaceTextureHelper: Decoder SurfaceTextureHelper create failure
05-11 13:12:21.062: E/org.webrtc.Logging(29873): SurfaceTextureHelper: java.lang.RuntimeException: eglMakeCurrent failed
05-11 13:12:21.062: E/org.webrtc.Logging(29873): SurfaceTextureHelper: java.lang.RuntimeException: eglMakeCurrent failed
05-11 13:12:21.062: E/org.webrtc.Logging(29873):     at org.webrtc.EglBase14.makeCurrent(EglBase14.java:168)
05-11 13:12:21.062: E/org.webrtc.Logging(29873):     at org.webrtc.SurfaceTextureHelper.<init>(SurfaceTextureHelper.java:366)
05-11 13:12:21.062: E/org.webrtc.Logging(29873):     at org.webrtc.SurfaceTextureHelper.<init>(SurfaceTextureHelper.java:36)
05-11 13:12:21.062: E/org.webrtc.Logging(29873):     at org.webrtc.SurfaceTextureHelper$1.call(SurfaceTextureHelper.java:69)
05-11 13:12:21.062: E/org.webrtc.Logging(29873):     at org.webrtc.SurfaceTextureHelper$1.call(SurfaceTextureHelper.java:65)
05-11 13:12:21.062: E/org.webrtc.Logging(29873):     at org.webrtc.ThreadUtils$4.run(ThreadUtils.java:173)
05-11 13:12:21.062: E/org.webrtc.Logging(29873):     at android.os.Handler.handleCallback(Handler.java:739)
05-11 13:12:21.062: E/org.webrtc.Logging(29873):     at android.os.Handler.dispatchMessage(Handler.java:95)
05-11 13:12:21.062: E/org.webrtc.Logging(29873):     at android.os.Looper.loop(Looper.java:147)
05-11 13:12:21.062: E/org.webrtc.Logging(29873):     at android.os.HandlerThread.run(HandlerThread.java:61)

 

05-11 13:12:49.962: D/CalledActivity(29873): available Receive Band width :2061583
05-11 13:12:51.692: I/ViewRootImpl(29873): CPU Rendering VSync enable = true
05-11 13:13:19.962: D/CalledActivity(29873): available Receive Band width :1649266
05-11 13:13:49.962: D/CalledActivity(29873): available Receive Band width :320858
05-11 13:14:06.262: D/RepeatReceiver(29873): ShowNotificationReceiver onReceive
05-11 13:14:19.962: D/CalledActivity(29873): available Receive Band width :197590
05-11 13:14:33.762: D/RepeatReceiver(29873): ShowNotificationReceiver onReceive
05-11 13:14:33.762: I/repeat(29873): showNotification
05-11 13:14:49.962: D/CalledActivity(29873): available Receive Band width :211485
05-11 13:15:06.292: D/RepeatReceiver(29873): ShowNotificationReceiver onReceive
05-11 13:15:06.292: I/repeat(29873): showNotification
05-11 13:15:19.962: D/CalledActivity(29873): available Receive Band width :321066

The above is the call log,but video source device is all right,the vedio view of  video source device can display video screen.I need your help,

Hope to get a reply as soon as possible.

Thank you.

 

0 Kudos
1 Reply
He_Z_Intel
Employee
1,034 Views

keepSmile,

Could you please try our sample apk on your device to see if the same issue would happen?

0 Kudos
Reply