Does ds5.0 support multiple rtsp stream? How to create pipline?Is there any solution to convert rtsp to uri?
The DeepStream amples “deepstream-app”, “deepstream-test3” and “deepstream-test5” can support multiple rtsp streams.
What do you mean “to convert rtsp to uri”?
Since the pipeline may change according to different platforms. The following sample is for Jetson:
gst-launch-1.0 nvstreammux name=m batched-push-timeout=40000 batch-size=2 width=960 height=540 live-source=1 ! queue ! nvinfer config-file-path=/opt/nvidia/deepstream/deepstream-5.0/samples/configs/deepstream-app/config_infer_primary.txt ! nvvideoconvert ! ‘video/x-raw(memory:NVMM), format=RGBA’ ! nvmultistreamtiler rows=1 columns=2 width=1280 height=720 ! nvvideoconvert ! nvdsosd ! nvegltransform ! nveglglessink qos= true sync=false async=false rtspsrc location=rtsp://xxxxxxxxx ! rtph264depay ! nvv4l2decoder ! m.sink_0 rtspsrc location=rtsp://xxxxxxxxx ! rtph264depay ! nvv4l2decoder ! m.sink_1