UDP streaming doesn't works

Good afternoon colleagues, I am new to creating gstreamer pipelines. Please help me!

I have created the following pipeline and can’t see stream in VLC

gst-launch-1.0 v4l2src device=/dev/video0 ! image/jpeg,format=MJPG,width=1280,height=720,framerate=30/1 ! nvv4l2decoder mjpeg=1 ! nvvidconv ! video/x-raw, format=NV12 ! x264enc speed-preset=superfast ! rtph264pay ! udpsink port=5000 host=127.0.0.1

P.S. I use USB camera Logitech HD Pro Webcam C920 as a source.

Video input : 0 (Input 1: ok)
Format Video Capture:
	Width/Height      : 1280/720
	Pixel Format      : 'MJPG' (Motion-JPEG)
	Field             : None
	Bytes per Line    : 0
	Size Image        : 1843200
	Colorspace        : sRGB
	Transfer Function : Rec. 709
	YCbCr/HSV Encoding: ITU-R 601
	Quantization      : Default (maps to Full Range)

Hi,
Please refer to FAQ and give it a try:
Jetson AGX Orin FAQ

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.