<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><p data-sourcepos="1:1-1:3" dir="auto" class="">Hi,</p><p data-sourcepos="3:1-3:148" dir="auto" class="">We loved the idea of the fallbacksrc and very needed. But our pipeline working with rtspsrc but not working with fallbacksrc and there is no errors.</p><p data-sourcepos="5:1-13:58" dir="auto" class="">isnt the fallbacksrc is the same output of the rtspsrc ?
How we can replace the rtspsrc with fallbacksrc for below pipeline with <span style="color: rgb(31, 35, 40); font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 12px; orphans: 2; white-space: pre; widows: 2; background-color: rgb(255, 255, 255);" class="">fallbacksrc </span>?</p><div class=""><br class=""></div><div class="">I tried it didn’t give any error but pipeline not runned as before rtspsrc</div><div class=""><br class=""></div><div class=""><div class="">function create_rtsp_sources() {</div><div class="">     echo "Rtsp sources creating"</div><div class="">     for ((n = 0; n < $num_of_src; n++)); do</div><div class="">        src_name="SRC_${n}"</div><div class="">        src_name="${!src_name}"</div><div class="">        rtsp_sources+="rtspsrc async-handling=true location=$src_name name=source_$n message-forward=true ! \</div><div class="">                          decodebin3 ! \</div><div class="">                                  queue   name=hailo_preprocess_q_$n leaky=no max-size-buffers=32 max-size-bytes=0 max-size-time=0 ! \</div><div class="">                          $decode_scale_elements ! videoconvert n-threads=8 ! \</div><div class="">                          video/x-raw,pixel-aspect-ratio=1/1 ! \</div><div class="">                          fun.sink_$n sid.src_$n ! \</div><div class="">                          queue   name=comp_q_$n leaky=downstream max-size-buffers=5 max-size-bytes=0 max-size-time=0 ! \</div><div class="">                          comp.sink_$n "</div><div class="">        #echo "$n --   $rtsp_sources \n\n"</div><div class="">     done</div><div class="">}</div></div></body></html>