Hello,
I am using the Jetson TX1.Now I can use the gstreamer of TX1 capture,encode and tramsmit video to the Local area network. But transmission used udpsink or used gst-resp-server.
like this:
gst-launch-0.10 v4l2src ! video/x-raw-yuv,width=352,height=288 ! x264enc ! rtph264pay ! udpsink host=192.168.0.122 port=5600
Now I want to push the video stream to the RTSP server on the cloud. this involved with RTSP protocol. I don’t know how to fix it. I will be greatly appreciated if you can give me some suggestions.