MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    UNSOLVED MMM-IPCam format

    Troubleshooting
    4
    6
    239
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      thephantom_nl last edited by

      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,
                              },
                          }
                  },
      
      V P 2 Replies Last reply Reply Quote 0
      • V
        Volkae @thephantom_nl last edited by

        @thephantom_nl
        Hi,
        I have the same problem, using RTSPStream.

        I have no Idea…

        Volker

        1 Reply Last reply Reply Quote 0
        • P
          plainbroke @thephantom_nl last edited by

          @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…

          1 Reply Last reply Reply Quote 0
          • V
            Volkae last edited by

            Hi plainbroke,
            using omxplayer causes an other problem. The Screensaver does not work anymore…

            JerryP 1 Reply Last reply Reply Quote 0
            • JerryP
              JerryP @Volkae last edited by

              @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.

              1 Reply Last reply Reply Quote 0
              • V
                Volkae last edited by

                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??

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy