Here is my working config.
{
module: 'MMM-RTSPStream',
position: 'bottom_left',
config: {
autoStart: true,
rotateStreams: false,
rotateStreamTimeout: 10,
showSnapWhenPaused: false,
moduleWidth: 352,
moduleHeight: 240,
moduleOffset: -20,
localPlayer: 'omxplayer', //omxplayer oder ffmpeg
stream1: {
name: 'Door',
url: 'rtsp://10.30.10.28', //update with your IP
snapshotUrl: '',
snapshotRefresh: 10, // Seconds
frameRate: "30",
port: 9999,
}
}
},
i would suggest, you only change the IP adress, without port or the authbasic stuff…
I also have password set, but for some reason, i do not need to pass it to the module.
I played around a little bit, but as soon as i change the port or something… it does not work anymore.
Maybe worth a try.
Otherwise, bring the developer in here… he is very helpful and has for sure another tips you can try.