Erroneous pipeline "whipclientsink" ubuntu 24LTS and GST 1.24.2

Should this work out of the box ?

gst-launch-1.0 videotestsrc \
! video/x-raw,width=1920,height=1080,format=I420 \
! x264enc speed-preset=ultrafast bitrate=2000 \
! video/x-h264,profile=baseline \
! whipclientsink signaller::whip-endpoint=http://localhost:8889/mystream/whip

I’m getting erroenous pipeline no element “whipclientsink”

Thks in advance

Right now it is Good, Bad or Ugly :slight_smile: !

whipclientsink is part of the Rust plugins available from https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs. If you have the rust plugins available in your environment then this should work just fine.