Skip to content

Instantly share code, notes, and snippets.

@JakWai01
Created December 7, 2022 09:32
Show Gist options
  • Select an option

  • Save JakWai01/448d03450523da41e068e97ff43857d4 to your computer and use it in GitHub Desktop.

Select an option

Save JakWai01/448d03450523da41e068e97ff43857d4 to your computer and use it in GitHub Desktop.
# Sender
gst-launch-1.0 v4l2src ! video/x-raw,width=640,height=480 ! jpegenc ! rtpjpegpay ! udpsink host=127.0.0.1 port=5200
# Receiver
gst-launch-1.0 udpsrc port=5200 ! application/x-rtp, encoding-name=JPEG,payload=26 ! rtpjpegdepay ! jpegdec ! autovideosink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment