Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) - Jetson Nano • DeepStream Version - 6.0 • JetPack Version (valid for Jetson only) - 4.6.1-b110 • TensorRT Version - 8.2.1.8 • NVIDIA GPU Driver Version (valid for GPU only) - 10.2 • Issue Type( questions, new requirements, bugs)
running deepstream python code with more than 12 streams I got following errors,
Error: gst-resource-error-quark: Unhandled error (9): gstrtspsrc.c(6161): gst_rtspsrc_send (): /GstPipeline:pipeline0/GstBin:source-bin-12/GstURIDecodeBin:uri-decode-bin/GstRTSPSrc:source:
Service Unavailable (503) • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
below code will help to reproduce the issue deepstream_tiler.py (14.0 KB)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
does it crash at the beginning or after a while? can you share the whole logs? please do “export GST_DEBUG=4”, then run again you can redirect the logs to a file.
gstrtspsrc.c(6563): gst_rtspsrc_send (): /GstPipeline:pipeline0/GstURIDecodeBin:uridecodebin0/GstRTSPSrc:source:
Service Unavailable (503)
ERROR: pipeline doesn’t want to preroll.
As the log shown, the rtsp source can’t support 12 connecting.
what is your rtsp source info? can you try gst-launch-1.0 uridecodebin uri=file:///opt/nvidia/deepstream/deepstream/samples/streams/sample_720p.mp4 uridecodebin uri=file:///opt/nvidia/deepstream/deepstream/samples/streams/sample_720p.mp4 … ?
it should not be decoding issue if gst-launch-1.0 can decode 12 h264 files.