Can you try this config, just to know what works and what not ?
{
module: "MMM-RTSPStream",
disabled: false,
position: "middle_center",
header: "Video",
config: {
autoStart: true,
rotateStreams: false,
moduleWidth: 900,
moduleHeight: 364,
localPlayer: 'omxplayer',
remotePlayer: 'none',
showSnapWhenPaused: false,
remoteSnaps: false,
stream1: {
name: 'BigBuckBunny Test Stream',
url: 'rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov',
width: 480,
height: 270
},
}
Height and width are perhaps a bit odd; is what I use for my camera streams.
I will look if streaming a local file is possible; never tried it.