@myfingersarecold
@evroom
Do you use MMM-MPlayer with MMM-Carousel by chance?
When I put this in my config.js MMM-MPlayer runs out of turn over all the others and does not stop. Even when, I remove MMM-MPlayer from the MMM-Carousel list of modules. Any Idea what I did wrong? I remove mplayer and MMM-MPlayer to get it to stop.
{
module: "MMM-MPlayer",
disabled: false,
position: "top_left",
header: "MPlayer",
config: {
useTwoWindows: false,
layout: "row",
monitorAspect: 0,
rotate: -1,
windowSize: { width: 1900, height: 980 },
windowPosition: { x: 5, y: 225 },
streamInterval: 30000,
streams: {
window1: [
"rtsp://admin:admin@192.168.1.32:554/live",
],
window2: [
"rtsp://admin:admin@192.168.1.35:554/live",
],
}
}
},