How to play rtsp video stream via vlc

Hi, everyone. I have used gstreamer generated rtsp stream:

gst-launch-1.0 -v v4l2src device=/dev/video1 ! ‘video/x-raw, format=(string)I420,width=(int)640, height=(int)480’ ! videoconvert ! omxh264enc bitrate=2000000 insert-sps-pps=true ! h264parse ! rtph264pay pt=96 config-interval=1 ! udpsink host=127.0.0.1 port=16000 sync=false async=false

But I don’t know how to play it on vlc. I have tried “udp://@127.0.0.1:160000”, and nothing happened.

Does anyone know what should I do? Thank you!

sorry.I have tried “udp://@127.0.0.1:16000”

Please refer to
[url]https://devtalk.nvidia.com/default/topic/1018689/jetson-tx2/vlc-playing-gstreamer-flow/post/5187270/#5187270[/url]

I have tried test-launch and it worked. But I am wondering whether there is a way that can play the rtsp stream generated by gst-launch on vlc directly, without using test-launch or sdp file?

It is more about gstreamer frameworks. Please get help from http://gstreamer-devel.966125.n4.nabble.com/ or other users can share experience.