Created
October 15, 2019 19:52
-
-
Save gskachkov/64374dd725b03f5cd315ba4028a4eefd to your computer and use it in GitHub Desktop.
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
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