Created
April 3, 2024 13:02
-
-
Save patrickelectric/31fef85437b81594f4674cf9d603f86c to your computer and use it in GitHub Desktop.
Creates a h264 udpsink from a static image
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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