Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU RTX3090
• DeepStream Version 7.1 DOCKER
use command start gst-launch-1.0 nvmultiurisrcbin port=9999 ip-address=localhost batched-push-timeout=33333 max-batch-size=10 drop-pipeline-eos=1 live-source=1 width=2560 height=1440 ! nvmultistreamtiler ! nveglglessink
when add a stream start with file://
, the pipeline can run normally.
when add a stream start with rtsp
, example rtsp://xxxxxxxxx:8558/card/4
root@ps:/tmp/data/api# gst-launch-1.0 nvmultiurisrcbin port=9999 ip-address=localhost batched-push-timeout=33333 max-batch-size=10 drop-pipeline-eos=1 live-source=1 width=2560 height=1440 ! nvmultistreamtiler ! nveglglessink
Setting pipeline to PAUSED ...
Civetweb version: v1.16
Server running at port: 9999
Pipeline is PREROLLING ...
Got context from element 'eglglessink0': gst.egl.EGLDisplay=context, display=(GstEGLDisplay)NULL;
uri:/api/v1/stream/add
method:POST
uri:/api/v1/stream/add
method:POST
Progress: (open) Opening Stream
Progress: (open) Opening Stream
Progress: (connect) Connecting to rtsp://xxxxxxx:8558/card/4
Progress: (connect) Connecting to rtsp://xxxxxx:8558/card/4
Progress: (open) Retrieving server options
Progress: (open) Retrieving server options
Progress: (open) Retrieving media info
Progress: (open) Retrieving media info
Progress: (request) SETUP stream 0
Progress: (request) SETUP stream 0
Progress: (request) SETUP stream 0
Progress: (request) SETUP stream 0
Progress: (request) SETUP stream 0
Progress: (request) SETUP stream 0
Progress: (request) SETUP stream 1
Progress: (request) SETUP stream 1
Progress: (open) Opened Stream
Progress: (open) Opened Stream
the rtsp stream can use VLC
or ffplay
open
why?