Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(p2p): webrtc produces lots of warns #3666

Open
walldiss opened this issue Aug 19, 2024 · 0 comments
Open

bug(p2p): webrtc produces lots of warns #3666

walldiss opened this issue Aug 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@walldiss
Copy link
Member

Implementation ideas

webrtc transport produces lots of warning logs, that might indicate non-working transport:

2024-08-19T13:04:01.017+0200    INFO    webrtc-transport-pion   [email protected]/peerconnection.go:489        peer connection state changed: connected
2024-08-19T13:04:01.017+0200    INFO    webrtc-transport-pion   [email protected]/peerconnection.go:489        peer connection state changed: failed
2024-08-19T13:04:01.017+0200    WARN    webrtc-transport-pion   [email protected]/peerconnection.go:2320       Failed to start manager: remote certificate does not match any fingerprint
2024-08-19T13:04:01.017+0200    WARN    webrtc-transport-pion   [email protected]/peerconnection.go:1465       Failed to start SCTP: DTLS not established
2024-08-19T13:04:01.017+0200    WARN    webrtc-transport-pion   [email protected]/peerconnection.go:1734       undeclaredMediaProcessor failed to open SrtcpSession: the DTLS transport has not started yet

Need to investigate implication of failed DTLS transport.

@walldiss walldiss added the enhancement New feature or request label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant