MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Cr4z33
    3. Controversial
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 1
    • Followers 1
    • Topics 16
    • Posts 461
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: [MMM-MQTTbridge] A module to publish and receive MQTT messages

      @wishmaster270 here is the code of my RTSPStream module thanks. 🙂

      I replaced my video doorbell RTSP stream with some testing live HTTPS camera one as I couldn’t find a working RTSP testing stream.

      Take your time as long as it takes. 👍🏼

      {
      			module: "MMM-RTSPStream",
      			position: "middle_center",
      			disabled: false,
      			config: {
      				autoStart: false,
      				rotateStreams: true,
      				rotateStreamTimeout: 10,
      				moduleWidth: 500,
      				moduleHeight: 281,
      				localPlayer: 'vlc',
      				moduleOffset: { left: -170, top: -125 },
      				remotePlayer: 'ffmpeg',
      				showSnapWhenPaused: false,
      				remoteSnaps: false,
      				shutdownDelay: 12,
      				stream1: {
      						name: 'Videocitofono',
      						url: 'https://99663300.hopto.org:19526/Jpeg/1?authToken=7f9c4ca8-e776-40c9-b242-6882b7b4775e&1727250645145',
      						frameRate: 'undefined',
      						width: 500,
      						height: 281,
      						muted: true,
      						ffmpegPort: 9999,
      						},
      				}
      		},
      
      posted in Utilities
      Cr4z33C
      Cr4z33
    • 1 / 1