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

    alexo244

    @alexo244

    0
    Reputation
    2
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    alexo244 Unfollow Follow

    Latest posts made by alexo244

    • MMM-RTSPStream - shows with taskbar

      Hello

      I am able tu run the camera view itself but the whole taskbar become visible, whenever i will do a click with a mouse the taskbar disappear but the whole camera stream also.

      I was installing this module last year and everything was working fine, now i can’t get it done :/
      rtsp_problem.jpg

      Config:

      {
      	
                                  module: 'MMM-RTSPStream',
                                  position: 'top_center',
                                  config: {
                                      autoStart: true,
                                      rotateStreams: false,
                                      showSnapWhenPaused: false,
                                      moduleWidth: 354,
                                      moduleHeight: 242,
                                      stream1: {
                                          name: 'Cam1',
                                          url: 'rtsp://admin:admin@192.168.0.104:554/11', 
      Width: 354,
      Height: 242,
      Width: 354,
      Height: 242,
                                          frameRate: "30",
                                           }
      
                                  }
      },
      
      posted in Troubleshooting
      A
      alexo244