Re: RTSP Stream source detect unavailability and replace Logo until its available
Tim-Philipp Müller via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, > 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. > > Is there any way to do this ? fallbacksrc or fallbackswitch from gst-plugins-rs might be able to achieve what you want: https://gstreamer.freedesktop.org/documentation/fallbackswitch/index.html?gi-language=c#fallbackswitch-page Cheers Tim