<html><head><style>pre,code,address {
  margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
ol,ul {
  margin-top: 0em;
  margin-bottom: 0em;
}
blockquote {
  margin-top: 0em;
  margin-bottom: 0em;
}
</style></head><body><div>Hi,</div><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>I have 16 rtsp sources (cam) I am looking a solution to detect unavailable rtsp source whether starting the program or after a while , and replace the stream output with a logo until its available again. The pipeline has many plugins object detection etc. <br></div><div><br></div><div>Is there any way to do this ? <br></div></blockquote><div><br></div><div>fallbacksrc or fallbackswitch from gst-plugins-rs might be able to achieve what you want:</div><div><br></div><div><a href="https://gstreamer.freedesktop.org/documentation/fallbackswitch/index.html?gi-language=c#fallbackswitch-page">https://gstreamer.freedesktop.org/documentation/fallbackswitch/index.html?gi-language=c#fallbackswitch-page</a></div><div><br></div><div>Cheers</div><div> Tim</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"></blockquote><div><br></div><div><span></span></div></body></html>