Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
Jetson
• DeepStream Version
6.3
• JetPack Version (valid for Jetson only)
JetPack 5.1.2 GA
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
Pipelines with new nvstreammux
and nvstreamdemux
are failing to play correctly after moving to DeepStream 6.3
• 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)
I’ve tried to reduce my application to the simplest of use cases as follows,
uridecode-0 -> sink_pad_0 | | src_pad_0 -> 3d-sink
| new-streammux -> demux |
uridecode-1 -> sink_pad_1 | | src_pad_1 -> 3d-sink
However, the sources, streammux, demux, and sinks plugins are setup within a hierarchy of gst-bins… and it is difficult for me to remove this extra complexity.
The failure seems to be arbitrary but most of the time one of the demuxer branches fails to negotiate caps correctly. Sometimes it works correctly, other times both branches fail.
Here’s a zip file of the png files show below
png-files.zip (2.1 MB)
Here’s the png image of the failing case (one branch)
Here’s the log of a failing case
new_streammux_failing.log (735.4 KB)
Close up image of the demuxer - failing case
Here’s the png file of the working case
Here’s the log of a working case
new_streammux_working.log (626.9 KB)
Close up image of the demuxer - working case
I’ve tried with and without Streammux configuration files… although, with identical file sources, I would think the default streammux settings would be fine.
If I revert to the old Streammux this Pipeline runs correctly… and I’m unable to reproduce any failure.
I don’t recall having any problems in DeepStream 6.2, but I no longer have a 6.2 setup to confirm on.
Has anyone else experienced similar issues? Perhaps I’m doing something wrong and have just been getting away with it using the old streammux?
Regards,
Robert.