gst-plugins-rs/net/webrtchttp
Alba Mendez db39370701 webrtchttp: whipsink: construct TURN URL correctly
Right now the code manually pieces together the components
in a String for efficiency. When credentials contain special
characters this can result in invalid URLs, so do it the proper
way (with Url::parse + format) to make sure components are escaped
as needed.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/949>
2022-12-05 11:04:45 +05:30
..
src webrtchttp: whipsink: construct TURN URL correctly 2022-12-05 11:04:45 +05:30
build.rs Make GStreamer plugin/crate/library/directory names and descriptions consistent 2022-10-23 20:25:08 +03:00
Cargo.toml webrtchttp: Drop unused dependencies 2022-12-05 11:04:45 +05:30