Please provide complete information as applicable to your setup.
Hardware Platform Jetson Orin nano
DeepStream Version 6.3
TensorRT Version 8.5.2.2
I set up my pipeline as this:
nvstreammux->nvinfer->tee->queue->nvmultistreamtiler->nvvideoconvert->nvosd->nvsink
->queue->nvosd->appsink
But when i only add appsink element to the pipeline, and link like this:
nvstreammux->nvinfer->nvmultistreamtiler->nvvideoconvert->nvosd->nvsink.
i have four rtsp sources, run the app and it block at first frame.
Is there any question?
ok, please refer to this appsink sample(/opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-appsrc-test/) in DeepStream SDK. please use English.
I run the deepstream-appsrc-test example on my orin nano.
The console keeps outputting debugging information, but the graphics window playback card stops playing at the first frame.
Is there any question ?
can you try gst-launch-1.0 uridecodebin uri=///opt/nvidia/deepstream/deepstream/samples/streams//sample_720p.mp4 ! nv3dsink? this application is using nv3dsink for display.