gst-plugins-rs/net/webrtchttp/src
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
..
whepsrc webrtchttp: Implement timeout for waiting on futures 2022-12-05 11:04:45 +05:30
whipsink webrtchttp: Implement timeout for waiting on futures 2022-12-05 11:04:45 +05:30
lib.rs webrtchttp: Factor out the common bits for WHIP and WHEP 2022-12-05 11:04:45 +05:30
utils.rs webrtchttp: whipsink: construct TURN URL correctly 2022-12-05 11:04:45 +05:30