I need to show a "no signal" image when the video stream (from the network) is interrupted.
Both the image and video are 640x480. No blending or mixing is required (either video is shown or the image).
I tried to do this using mosaic filter in the following setting:
- fake stream 1 from an image
- configure stream 2 from the network
- mix them with the 1x1 mosaic
As I need to put this solution on a small box, I'd like to decrease CPU usage. Perhaps there is another way to do it, more CPU-friendly?
I feel that using a full-blown mosaic might be a bit of an overkill...