mumble-web-proxy
Some checks failed
/ lint (pull_request) Successful in 32s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 1m1s
/ deploy-aarch64 (pull_request) Successful in 1m6s
/ build-aarch64 (pull_request) Successful in 1m41s

This commit is contained in:
Antoine Martin 2024-12-27 23:23:15 -05:00
parent 4819041443
commit d33f15859a
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -1,13 +0,0 @@
diff --git a/Cargo.toml.orig b/Cargo.toml
index 83d4c95..e2834af 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ mumble-protocol = { version = "0.4", features = ["webrtc-extensions"] }
tokio-tungstenite = "0.13"
http = "0.2"
tungstenite = "0.12"
-rtp = { git = "https://github.com/johni0702/rtp", rev = "6c0223d", features = ["rfc5764-openssl"] }
+rtp = { git = "https://github.com/Skgland/rtp", rev = "83eb4dd", features = ["rfc5764-openssl"] }
libnice = "0.3"
webrtc-sdp = "0.3"
openssl = "0.10"