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.

    Second RTSP Stream is blank

    Scheduled Pinned Locked Moved Troubleshooting
    2 Posts 2 Posters 912 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.
    • M Offline
      mcr-ai
      last edited by

      Re: stuck with MMM-RTSP module

      I have two RTSP camera streams and there is only one that is stuck. They are both the exact same cameras and the streams are the same as far as a URL. I can open the stream in VLC and it works fine. When I tried to but both cameras in the config.js file the first one shows up but the second one ( mentioned already ) is still blank. Anyone else having this issue or may have resolved it?

      1 Reply Last reply Reply Quote 0
      • BKeyportB Offline
        BKeyport Module Developer
        last edited by BKeyport

        Upon testing, I don’t see that error. I don’t have two cameras, so the first stream is the test stream.

        I’ve moved my mirror to a Pi4…

        Here’s my config:

        		{
        			module: "MMM-RTSPStream",
        			position: "top_center",
        			config: {
        				autoStart: true,
        				rotateStreams: false,
        				moduleWidth: 640,
        				moduleHeight: 360,
        				localPlayer: 'omxplayer',
        				remotePlayer: 'ffmpeg',
        				showSnapWhenPaused: false,
        				remoteSnaps: false,
        				omxRestart: 2,
        				stream1: {
        					name: 'big buck',
        					url: 'https://www.radiantmediaplayer.com/media/bbb-360p.mp4', 
        					ffmpegPort: 10001,
        					shutdownDelay: 0,
        				},
        				stream2: {
        					name: 'Front Camera',
        					url: 'rtsp://username:password@FrontCam/h264Preview_01_sub', 
        					protocal: "ucp",
        					width: 640,
        					height: 360, 
        					ffmpegPort: 10002,
        					shutdownDelay: 0,
        				},
        			}
        		},
        

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

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