examples: webrtc: update sendrecv dependencies

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5809>
This commit is contained in:
Eva Pace 2023-12-14 13:23:16 -03:00 committed by GStreamer Marge Bot
parent c43c550c06
commit e5194d4c45
2 changed files with 479 additions and 315 deletions

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,7 @@ async-std = "1"
clap = { version = "4", features = ["derive"] }
anyhow = "1"
rand = "0.8"
async-tungstenite = { version = "0.23", features = ["async-std-runtime", "async-native-tls"] }
async-tungstenite = { version = "0.24", features = ["async-std-runtime", "async-native-tls"] }
gst = { package = "gstreamer", version = "0.21" }
gst-rtp = { package = "gstreamer-rtp", version = "0.21", features = ["v1_20"] }
gst-webrtc = { package = "gstreamer-webrtc", version = "0.21" }