Navigation

    MagicMirror Forum

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

    MMM-RTSPStream Full screen 4 cam's

    Troubleshooting
    1
    1
    23
    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.
    • JerryP
      JerryP last edited by

      Hello,
      I want a second page on my mirror, and place there the 4 images of the secureti cam’s of the House.

      sec.png

      Someting like this.

      I only get 2 screens under each other.

      	{
      			module: "MMM-RTSPStream",
      			position: "middle",  //"top", "middle", "bottom" 
      			config: {
      				autoStart: true,
      				rotateStreams: false,
      				rotateStreamTimeout: 20,
      				moduleWidth: 568,
      				moduleHeight: 320,
      				localPlayer: "omxplayer",
      				remotePlayer: 'none',
      				showSnapWhenPaused: false,
      				remoteSnaps: false,
      				  stream1: {
      					name: 'Garage Botter Acker',
      					url: 'rtsp://user:pass@ipadress:poort/cam/realmonitor?channel=1&subtype=1',
      					protocol: "tcp",
      					frameRate: 25,  
      					muted: true,
      				},
      				  stream2: {
      					name: 'Steeg Garage',
      					url: 'rtsp://user:pass@ipadress:poort/cam/realmonitor?channel=2&subtype=1',
      					protocol: "tcp",
      					frameRate: 25, 
      					muted: true,
      				},
      	}},
      
      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