• 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-RTSPStream

Scheduled Pinned Locked Moved Unsolved Troubleshooting
2 Posts 2 Posters 152 Views 2 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.
  • J Offline
    Johanba
    last edited by Mar 25, 2025, 4:02 PM

    I have installed the module, ensured it is the latest version
    I have 3 feeds, but feed No 1 take over the screen and does not run inside the mirror
    I would like for the 3 x fees to display on on screen, below one another
    Here is my Config
    {
    module: “MMM-RTSPStream”,
    classes: “page6”,
    position: “middle_center”,
    header: “Camera’s”,
    config: {
    autoStart: true,
    rotateStreams: false,
    useWmctrl: false,
    //rotateStreamTimeout: 10,
    moduleWidth: 354,
    moduleHeight: 800,
    localPlayer: ‘local’,
    remotePlayer: ‘none’,
    showSnapWhenPaused: false,
    remoteSnaps: false,
    shutdownDelay: 12,
    stream1: {
    name: ‘Front Gate’,
    url: ‘rtsp://admin:xxxxx@192.168.1.150:554/user=admin&password=xxxxxx&channel=1stream=0.sdp?',
    frameRate: ‘undefined’,
    width: 354,
    height: 240,
    muted: true,
    },
    stream2: {
    name: ‘HighWay View 1’,
    url: 'rtsp://admin:xxxxxx@192.168.1.158:554/user=admin&password=xxxxxx&channel=1
    stream=0.sdp?’,
    frameRate: ‘undefined’,
    width: 354,
    height: 240,
    muted: true,
    },
    stream3: {
    name: ‘Store Room’,
    url: ‘rtsp://admin:xxxxxx@192.168.1.65:554/user=admin&password=xxxxxx&channel=1*stream=0.sdp?’,
    frameRate: ‘undefined’,
    width: 354,
    height: 240,
    muted: true,
    },
    }
    },

    J 1 Reply Last reply Mar 26, 2025, 9:57 PM Reply Quote 0
    • J Offline
      JerryP @Johanba
      last edited by JerryP Mar 27, 2025, 12:30 PM Mar 26, 2025, 9:57 PM

      @Johanba

      {
      	module: "MMM-RTSPStream",
      	disabled: false, //false, true
      	position: "upper_third",  // "middle_center" "upper_third"
      	config: {
      		autoStart: true,
      		rotateStreams: false,
      		rotateStreamTimeout: 20,
      		moduleWidth: 820,
      		moduleHeight: 420,
      		localPlayer: "vlc", // "omxplayer" or "ffmpeg", or "vlc"
      		remotePlayer: 'none',
      		showSnapWhenPaused: false,
      		remoteSnaps: false,
      	        stream1: {
      		  name: 'Stream 1',
      		  url: 'rtsp://****:*****@IP:554/Streaming/Channels/102/',
      	          protocol: "tcp",
      	          frameRate: 25,
      		  muted: true,
      		},
      		stream2: {
      		  name: 'Stream 2',
      	          url: 'rtsp://****:****@IP:554/Streaming/Channels/202/',
      	          protocol: "tcp",
      	          frameRate: 25, 
      	          muted: true,
      	        },
      	        stream3: {
      		  name: 'Stream 3',
      		  url: 'rtsp://*****:*****@IP:554/Streaming/Channels/302/',
      	          protocol: "tcp",
      		  frameRate: 25, 
      		  muted: true,
      		},
      		stream4: {
      		  name: 'Stream 4',
      		  url: 'rtsp://*****:*****@IP:554/Streaming/Channels/1602/',
      		  protocol: "tcp",
      		  frameRate: 25, 
      		  muted: true,
      		},
      		 stream5: {
      		   name: 'Stream 5',
      		   url: 'rtsp://admin:******@IP:554/Streaming/Channels/102/',
      		   protocol: "tcp",
      	           frameRate: 25, 
      	           muted: true,
      		},
      }}},
      

      Works perfect

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        2/2
        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