• 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] - Video Streaming from Live Feeds & Security Cameras

Scheduled Pinned Locked Moved Utilities
602 Posts 67 Posters 2.0m Views 68 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.
  • B Offline
    BKeyport Module Developer
    last edited by Oct 20, 2019, 4:00 AM

    Odd - I’m having no problem moving it around - although, if you’re using OMXPlayer, it’s overlaying on top of the screen, it won’t play nice with other modules in the same position…

    The "E" in "Javascript" stands for "Easy"

    1 Reply Last reply Reply Quote 0
    • O Offline
      osnapus
      last edited by osnapus Oct 30, 2019, 5:54 AM Oct 30, 2019, 5:53 AM

      Hello, I’m Peter,
      when I add RTSTStream to my MagicMirror, I have a little problem with RTSPStream module.

      When display is in normal mode on 27’ screen, everything is ok, picture from Cam is good, normal dimensions etc
      https://photos.app.goo.gl/czoZvwryGmqfJRDg6

      But when in /boot/config.txt in rpi3 the display_rotation=1, picture form cam is cut like on screen.

      https://photos.app.goo.gl/VRycUb7zMw9LQVxh6

      Someone could help me with this problem?

      Many thanks to You All
      Peter

      B 1 Reply Last reply Oct 31, 2019, 7:50 PM Reply Quote 0
      • B Offline
        buzzkc @osnapus
        last edited by Oct 31, 2019, 7:50 PM

        @osnapus

        Try using the GL driver to rotate…
        https://github.com/michmich/magicmirror/wiki/configuring-the-raspberry-pi#enable-the-open-gl-driver-to-decrease-electrons-cpu-usage

        I’ll post my config.txt and autostart settings tonight, don’t have access to them right now.

        Darren

        My Build: https://forum.magicmirror.builders/topic/11153/new-non-mirror

        1 Reply Last reply Reply Quote 0
        • A Offline
          acimail01
          last edited by Nov 11, 2019, 5:31 PM

          Is it possible to define a stream for playing a local file (e.g. .mp4 or .avi)?

          1 Reply Last reply Reply Quote 0
          • A Offline
            acimail01
            last edited by acimail01 Nov 11, 2019, 8:38 PM Nov 11, 2019, 8:32 PM

            works with

            		{
            			module: "MMM-RTSPStream",
            			position: "middle_center",
            			config: {
            				autoStart			: true,
            				rotateStreams		: false,
            				rotateStreamTimeout	: 30,
            				moduleWidth			: 354,
            				moduleHeight		: 240,
            				localPlayer			: 'omxplayer',
            				shutdownDelay		: 0,
            
            					stream1: {
            						name: 'Test Stream',
            						url: 'file:///home/pi/MagicMirror/modules/MMM-RTSPStream/Videos/Feuer.mp4',
            					},
            				}
            		},
            

            but no sound !

            in bash console works with: omxplayer -o alsa Feuer.mp4
            How to set hdmi sound as default ?

            1 Reply Last reply Reply Quote 0
            • P Offline
              p4lsec
              last edited by Dec 21, 2019, 10:39 PM

              Just wanted to cross-post this in case people are looking in this thread for a way to monitor and restart streams that have stopped:

              https://forum.magicmirror.builders/topic/11828/short-script-to-monitor-and-restart-your-mmm-rtspstreams

              1 Reply Last reply Reply Quote 0
              • K Offline
                kris1208
                last edited by Dec 23, 2019, 4:59 PM

                hello, I have a problem with this module, I have the displays which are truncated and this since the update.
                bonjour, j’ai un probleme avec ce module, j’ai les affichages qui sont tronqué et ce depuis la mise a jour.
                0_1577120359595_erreur miroir.jpg

                Merci.

                1 Reply Last reply Reply Quote 0
                • K Offline
                  kris1208
                  last edited by Dec 26, 2019, 4:37 PM

                  nobody to tell me how to solve my cut image problem? Thank you

                  E 1 Reply Last reply Dec 27, 2019, 11:03 AM Reply Quote 0
                  • E Online
                    evroom @kris1208
                    last edited by Dec 27, 2019, 11:03 AM

                    @kris1208

                    Perhaps you can share the config.js part for MMM-RTSPStream with us?

                    The pm2 log output for this module is useful too.
                    The part where it shows the applied coordinates.

                    MagicMirror version: 2.33.0
                    Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
                    Raspbian GNU/Linux 12 (bookworm)

                    Test environment:
                    MagicMirror version: v2.33.0
                    Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
                    Raspbian GNU/Linux 12 (bookworm)

                    1 Reply Last reply Reply Quote 0
                    • K Offline
                      kris1208
                      last edited by kris1208 Dec 28, 2019, 11:55 AM Dec 28, 2019, 11:53 AM

                      @evroom said in [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras:

                      Perhaps you can share the config.js part for MMM-RTSPStream with us?
                      The pm2 log output for this module is useful too.
                      The part where it shows the applied coordinates.

                      Thank you for your response, could you tell me the file I need to post to you?
                      {
                      module: “MMM-RTSPStream”,
                      position: “top_center”,
                      config: {
                      rotateStreamTimeout: 20, // Seconds
                      stream1: {
                      name: “Portail”,
                      url: “rtsp://MDP@192.168.1.16/MediaInput/h264”
                      },
                      stream2: {
                      name: “Dome”,
                      url: “rtsp://MDP@192.168.1.17/12”
                      },
                      }
                      },

                      E 1 Reply Last reply Dec 28, 2019, 7:25 PM Reply Quote 0
                      • 1
                      • 2
                      • 34
                      • 35
                      • 36
                      • 37
                      • 38
                      • 60
                      • 61
                      • 36 / 61
                      • 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