I don't know if there is a way to use ffmpeg to do it. I use a little program I made to monitor the bandwidth and if it drops off it restarts the stream. I'm using Ubuntu Linux and Python with the sysdig command to get the bandwidth of each individual ffmpeg process. I have 5 ffmpeg's going at once so this way I can restart only the one that crashes. With Windows you can only get the bandwidth of the entire network card.
On Wed, Nov 28, 2018 at 6:46 AM José María Infanzón <[email protected]> wrote: > Hi All, I'm streaming a live channel and I want to use ffmpeg to monitor > the stream, what I need to check is when the image is frozen. Is there a > way yo achieve this? I've read that I can use blend function, but not sure > how. > > Thanks! > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
