Where can I find C/C++ examples of Gst-nvstreamdemux?

I’ve been looking for C/C++ examples of Gst-nvstreamdemux
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvstreamdemux.html
But I couldn’t find a single example in the DeepStream docker image, nor in the official NVIDIA website.

If there’s one, could you share with me?

Issue Type: Question

Thanks
Peeranat F.

Below sample will use nvstreamdemux.

cd /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-app
./deepstream-app -c /opt/nvidia/deepstream/deepstream-6.0/samples/configs/deepstream-app/source2_1080p_dec_infer-resnet_demux_int8.txt

1 Like

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