@wishmaster270 here is the code of my RTSPStream module thanks. 🙂
I replaced my video doorbell RTSP stream with some testing live HTTPS camera one as I couldn’t find a working RTSP testing stream.
Take your time as long as it takes. 👍🏼
{
module: "MMM-RTSPStream",
position: "middle_center",
disabled: false,
config: {
autoStart: false,
rotateStreams: true,
rotateStreamTimeout: 10,
moduleWidth: 500,
moduleHeight: 281,
localPlayer: 'vlc',
moduleOffset: { left: -170, top: -125 },
remotePlayer: 'ffmpeg',
showSnapWhenPaused: false,
remoteSnaps: false,
shutdownDelay: 12,
stream1: {
name: 'Videocitofono',
url: 'https://99663300.hopto.org:19526/Jpeg/1?authToken=7f9c4ca8-e776-40c9-b242-6882b7b4775e&1727250645145',
frameRate: 'undefined',
width: 500,
height: 281,
muted: true,
ffmpegPort: 9999,
},
}
},