Hi,
I use MMM-IPCam for display for displaying livefeed from my camera but sometimes when de pi boots the windows of the cam is to big. i think 800 pixels witdh. Is there something wrong with my code. ps it has not always this problem.
{
module: "MMM-RTSPStream",
position: "bottom_right",
config: {
autoStart: true,
rotateStreams: true,
rotateStreamTimeout: 10,
moduleWidth: 450,
moduleHeight: 230,
localPlayer: 'vlc',
remotePlayer: 'none',
showSnapWhenPaused: true,
remoteSnaps: false,
shutdownDelay: 12,
stream1: {
name: 'Carport',
url: 'rtsp://19##########AC4',
frameRate: 'undefined',
snapshotType: 'url',
snapshotRefresh: 10,
width: 450,
height: undefined,
},
}
},