@Drooneyef I put the port of my cam behind the IP-adress…
module: 'MMM-RTSPStream',
position: 'bottom_center',
config: {
autoStart: true,
rotateStreams: false,
showSnapWhenPaused: false,
moduleWidth: 704,
moduleHeight: 240,
moduleOffset: { top: 212, left: 0 },
localPlayer: 'omxplayer',
stream1: {
name: '',
url: 'rtsp://192.168.113.125:554/live/ch1',
shutdownDelay: 0,
width: 320,
height: 240,
frameRate: "20",
port: 9999,
},
stream2: {
name: '',
url: 'rtsp://192.168.113.103:554/live/ch1',
shutdownDelay: 0,
width: 320,
height: 240,
frameRate: "20",
port: 10000,
},