• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-IPCam format

Scheduled Pinned Locked Moved Unsolved Troubleshooting
6 Posts 4 Posters 902 Views 4 Watching
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 Offline
    thephantom_nl
    last edited by Feb 9, 2022, 1:53 PM

    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 Feb 16, 2022, 8:03 AM Reply Quote 0
    • V Offline
      Volkae @thephantom_nl
      last edited by Feb 16, 2022, 8:03 AM

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

      I have no Idea…

      Volker

      1 Reply Last reply Reply Quote 0
      • P Offline
        plainbroke @thephantom_nl
        last edited by Feb 20, 2022, 9:43 PM

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

        Slow learner. But trying anyways.

        1 Reply Last reply Reply Quote 0
        • V Offline
          Volkae
          last edited by Mar 5, 2022, 8:02 PM

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

          J 1 Reply Last reply Mar 6, 2022, 8:09 AM Reply Quote 0
          • J Offline
            JerryP @Volkae
            last edited by Mar 6, 2022, 8:09 AM

            @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 Offline
              Volkae
              last edited by Mar 21, 2022, 7:00 PM

              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 Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy