**• Hardware Platform (Jetson / GPU)**Nvidia geforce rtx 3060
• DeepStream Version sdk 7.1
• TensorRT Version 10.3
• NVIDIA GPU Driver Version (valid for GPU only) 560.35.03
I am facing an issue when using docker compose to run multicontainers for two different multistream deepstream pipelines . here all the elements except the nveglglessink is being created and i am getting the following error.
File “/workspace/ship.py”, line 489, in main
deepstream_ir | sink.set_property(“qos”,0)
deepstream_ir | AttributeError: ‘NoneType’ object has no attribute ‘set_property’
NB: Both these deepstream pipelines were working fine when running alone in docker using the nveglsink element. the issue persist when using docker compose for multi-pipelines.
Also the multi-containers are working perfectly when using the fakesink