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.

    Search module for livecam / stream

    Scheduled Pinned Locked Moved Requests
    28 Posts 4 Posters 3.8k 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.
    • JerryPJ Offline
      JerryP @KamiSchami
      last edited by

      @KamiSchami You can use this.

      {
      		module: "MMM-RTSPStream",
      		disabled: false, //false, true
      		position: "middle", 
      		config: {
      			autoStart: true,
      			rotateStreams: false,
      			rotateStreamTimeout: 20,
      			moduleWidth: 468,
      			moduleHeight: 320,
      			localPlayer: "omxplayer", // "omxplayer" or "ffmpeg", or "vlc"
      			remotePlayer: 'none',
      			showSnapWhenPaused: false,
      			remoteSnaps: false,
      			  stream1: {
      			  name: 'Ostseebad',
      			  url: 'https://cam01.binz-kabel.de/cam1.m3u8',
      			  protocol: "tcp",
      			  frameRate: 25,
      			  muted: true,
                                hwAccel: true,
                                width: 450,
                                height: 300,
      			},
      
      1 Reply Last reply Reply Quote 0
      • JerryPJ Offline
        JerryP @JerryP
        last edited by

        @KamiSchami this part I meen

        			  stream1: {
        			  name: 'Ostseebad',
        			  url: 'https://cam01.binz-kabel.de/cam1.m3u8',
        			  protocol: "tcp",
        			  frameRate: 25,
        			  muted: true,
                                  hwAccel: true,
                                  width: 450,
                                  height: 300,
        
        1 Reply Last reply Reply Quote 0
        • KamiSchamiK Offline
          KamiSchami
          last edited by

          Thanks, it was late yesterday. The camera was gray and night mode and my buttons are also gray, I have to check if it is brighter.

          Real programmers never work 9 to 5. If they are around at 9 AM, it's because they were up all night.

          1 Reply Last reply Reply Quote 0
          • KamiSchamiK Offline
            KamiSchami
            last edited by

            hi, it’s still over the button when i enlarge the module 🙈

            Real programmers never work 9 to 5. If they are around at 9 AM, it's because they were up all night.

            D 1 Reply Last reply Reply Quote 0
            • D Offline
              drx1984 @KamiSchami
              last edited by

              @KamiSchami what am I doing wrong?
              for me MM starts but the whole screen remains black
              Can someone help me please?
              Is the MMM-RTSPStream module up to date? still works?

              Screenshot 2021-01-14 164536.png

              1 Reply Last reply Reply Quote 0
              • JerryPJ Offline
                JerryP
                last edited by JerryP

                @drx1984
                This one is working fine.
                De URL was wrong.

                {
                module: "MMM-RTSPStream",
                disabled: false, //false, true
                position: "middle", 
                config: {
                	autoStart: true,
                	rotateStreams: false,
                	rotateStreamTimeout: 20,
                	moduleWidth: 468,
                	moduleHeight: 320,
                	localPlayer: "omxplayer", // "omxplayer" or "ffmpeg", or "vlc"
                	remotePlayer: 'none',
                	showSnapWhenPaused: false,
                	remoteSnaps: false,
                	stream1: {
                	name: 'test-BUNNY',
                	url: 'rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov',
                			  protocol: "tcp",
                			  frameRate: 25, 
                			  muted: true,
                                          hwAccel: true,
                                          width:  450,
                                          height: 300,
                }
                }},
                
                D 1 Reply Last reply Reply Quote 0
                • D Offline
                  drx1984 @JerryP
                  last edited by

                  @JerryP unfortunately it still doesn’t work.
                  Magic mirror starts but it just remains black and the terminal says that the module is not available?
                  I have already copied the module into the modules folder with the command “git clone”.

                  Screenshot 2021-01-14 222559.png

                  JerryPJ 1 Reply Last reply Reply Quote 0
                  • JerryPJ Offline
                    JerryP @drx1984
                    last edited by JerryP

                    @drx1984
                    Goodmorning,
                    I think the module is not install correctly
                    have you follow the instructions https://github.com/shbatm/MMM-RTSPStream

                    You can also
                    go into terminal.
                    cd ~/MagicMirror/modules/MMM-RTSPStream
                    git pull
                    npm install

                    If that i’s not working I can only suggest that you delete your current installation of the module and re-install it.

                    1 Reply Last reply Reply Quote 0

                    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                    With your input, this post could be even better 💗

                    Register Login
                    • 1
                    • 2
                    • 2 / 2
                    • 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