About streammux in DS on Xavier

Hi,

now, I am developing Deepstream Program and PlugIn based on Test2 and Test3
I don’t want to use streammux plugin(element) because I used only 1 channel

I remember that it was possible to work without streammux in DS3.0 but Is streammux essential ?
I hope to connect decodebin to nvinfer directly or not to use streammux
is it possible ?

e.g
gst-launch-1.0 filesrc location=…/…/samples/streams/sample_1080p_h264.mp4 !
decodebin ! m.sink_0 nvstreammux name=m batch-size=1 width=1280
height=720 ! nvinfer config-file-path= config_infer_primary_fasterRCNN.txt !
nvvideoconvert ! nvdsosd ! nvegltransform ! nveglglessink

Hi,
We need nvstreammux to give information of batch-size, even though there is only one source.

Thanks for your reply

Hi Dane,
Do you know how to set source_id of NvDsFrameMeta in streammux?
Or please refer to this post: How to set source_id in streammux?