没有远程视频显示android webrtc

没有远程视频显示android webrtc,android,webrtc,Android,Webrtc,即使在调用onAddStream()之后,也不会显示远程视频 public void onAddStream(final MediaStream stream) { remoteRender = VideoRendererGui.create(0, 0,100, 100,ScalingType.SCALE_ASPECT_FILL, true); if(stream.videoTracks.size()>0) {

即使在调用onAddStream()之后,也不会显示远程视频

public void onAddStream(final MediaStream stream)
    {
       remoteRender = VideoRendererGui.create(0, 0,100, 100,ScalingType.SCALE_ASPECT_FILL, true);
            if(stream.videoTracks.size()>0)
            {
                        remoteVideoTrack=stream.videoTracks.get(0);
                        remoteVideoTrack.setEnabled(true);
                        remoteVideoTrack.addRenderer(new VideoRenderer(remoteRender));
            }   
    }

void displayLocalMedia()
    {
        videoConstraints = CameraIntialization.intializeVideoConstraints();
        PeerConnectionFactory.initializeFieldTrials("WebRTC-SupportVP9/Enabled/");

        String cameraDeviceName = CameraIntialization.checkDeviceCamera();
        if(peerConnectionFactory==null)
        peerConnectionFactory = new PeerConnectionFactory();

        mediaStream = peerConnectionFactory.createLocalMediaStream("ARDAMS");
        VideoCapturer capturer = VideoCapturerAndroid.create(cameraDeviceName,null);

        videoSource = peerConnectionFactory.createVideoSource(capturer,videoConstraints);
        videoTrack = peerConnectionFactory.createVideoTrack("ARDAMSv0",videoSource);
        videoTrack.setEnabled(true);

        try {
                /*renderer = VideoRendererGui.createGui(0, 0, 100, 100,ScalingType.SCALE_ASPECT_FIT, true);
                videoTrack.addRenderer(renderer);
                System.out.println("VideoTrack.........." + videoTrack);

                remoteRenderer = VideoRendererGui.createGui(0, 0, 100, 100,ScalingType.SCALE_ASPECT_FILL, true);    */  


                localRender = VideoRendererGui.create(
                    LOCAL_X_CONNECTED, LOCAL_Y_CONNECTED,
                    LOCAL_WIDTH_CONNECTED, LOCAL_HEIGHT_CONNECTED, ScalingType.SCALE_ASPECT_FIT, false  );
                videoTrack.addRenderer(new VideoRenderer(localRender));

            } 
        catch (Exception e) 
            {
                e.printStackTrace();
            }

        AudioSource audioSource = peerConnectionFactory.createAudioSource(audioConstraints);
        AudioTrack localAudioTrack = peerConnectionFactory.createAudioTrack("ARDAMSa0", audioSource);
        mediaStream.addTrack(videoTrack);
        mediaStream.addTrack(localAudioTrack);
        if(createPeerConnection()!=null)
            peerConnectionObj.addStream(mediaStream);

    }
Sdp:

libjingle日志:

07-21 17:06:02.247: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C--W|9115038255631187454|-]: UpdateState(), ms since last received response=101946164, ms since last received data=101946164, rtt=3000, pings_since_last_response=
07-21 17:06:02.248: V/libjingle(13944): Jingle:Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C--W|9115038255631187454|-]: UpdateState(), ms since last received response=101946164, ms since last received data=101946164, rtt=3000, pings_since_last_response=
07-21 17:06:02.248: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.248: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C--W|9115038255631187454|-]
07-21 17:06:02.248: V/libjingle(13944): Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C--W|9115038255631187454|-]
07-21 17:06:02.251: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C--W|9115038255631187454|-]: UpdateState(), ms since last received response=101946168, ms since last received data=101946168, rtt=3000, pings_since_last_response=
07-21 17:06:02.251: V/libjingle(13944): Jingle:Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C--W|9115038255631187454|-]: UpdateState(), ms since last received response=101946168, ms since last received data=101946168, rtt=3000, pings_since_last_response=
07-21 17:06:02.251: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C--W|9115038255631187454|-]: Sending STUN ping , id=675a6158734c513134427564

07-21 17:06:02.260: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WI|9115038255631187454|-]: set_write_state from: 2 to 0
07-21 17:06:02.260: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|-]: set_state

07-21 17:06:02.261: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: UpdateState(), ms since last received response=0, ms since last received data=101946177, rtt=3000, pings_since_last_response=
07-21 17:06:02.261: V/libjingle(13944): Jingle:Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C--W|9115038255631187454|-]: UpdateState(), ms since last received response=101946177, ms since last received data=101946177, rtt=3000, pings_since_last_response=
07-21 17:06:02.261: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.261: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]
07-21 17:06:02.261: V/libjingle(13944): Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C--W|9115038255631187454|-]
07-21 17:06:02.261: V/libjingle(13944): Jingle:Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C--W|9115038255631187454|-]: Connection pruned
07-21 17:06:02.261: V/libjingle(13944): Jingle:Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C-xW|9115038255631187454|-]: set_write_state from: 2 to 3
07-21 17:06:02.261: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: UpdateState(), ms since last received response=1, ms since last received data=101946178, rtt=3000, pings_since_last_response=
07-21 17:06:02.261: V/libjingle(13944): Jingle:Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C-xW|9115038255631187454|-]: UpdateState(), ms since last received response=101946178, ms since last received data=101946178, rtt=3000, pings_since_last_response=
07-21 17:06:02.261: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.262: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]
07-21 17:06:02.262: V/libjingle(13944): Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C-xW|9115038255631187454|-]

07-21 17:06:02.294: V/libjingle(13944): AllocationSequence: Relay ports disabled, skipping.
07-21 17:06:02.296: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: UpdateState(), ms since last received response=35, ms since last received data=101946212, rtt=3000, pings_since_last_response=
07-21 17:06:02.296: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.296: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]

07-21 17:06:02.298: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: UpdateState(), ms since last received response=38, ms since last received data=101946215, rtt=3000, pings_since_last_response=
07-21 17:06:02.299: V/libjingle(13944): Jingle:Conn[0x6abe1b88:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->Xzro6tVF:1:2122260223:local:udp:20.20.24.158:38243|C--W|9115038255631187454|-]: UpdateState(), ms since last received response=101946215, ms since last received data=101946215, rtt=3000, pings_since_last_response=
07-21 17:06:02.299: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.299: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]
07-21 17:06:02.299: V/libjingle(13944): Conn[0x6abe1b88:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->Xzro6tVF:1:2122260223:local:udp:20.20.24.158:38243|C--W|9115038255631187454|-]
07-21 17:06:02.299: V/libjingle(13944): Jingle:Conn[0x6abe1b88:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->Xzro6tVF:1:2122260223:local:udp:20.20.24.158:38243|C--W|9115038255631187454|-]: Connection pruned
07-21 17:06:02.299: V/libjingle(13944): Jingle:Conn[0x6abe1b88:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->Xzro6tVF:1:2122260223:local:udp:20.20.24.158:38243|C-xW|9115038255631187454|-]: set_write_state from: 2 to 3
07-21 17:06:02.299: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: UpdateState(), ms since last received response=39, ms since last received data=101946216, rtt=3000, pings_since_last_response=
07-21 17:06:02.300: V/libjingle(13944): Jingle:Conn[0x6abe1b88:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->Xzro6tVF:1:2122260223:local:udp:20.20.24.158:38243|C-xW|9115038255631187454|-]: UpdateState(), ms since last received response=101946216, ms since last received data=101946216, rtt=3000, pings_since_last_response=
07-21 17:06:02.300: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.300: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]
07-21 17:06:02.300: V/libjingle(13944): Conn[0x6abe1b88:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->Xzro6tVF:1:2122260223:local:udp:20.20.24.158:38243|C-xW|9115038255631187454|-]
07-21 17:06:02.300: I/libjingle(13944): Jingle:Conn[0x6abe1b88:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->Xzro6tVF:1:2122260223:local:udp:20.20.24.158:38243|C-xW|9115038255631187454|-]: Connection deleted due to read or write timeout
07-21 17:06:02.300: I/libjingle(13944): Jingle:Channel[audio|1|__]: Removed connection (1 remaining)
07-21 17:06:02.301: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: UpdateState(), ms since last received response=41, ms since last received data=101946218, rtt=3000, pings_since_last_response=
07-21 17:06:02.301: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.302: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]
07-21 17:06:02.302: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: UpdateState(), ms since last received response=41, ms since last received data=101946218, rtt=3000, pings_since_last_response=
07-21 17:06:02.302: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: Sending STUN ping , id=697343765445743830784265
07-21 17:06:02.302: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: Sent STUN ping, id=697343765445743830784265, use_candidate=0

07-21 17:06:02.308: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WI|9115038255631187454|2252]: UpdateState(), ms since last received response=48, ms since last received data=101946225, rtt=3000, pings_since_last_response=697343765445743830784265 
07-21 17:06:02.308: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.309: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WI|9115038255631187454|2252]
07-21 17:06:02.309: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WI|9115038255631187454|2252]: UpdateState(), ms since last received response=49, ms since last received data=101946226, rtt=3000, pings_since_last_response=697343765445743830784265 
07-21 17:06:02.309: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.309: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WI|9115038255631187454|2252]
当视频呼叫请求到来时,我正在调用displayLocalMedia()。
在活动中,我调用displayLocalMedia()。在活动中,我调用displayLocalMedia()。在活动中,我调用displayLocalMedia()。

如何将GLSurfaceView添加到VideoRenderGUI中?您应该调用VideoRenderGUI.setView(surfaceView),了解如何创建surface很重要,所以如果可能,请提供更多代码

如何将GLSurfaceView添加到VideoRenderGUI中?您应该调用VideoRenderGUI.setView(surfaceView),了解如何创建surface很重要,所以如果可能,请提供更多代码

我做到了,仍然没有显示luckIs本地视频,好吗?如果ice候选人没有添加问题,会有任何问题吗?我在添加候选者时看到“候选者具有未知组件”错误。连接是否已建立(您是否能听到音频流)?我不确定,但ice候选者的问题不能仅影响视频或音频。如果你能听到声音(比如简单的音频呼叫),那么“候选人有未知成分”不是我认为的根本原因。我听不到任何声音。我应该在onAddStream()中使用“stream.audioTracks.get(0)”吗?我这样做了,仍然没有显示luckIs本地视频,好吗?如果没有添加ice候选对象,会有任何问题吗?我在添加候选者时看到“候选者具有未知组件”错误。连接是否已建立(您是否能听到音频流)?我不确定,但ice候选者的问题不能仅影响视频或音频。如果你能听到声音(比如简单的音频呼叫),那么“候选人有未知成分”不是我认为的根本原因。我听不到任何声音。我应该在onAddStream()中使用“stream.audioTracks.get(0)”吗
07-21 17:06:02.247: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C--W|9115038255631187454|-]: UpdateState(), ms since last received response=101946164, ms since last received data=101946164, rtt=3000, pings_since_last_response=
07-21 17:06:02.248: V/libjingle(13944): Jingle:Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C--W|9115038255631187454|-]: UpdateState(), ms since last received response=101946164, ms since last received data=101946164, rtt=3000, pings_since_last_response=
07-21 17:06:02.248: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.248: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C--W|9115038255631187454|-]
07-21 17:06:02.248: V/libjingle(13944): Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C--W|9115038255631187454|-]
07-21 17:06:02.251: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C--W|9115038255631187454|-]: UpdateState(), ms since last received response=101946168, ms since last received data=101946168, rtt=3000, pings_since_last_response=
07-21 17:06:02.251: V/libjingle(13944): Jingle:Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C--W|9115038255631187454|-]: UpdateState(), ms since last received response=101946168, ms since last received data=101946168, rtt=3000, pings_since_last_response=
07-21 17:06:02.251: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C--W|9115038255631187454|-]: Sending STUN ping , id=675a6158734c513134427564

07-21 17:06:02.260: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WI|9115038255631187454|-]: set_write_state from: 2 to 0
07-21 17:06:02.260: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|-]: set_state

07-21 17:06:02.261: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: UpdateState(), ms since last received response=0, ms since last received data=101946177, rtt=3000, pings_since_last_response=
07-21 17:06:02.261: V/libjingle(13944): Jingle:Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C--W|9115038255631187454|-]: UpdateState(), ms since last received response=101946177, ms since last received data=101946177, rtt=3000, pings_since_last_response=
07-21 17:06:02.261: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.261: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]
07-21 17:06:02.261: V/libjingle(13944): Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C--W|9115038255631187454|-]
07-21 17:06:02.261: V/libjingle(13944): Jingle:Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C--W|9115038255631187454|-]: Connection pruned
07-21 17:06:02.261: V/libjingle(13944): Jingle:Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C-xW|9115038255631187454|-]: set_write_state from: 2 to 3
07-21 17:06:02.261: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: UpdateState(), ms since last received response=1, ms since last received data=101946178, rtt=3000, pings_since_last_response=
07-21 17:06:02.261: V/libjingle(13944): Jingle:Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C-xW|9115038255631187454|-]: UpdateState(), ms since last received response=101946178, ms since last received data=101946178, rtt=3000, pings_since_last_response=
07-21 17:06:02.261: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.262: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]
07-21 17:06:02.262: V/libjingle(13944): Conn[0x5b34b250:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->zPHJd6WM:1:2122260223:local:udp:20.20.24.158:46993|C-xW|9115038255631187454|-]

07-21 17:06:02.294: V/libjingle(13944): AllocationSequence: Relay ports disabled, skipping.
07-21 17:06:02.296: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: UpdateState(), ms since last received response=35, ms since last received data=101946212, rtt=3000, pings_since_last_response=
07-21 17:06:02.296: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.296: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]

07-21 17:06:02.298: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: UpdateState(), ms since last received response=38, ms since last received data=101946215, rtt=3000, pings_since_last_response=
07-21 17:06:02.299: V/libjingle(13944): Jingle:Conn[0x6abe1b88:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->Xzro6tVF:1:2122260223:local:udp:20.20.24.158:38243|C--W|9115038255631187454|-]: UpdateState(), ms since last received response=101946215, ms since last received data=101946215, rtt=3000, pings_since_last_response=
07-21 17:06:02.299: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.299: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]
07-21 17:06:02.299: V/libjingle(13944): Conn[0x6abe1b88:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->Xzro6tVF:1:2122260223:local:udp:20.20.24.158:38243|C--W|9115038255631187454|-]
07-21 17:06:02.299: V/libjingle(13944): Jingle:Conn[0x6abe1b88:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->Xzro6tVF:1:2122260223:local:udp:20.20.24.158:38243|C--W|9115038255631187454|-]: Connection pruned
07-21 17:06:02.299: V/libjingle(13944): Jingle:Conn[0x6abe1b88:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->Xzro6tVF:1:2122260223:local:udp:20.20.24.158:38243|C-xW|9115038255631187454|-]: set_write_state from: 2 to 3
07-21 17:06:02.299: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: UpdateState(), ms since last received response=39, ms since last received data=101946216, rtt=3000, pings_since_last_response=
07-21 17:06:02.300: V/libjingle(13944): Jingle:Conn[0x6abe1b88:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->Xzro6tVF:1:2122260223:local:udp:20.20.24.158:38243|C-xW|9115038255631187454|-]: UpdateState(), ms since last received response=101946216, ms since last received data=101946216, rtt=3000, pings_since_last_response=
07-21 17:06:02.300: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.300: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]
07-21 17:06:02.300: V/libjingle(13944): Conn[0x6abe1b88:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->Xzro6tVF:1:2122260223:local:udp:20.20.24.158:38243|C-xW|9115038255631187454|-]
07-21 17:06:02.300: I/libjingle(13944): Jingle:Conn[0x6abe1b88:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->Xzro6tVF:1:2122260223:local:udp:20.20.24.158:38243|C-xW|9115038255631187454|-]: Connection deleted due to read or write timeout
07-21 17:06:02.300: I/libjingle(13944): Jingle:Channel[audio|1|__]: Removed connection (1 remaining)
07-21 17:06:02.301: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: UpdateState(), ms since last received response=41, ms since last received data=101946218, rtt=3000, pings_since_last_response=
07-21 17:06:02.301: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.302: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]
07-21 17:06:02.302: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: UpdateState(), ms since last received response=41, ms since last received data=101946218, rtt=3000, pings_since_last_response=
07-21 17:06:02.302: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: Sending STUN ping , id=697343765445743830784265
07-21 17:06:02.302: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WS|9115038255631187454|2252]: Sent STUN ping, id=697343765445743830784265, use_candidate=0

07-21 17:06:02.308: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WI|9115038255631187454|2252]: UpdateState(), ms since last received response=48, ms since last received data=101946225, rtt=3000, pings_since_last_response=697343765445743830784265 
07-21 17:06:02.308: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.309: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WI|9115038255631187454|2252]
07-21 17:06:02.309: V/libjingle(13944): Jingle:Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WI|9115038255631187454|2252]: UpdateState(), ms since last received response=49, ms since last received data=101946226, rtt=3000, pings_since_last_response=697343765445743830784265 
07-21 17:06:02.309: V/libjingle(13944): Sorting available connections:
07-21 17:06:02.309: V/libjingle(13944): Conn[0x60a60008:audio:Z6ox6F9n:1:0:local:udp:20.20.24.159:37142->1LZWj5qV:1:2122260223:local:udp:20.20.24.158:53375|C-WI|9115038255631187454|2252]