-
Notifications
You must be signed in to change notification settings - Fork 7
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
Bump pion to v4 #108
Comments
@mattyg - We're on v3.2.24: tx5/crates/tx5-go-pion-sys/go.mod Line 7 in 05e82a2
Did you mean bump to v4? That just stabilized today apparently! https://pkg.go.dev/github.com/pion/webrtc/v4?tab=versions |
ah yes I guess I meant pion/transport v3.0.2 which is included in pion v4 -- so yeah that would be great to bump soon! |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pion/transport v3.0.2 includes a fix (workaround?) for android 11+ -- previous versions cannot connect to network interfaces (unless you use a fork of golang which p2p-shipyard is doing currently)
The fix commit in pion/transport: pion/transport@3ba6182
The original golang issue: golang/go#40569
The current workaround used by p2p-shipyard: https://github.com/darksoil-studio/p2p-shipyard/blob/e53bca77507eb808009b753b811aa9fc8ed32f0a/nix/modules/custom-go-compiler.nix#L66
The text was updated successfully, but these errors were encountered: