Using gst-launch-1.0 pipeline to Receiving (on target) : Network Source + video decode + video render


I have use gst-launch-1.0 to receive Network Streaming,but failed.
Error as the follows:

Hi,
For running UDP streaming, please refer to Jetson Nano FAQ

Q: Is there an example for running UDP streaming?

You can try the setup and confirm it is working, and develop your use-case based on it.

running TCP streaming

Hi,
Please share more information about your use-case. Do you use IP camera source? Or?

And the latest release is Jetpack 5.1.2. If you use previous version, please consider upgrade.

yes,use IP camera source
the follow is use VLC Watch the video stream:

not support TCP streaming?

Hi,
It looks to be a RTSP source. Please try the command on Orin Nano and check if you see video preview:

$ DISPLAY=:0 gst-launch-1.0 uridecodebin uri='rtsp://192.168.2.105:554/12' ! nvvidconv ! video/x-raw ! xvimagesink sync=0

it is ok,thank you

1 Like

Hi,this can receive uvc streaming?

Hi,
For UVC streaming, do you mean you use USB camera sources?

yes,usb

Is it OK?

Hi,
Please refer to steps in Jetson AGX Orin FAQ

Q: I have a USB camera. How can I launch it on AGX Orin?


use this command are failed
Error reported as the follows:

I use potplay could see the uvc streaming:

Hi,
The capability of each USB camera is different. You would need to check the capability and set to gstreamer command accordingly. Please follow the steps in FAQ and try.

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