crv4415
December 29, 2022, 7:08am
1
Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU): NVIDIA GeForce GTX 1650 dGPU
• DeepStream Version: 6.1
• TensorRT Version: 8.4.3.1
• NVIDIA GPU Driver Version (valid for GPU only): 510
• Issue Type( questions, new requirements, bugs): bugs
**• How to reproduce the issue ? **
Add RTSP sink and Kafka Message broker to the pipeline
self.pipeline.add(self.msgconv)
self.pipeline.add(self.msgbroker)
Adding these two lines to the code ends up in following warning:
sys:1: Warning: g_object_get_is_valid_property: object class 'GstUDPSrc' has no property named 'pt'
Pipeline works fine if either the RTSP sink or the Message brokers are removed.
Can you put your full pipeline graph?
As far as I know, the above warning is not related to Message broker. It is a harmless message printed when you try to view the RTSP Stream.
crv4415
December 29, 2022, 7:43am
3
rtsp_sources → nvstreammux → nvinfer → nvtracker → nvdsanalytics → nvmultistreamtiler → nvvideoconvert → nvdsosd → nvvideoconvert → tee
tee.0 → capsfilter → nvv4l2h264enc → rtph264pay → udpsink
tee.1 → nvmsgconv → nvmsgbroker
The pipeline works fine if I replace either of tee.0 or tee.1 with fakesink
crv4415
December 30, 2022, 12:59pm
5
The issue is now fixed, it occurred that I had added a fakesink to the pipeline which wasn’t actually linked anywhere in the pipeline. Removing the fakesink resolved the issue. :-)
system
Closed
January 13, 2023, 1:00pm
6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.