-
Hello, Here are the OME logs when trying to connect :
And the logs of my python client for the ICE part:
The sdp + ICE answer of my client looks like this : {"command": "answer", "id": 1176309753, "sdp": {"type": "answer", "sdp": "v=0\r\no=- 3945753770 3945753770 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=group:BUNDLE HfRo5j\r\na=msid-semantic:WMS *\r\nm=video 51641 UDP/TLS/RTP/SAVPF 98\r\nc=IN IP4 172.30.2.190\r\na=recvonly\r\na=extmap:4 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\na=mid:HfRo5j\r\na=msid:45993fca-460e-4fea-ac9f-0d706affb40a 4888f728-746a-4a2f-b8b3-5f2f55e38882\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=rtcp-mux\r\na=ssrc:3735313808 cname:3d218145-25b2-4bf6-88e8-fe5a3aa0ba10\r\na=rtpmap:98 H264/90000\r\na=rtcp-fb:98 goog-remb\r\na=fmtp:98 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f\r\na=candidate:6c81096a932652ca9dc8eb76428007b8 1 udp 2130706431 172.30.2.190 51641 typ host\r\na=candidate:95a5144d22d827ac85a6c13daea75649 1 udp 2130706431 172.18.0.1 54257 typ host\r\na=candidate:580b5f32035da7f14a30ea7a8d826c67 1 udp 2130706431 172.17.0.1 60400 typ host\r\na=candidate:0ad8db753210ce9554cf251a9e51e792 1 udp 1694498815 194.254.113.72 60400 typ srflx raddr 172.17.0.1 rport 60400\r\na=candidate:a9f9bab060c86712caf06907a08d3373 1 udp 1694498815 194.254.113.72 51641 typ srflx raddr 172.30.2.190 rport 51641\r\na=candidate:297898e4296c74660bb3ab65d8da90ec 1 udp 1694498815 194.254.113.72 54257 typ srflx raddr 172.18.0.1 rport 54257\r\na=end-of-candidates\r\na=ice-ufrag:QtVw\r\na=ice-pwd:Y0YilxiP6gAG7oI0UaCtsb\r\na=fingerprint:sha-256 E8:63:4C:D6:E1:58:32:68:6B:BD:E2:16:7F:13:15:1F:7E:B0:07:2E:3B:D5:62:CF:99:C8:16:80:B6:4C:3E:F2\r\na=setup:active\r\n"}, "candidates": [{"candidate": "candidate:6c81096a932652ca9dc8eb76428007b8 1 udp 2130706431 172.30.2.190 51641 typ host", "sdpMLineIndex": 0}, {"candidate": "candidate:95a5144d22d827ac85a6c13daea75649 1 udp 2130706431 172.18.0.1 54257 typ host", "sdpMLineIndex": 0}, {"candidate": "candidate:580b5f32035da7f14a30ea7a8d826c67 1 udp 2130706431 172.17.0.1 60400 typ host", "sdpMLineIndex": 0}, {"candidate": "candidate:0ad8db753210ce9554cf251a9e51e792 1 udp 1694498815 194.254.113.72 60400 typ srflx raddr 172.17.0.1 rport 60400", "sdpMLineIndex": 0}, {"candidate": "candidate:a9f9bab060c86712caf06907a08d3373 1 udp 1694498815 194.254.113.72 51641 typ srflx raddr 172.30.2.190 rport 51641", "sdpMLineIndex": 0}, {"candidate": "candidate:297898e4296c74660bb3ab65d8da90ec 1 udp 1694498815 194.254.113.72 54257 typ srflx raddr 172.18.0.1 rport 54257", "sdpMLineIndex": 0}]} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I am having trouble getting a Stun Request from a client in OME. Is OME's IceCandidates set to an IP that can communicate with the client?
|
Beta Was this translation helpful? Give feedback.
Hi, thanks for all your answers, I've finally switched to Gstreamer python binding instead of aiortc and it worked well !