#!/bin/bash # first stream ffplay -window_title "Stream 1" -x 960 -y 1080 -left 0 -top 0 rtsp://admin:pwd@10.0.1.4:554/ISAPI/Streaming/Channels/102 & # second stream ffplay -window_title "Stream 2" -x 960 -y 1080 -left 960 -top 0 rtsp://admin:pwd@10.0.1.5:554/ISAPI/Streaming/Channels/102 &