stream.sh is a Bash script designed to stream multiple video sources to multiple screens using ffplay. This script ensures that each video stream is displayed on a specified monitor and restarts the stream if it fails. The script is optimized for real-time playback by using various ffplay options to reduce latency and handle frame drops effectively.
- Streams multiple video sources to multiple screens.
- Ensures each stream is displayed on the specified monitor.
- Restarts streams automatically if they fail.
- Optimized for real-time playback with minimal latency.