Skip to content

Instantly share code, notes, and snippets.

@patrickelectric
Created April 3, 2024 13:02
Show Gist options
  • Save patrickelectric/31fef85437b81594f4674cf9d603f86c to your computer and use it in GitHub Desktop.
Save patrickelectric/31fef85437b81594f4674cf9d603f86c to your computer and use it in GitHub Desktop.
Creates a h264 udpsink from a static image
multifilesrc location="example.jpeg" ! jpegdec ! videoconvert ! imagefreeze ! videobox ! video/x-raw,format=I420,width=240,height=480,framerate=30/1 ! x264enc ! rtph264pay config-interval=1 pt=96 ! udpsink host=192.168.0.55 port=5600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment