Not able to use multisrc

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) - GPU
• DeepStream Version - 6.3
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)-535.129.03
• Issue Type( questions, new requirements, bugs)- Not able to use multisrc of gstreamer pipeline
**• i am trying to produce this pipeline but not able to do so because of the multisrc
**• is their an alternative for that

multifilesrc location=static/bg_black.jpeg ! image/jpeg, framerate=12/1 ! decodebin !rtspsrc location =rtsp:// name=src0 ! decodebin ! nvvideoconvert ! capsfilter caps=“video/x-raw,format=I420” ! queue silent=true max-size-buffers=500 ! videoconvert ! videorate ! videoscale ! capsfilter caps=“video/x-raw, height=350, width=374,framerate=25/2,format=I420” ! videobox left=0 top=0 ! mix.sink_1 rtspsrc location =rtsp:// name=src1 ! decodebin ! nvvideoconvert ! capsfilter caps=“video/x-raw,format=I420” ! queue silent=true max-size-buffers=500 ! videoconvert ! videorate ! videoscale ! capsfilter caps=“video/x-raw, height=350, width=374,framerate=25/2,format=I420” ! videobox left=0 top=0 ! mix.sink_2 rtspsrc location =rtsp:// name=src2 ! decodebin ! nvvideoconvert ! capsfilter caps=“video/x-raw,format=I420” ! queue silent=true max-size-buffers=500 ! videoconvert ! videorate ! videoscale ! capsfilter caps="video/x-raw, height=350, width=374, videomixer name=mix background=1 sink_1::xpos=0 sink_1::ypos=0 sink_2::xpos=384 sink_2::ypos=0 sink_3::xpos=768 sink_3::ypos=0 sink_4::xpos=1152 sink_4::ypos=0 sink_5::xpos=1536 sink_5::ypos=0 sink_6::xpos=0 sink_6::ypos=360 sink_7::xpos=384 sink_7::ypos=360 sink_8::xpos=768 sink_8::ypos=360 sink_9::xpos=1152 sink_9::ypos=360 sink_10::xpos=1536 sink_10::ypos=360 sink_11::xpos=0 sink_11::ypos=720 sink_12::xpos=384 sink_12::ypos=720 sink_13::xpos=768 sink_13::ypos=720 sink_14::xpos=1152 sink_14::ypos=720 sink_15::xpos=1536 sink_15::ypos=720 ! video/x-raw,width=1920,height=1080 ! videoconvert ! jpegenc ! rtpjpegpay name=pay0 pt=96

There is no update from you for a period, assuming this is not an issue anymore.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

multifilesrc is the open source GStreamer plugin. Please refer to the GStreamer document for the usage. multifilesrc (gstreamer.freedesktop.org)

Please make sure you have basic GStreamer knowledge and coding skills before you start with DeepStream.

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