Hide NV logs

• 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

Could you upgrade the DeepStream to our latest version? I have tried that with deepstream-test1, there are no logs about that you attached.

If I could, I would already downloaded it. Since I can’t, do you have any other ideas?

There is no better way to stop getting these logs in version 6.0.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.