Skip to content

Draft: Whep

Antonin Rousset requested to merge whep into main
export GST_DEBUG=*:2,webrtc*:6
export GST_PLUGIN_PATH=build/target/x86_64-unknown-linux-gnu/debug

Server

gst-launch-1.0 videotestsrc ! whepserversink congestion-control=disabled

Client

gst-launch-1.0 whepclientsrc signaller::whep-endpoint=http://127.0.0.1:8080/whep/endpoint ! autovideosink
Edited by Antonin Rousset

Merge request reports