We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.6.stable
1.0.6
Linux Mint 22
When establishing a WebRTC connection between clients, if the system is using Linux, then the library produces these two warnings consistently:
W 0:00:32.778 LogCallback: rtc::impl::IceTransport::LogCallback@363: juice: Send failed, errno=101 <C++ Source> src/WebRTCLibPeerConnection.cpp:54 @ LogCallback() W 0:00:32.778 LogCallback: rtc::impl::IceTransport::LogCallback@363: juice: STUN message send failed <C++ Source> src/WebRTCLibPeerConnection.cpp:54 @ LogCallback()
This only occurs on Linux. I have tried the same code on macOS, and the warnings do not appear there.
webrtc_signalling
This issue can be seen in the official webrtc_signalling demo: webrtc_signaling.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Godot version
3.6.stable
Plugin version
1.0.6
System information
Linux Mint 22
Issue description
When establishing a WebRTC connection between clients, if the system is using Linux, then the library produces these two warnings consistently:
This only occurs on Linux. I have tried the same code on macOS, and the warnings do not appear there.
Steps to reproduce
webrtc_signalling
demo.Minimal reproduction project
This issue can be seen in the official
webrtc_signalling
demo:webrtc_signaling.zip
The text was updated successfully, but these errors were encountered: