Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU): L4
• DeepStream Version: 7.1, pyds=1.2.0
• NVIDIA GPU Driver Version (valid for GPU only): 560.35.03
• Issue Type( questions, new requirements, bugs): Bug
• 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):
First start the RTSP server with running “stream.py” (you will need to change the “location” attribute of the “filesrc” plugin).
Next run “test.py”, it will crash with “Aborted (core dumped)”. (This also happens without starting th RTSP server,)
Solution: First call Gst.init then import pyds in “test.py”. Now the pipeline works.
files.zip (2.4 KB)