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 !