Push more than one camera video streams to server though RTSP on TX2

I want to push the TX2 video image to server though RTSP.But I don’t know which software platform is perfect.

Hi haijun,
Please refer to similar posts:
[url]https://devtalk.nvidia.com/default/topic/1018689/jetson-tx2/vlc-playing-gstreamer-flow/post/5187270/#5187270[/url]
[url]https://devtalk.nvidia.com/default/topic/1014789/jetson-tx1/-the-cpu-usage-cannot-down-use-cuda-decode-/post/5188538/#5188538[/url]

But I have some usb cameras.Not only one!

I used the samples test-launch in gst-rtsp-server.But I could not push more than one camera!

Hi haijun,
Please share what command you cannot run via test-launch so that other users can give suggestion.

It looks to be about gstreamer. You may also raise your question at http://gstreamer-devel.966125.n4.nabble.com/

I used the command:
./test-launch “v4l2src device=/dev/video0 ! omxh264enc ! rtph264pay name=pay0 pt=96”
But it is only for one camera.I want to push more than one camera video stream to rtsp server at the same time!

Hi haijun,
You can launch another rtsp server with different port. Run one test-launch with default 8554 and another test-launch with 8553(or other).