• Hardware Platform (Jetson / GPU) Jetson Xavier
• DeepStream Version DS 6.0
• JetPack Version (valid for Jetson only) 4.6 (L4T 32.6.1)
• TensorRT Version 8.0.1
• Gstreamer Version 1.16.3
**• Issue Type question
Hello everyone.
I am using
discoverer = GstPbutils.Discoverer()
try:
info = discoverer.discover_uri(uri)
streams = info.get_video_streams()
to get some rtsp stream info each 1 second (like width and height).
The problem is that each time this executes it triggers these logs, which are spamming.
I read that these are from the decoder and they are harmless. Is there a way to hide them or stop getting them?
Thank you
NvMMLiteOpen : Block : BlockType = 261
NVMEDIA: Reading vendor.tegra.display-size : status: 6
NvMMLiteBlockCreate : Block : BlockType = 261
NvMMLiteOpen : Block : BlockType = 261
NVMEDIA: Reading vendor.tegra.display-size : status: 6
NvMMLiteBlockCreate : Block : BlockType = 261