mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
examples: webrtc: update sendrecv dependencies
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5809>
This commit is contained in:
parent
c43c550c06
commit
e5194d4c45
2 changed files with 479 additions and 315 deletions
File diff suppressed because it is too large
Load diff
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue