Read the statement by Michael Teeuw here.
MMM-IPCam format
-
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, }, } },
-
-
@thephantom_nl
I changed over to omxplayer and solved my problems with it resizing on restart.
I can not find the bookmark for how to install omxplayer. Must have not saved it.
Google it that is what I did… -
Hi plainbroke,
using omxplayer causes an other problem. The Screensaver does not work anymore… -
@volkae yes but a screensaver on een security cam???
@thephantom_nl I’m using the OMX_player is standard on the raspberry.
But you must set the decoder in your cam on H.246{ module: "MMM-RTSPStream", position: "upper_third", // "middle_center" "upper_third" config: { autoStart: true, rotateStreams: false, rotateStreamTimeout: 20, moduleWidth: 720, moduleHeight: 320, localPlayer: "omxplayer", // "omxplayer" or "ffmpeg", or "vlc" remotePlayer: 'none', showSnapWhenPaused: false, remoteSnaps: false, stream1: { name: 'Garage 1', url: 'rtsp://user:code@IP:poort/cam/realmonitor?channel=1&subtype=1', protocol: "tcp", frameRate: 25, muted: true, }, stream2: { name: 'Steeg', url: 'rtsp://user:code@IP:poort/cam/realmonitor?channel=3&subtype=1', protocol: "tcp", frameRate: 25, muted: true, }, stream3: { name: 'Garage 2', url: 'rtsp://user:code@IP:poort/cam/realmonitor?channel=2&subtype=1', protocol: "tcp", frameRate: 25, muted: true, }, stream4: { name: 'MvH', url: 'rtsp://user:code@IP:poort/cam/realmonitor?channel=4&subtype=1', protocol: "tcp", frameRate: 25, muted: true, }, }},
NL ik denk dat het grootste probleem in je decoder van je camera beelden zit. hier had ik ook erg veel last van. Als je hem dan hardware matig op die H.246 zet dan blijft hij bij mij wel draaien. zelfs 4 beelden tegelijk.
-
I´m using a screensaver using a motion detector for activating my HDMI-screen. This does not work if I´m using omxplayer.
My cam is a Reolink RLC-420-5MP. Don´t know how to set the decoder on H.246…
Is there an alternative to MMM-RTSPStream??