Skip to content

Instantly share code, notes, and snippets.

@gskachkov
Created October 15, 2019 19:52
Show Gist options
  • Save gskachkov/64374dd725b03f5cd315ba4028a4eefd to your computer and use it in GitHub Desktop.
Save gskachkov/64374dd725b03f5cd315ba4028a4eefd to your computer and use it in GitHub Desktop.
gst-launch-1.0 -v v4l2src device=/dev/video0 ! tee name=t ! queue ! videoconvert ! omxh265enc ! video/x-h265, stream-format=byte-stream ! h265parse ! rtph265pay config-interval=1 ! udpsink host=10.42.0.85 port=6000 t. ! queue ! video/x-raw, width=1280, height=720 ! videoconvert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment