erdnaxe / galene-stream

Gateway to send UDP, RTMP, SRT or RIST streams to Galène videoconference server.
MIT License
26 stars 5 forks source link

Explore Gstreamer new webrtcsink element #15

Open erdnaxe opened 1 year ago

erdnaxe commented 1 year ago

Upstream: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/tree/main/net/webrtc

According to webrtcsink readme, it adds transport-wide congestion control compared to webrtcbin (which we are using right now). We should maybe test if it improves performances.

It does not seem to be packaged in Debian and NixPkgs yet. It is present in ArchLinux AUR. Another way to use the plugin might be to rewrite galene-stream in Rust.