DEBUG freeSocketConnection(): close socket with ip: 0000:0000:0000:0000:0000:0000:0000:0000:0. family:0 #1877
Replies: 4 comments
-
A couple of questions:
|
Beta Was this translation helpful? Give feedback.
-
/1. Connection is etsablishing with Kinesis, but we are unable to get Frames from RTSP link itself, we doubt on gstreamer pipeline.
This is the log from our Processor
|
Beta Was this translation helpful? Give feedback.
-
Given the connection does get established, I would confirm the issue with RTSP source. Would suggest using your RTSP camera with a file sink or autovideosink on your system and use gst-parse-launch to test it out before trying the SDK with the RTSP sample. |
Beta Was this translation helpful? Give feedback.
-
This command works fine
But command taken from AWS Kinesis webrtc seems it is not receiving frames
|
Beta Was this translation helpful? Give feedback.
-
Hello all,
I'm trying to make AWS kinesis work in arm32, I was able to compile and I had ran it in arm32 processor, the connection between AWS and processor got established but problem is, when we trigger streaming, we are getting the following issue:
freeSocketConnection(): close socket with ip: 0000:0000:0000:0000:0000:0000:0000:0000:0. family:0
Please look into this log for more details
`
023-11-30 16:28:00.112 PROFILE dtlsSessionChangeState(): [DTLS initialization completion] Time taken: 180 ms
2023-11-30 16:28:00.115 PROFILE changePeerConnectionState(): [ICE Hole Punching Time] Time taken: 2654 ms------------------------------------------------------------------
2023-11-30 16:28:00.115 INFO onConnectionStateChange(): New connection state 3
2023-11-30 16:28:00.116 DEBUG rtcPeerConnectionGetMetrics(): ICE local candidate Stats requested at 17013616801166716
2023-11-30 16:28:00.117 DEBUG logSelectedIceCandidatesInformation(): Local Candidate IP Address: 192.168.108.93
2023-11-30 16:28:00.117 DEBUG logSelectedIceCandidatesInformation(): Local Candidate type: host
2023-11-30 16:28:00.117 DEBUG logSelectedIceCandidatesInformation(): Local Candidate port: 59121
2023-11-30 16:28:00.118 DEBUG logSelectedIceCandidatesInformation(): Local Candidate priority: 2130706431
2023-11-30 16:28:00.118 DEBUG logSelectedIceCandidatesInformation(): Local Candidate transport protocol: udp
2023-11-30 16:28:00.118 DEBUG logSelectedIceCandidatesInformation(): Local Candidate relay protocol: N/A
2023-11-30 16:28:00.119 DEBUG logSelectedIceCandidatesInformation(): Local Candidate Ice server source: N/A
2023-11-30 16:28:00.119 DEBUG rtcPeerConnectionGetMetrics(): ICE remote candidate Stats requested at 17013616801193579
2023-11-30 16:28:00.128 DEBUG logSelectedIceCandidatesInformation(): Remote Candidate IP Address: 10.10.100.148
2023-11-30 16:28:00.128 DEBUG logSelectedIceCandidatesInformation(): Remote Candidate type: host
2023-11-30 16:28:00.129 DEBUG logSelectedIceCandidatesInformation(): Remote Candidate port: 37952
2023-11-30 16:28:00.130 DEBUG socketConnectionClosed(): Close socket 15
2023-11-30 16:28:00.130 DEBUG logSelectedIceCandidatesInformation(): Remote Candidate priority: 2122194687
2023-11-30 16:28:00.131 DEBUG logSelectedIceCandidatesInformation(): Remote Candidate transport protocol: udp
2023-11-30 16:28:00.184 DEBUG turnConnectionHandleStun(): create permission succeeded for peer 14.97.173.114
2023-11-30 16:28:00.185 DEBUG turnConnectionHandleStun(): create permission succeeded for peer 14.97.173.114
2023-11-30 16:28:00.186 DEBUG turnConnectionHandleStun(): create permission succeeded for peer 35.166.211.112
2023-11-30 16:28:00.187 DEBUG turnConnectionHandleStun(): create permission succeeded for peer 35.92.106.131
2023-11-30 16:28:00.191 DEBUG turnConnectionHandleStun(): create permission succeeded for peer 35.92.106.131
2023-11-30 16:28:00.191 DEBUG turnConnectionHandleStun(): create permission succeeded for peer 35.166.211.112
2023-11-30 16:28:00.192 DEBUG turnConnectionHandleStun(): create permission succeeded for peer 35.92.106.131
2023-11-30 16:28:00.524 DEBUG turnConnectionHandleStun(): create permission succeeded for peer 35.166.211.112
2023-11-30 16:28:00.525 DEBUG turnConnectionHandleStun(): create permission succeeded for peer 35.92.106.131
2023-11-30 16:28:00.525 DEBUG socketConnectionClosed(): Close socket 14
2023-11-30 16:28:00.526 DEBUG turnConnectionStepState(): TurnConnection state changed from TURN_STATE_CLEAN_UP to TURN_STATE_NEW
2023-11-30 16:28:00.527 DEBUG turnConnectionHandleStun(): create permission succeeded for peer 35.92.106.131
2023-11-30 16:28:00.528 DEBUG turnConnectionHandleStun(): create permission succeeded for peer 35.92.106.131
2023-11-30 16:28:00.529 DEBUG turnConnectionHandleStun(): create permission succeeded for peer 35.166.211.112
2023-11-30 16:28:00.529 DEBUG turnConnectionHandleStun(): create permission succeeded for peer 35.166.211.112
2023-11-30 16:28:00.530 DEBUG turnConnectionHandleStun(): create permission succeeded for peer 35.166.211.112
0:00:35.594724642 1026 0x52db50 FIXME default gstutils.c:3826:gst_pad_create_stream_id_internal:fakesrc0:src Creating random stream-id, consider implementing a deterministic way of creating a stream-id
2023-11-30 16:28:00.990 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:01.030 DEBUG freeSocketConnection(): close socket with ip: 0000:0000:0000:0000:0000:0000:0000:0000:0. family:0
2023-11-30 16:28:01.030 DEBUG freeSocketConnection(): close socket connected with ip: 54.244.49.138:443. family:1
2023-11-30 16:28:01.031 DEBUG freeSocketConnection(): close socket with ip: 0000:0000:0000:0000:0000:0000:0000:0000:0. family:0
2023-11-30 16:28:01.032 DEBUG freeSocketConnection(): close socket connected with ip: 0000:0000:0000:0000:0000:0000:0000:0000:0. family:0
0:00:38.470309979 1026 0x5d3830 ERROR libav :0:: Frame num change from 0 to 1
0:00:38.471295757 1026 0x5d3830 ERROR libav :0:: decode_slice_header error
2023-11-30 16:28:05.929 PROFILE on_new_sample(): [Time to first frame] Time taken: 9268 ms
2023-11-30 16:28:05.943 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:05.943 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:06.021 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:06.193 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:06.225 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:06.446 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:06.599 DEBUG lwsWssCallbackRoutine(): Client is writable
2023-11-30 16:28:06.630 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:06.724 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:06.771 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:06.833 INFO lwsWssCallbackRoutine(): WSS callback with reason 9
2023-11-30 16:28:06.834 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:06.943 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:07.037 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:07.240 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:07.444 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:07.537 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:07.647 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:07.870 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:07.943 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:08.071 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:08.258 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:08.458 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:08.568 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:08.661 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:08.866 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:09.005 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:09.068 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:09.271 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:09.474 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:09.677 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:09.678 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:09.880 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:10.005 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:10.084 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:10.288 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:10.349 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:10.509 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:10.693 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:10.896 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:11.005 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:11.100 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:11.321 DEBUG onRtcpPacket(): rtcp
2023-11-30 16:28:11.506 DEBUG onRtcpPacket(): rtcp
^C2023-11-30 16:28:11.544 INFO main(): [KVS GStreamer Master] Streaming session terminated
2023-11-30 16:28:11.544 INFO main(): [KVS GStreamer Master] Cleaning up....
Command we ran:
GST_DEBUG="3,kvswebrtc*:9" ./kvsWebrtcClientMasterGstSample Angeleye video-only rtspsrc rtsp://admin:[email protected]/live1.sdp`
Beta Was this translation helpful? Give feedback.
All reactions