When the decoder parameter enable-frame-type-reporting is turned on, the console always has output, how to turn it off

When using Gstreamer to parse the H264 GDR naked stream, after setting enable-frame-type-reporting to TRUE, the command line keeps outputting, how to turn off this output

Hi,
The prints cannot be disabled. You can set the property only when decoding H264 GDR stream.

My H264 stream is all GDR encoded, is there any other way to decode this stream

Hi,
Disabling the prints is not possible on current releases. We will evaluate the possibility in future release.

Is there any other hardware decoding plug-in for gdb encoded stream on Jetson platform?

Hi,

For software stacks, we have gstreamer and jetson_multimedia_api on Jetson platforms. The behavior is identical on both stacks.

Is there a better plug-in solution in Deepstream?

Hi,
The nvv4l2decoder plugin is used in DeepStream SDK and it is same behavior.

This method will always print the frame type on the console. Is there any optimization plan to turn it off?

Hi,

We will evaluate this and see if it can be planned for future release.

2 Likes

Hi,
The prints are in gst-v4l2 layer and you can customize the plugin to remove the prints. Please download the source code package:
Jetson Linux 35.3.1 | NVIDIA Developer
Driver Package (BSP) Sources

And check gstv4l2bufferpool.c. You can follow README to rebuild/replace libgstnvvideo4linux2.so

Ok, thanks, I’ll try it later when I have time

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