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

    website19880927

    @website19880927

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

    website19880927 Unfollow Follow

    Latest posts made by website19880927

    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      this is my configuration:
      {
      module: “MMM-RTSPStream”,
      position: “middle_center”,
      header: “cam”,
      config: {
      autoStart: true,
      rotateStreams: true,
      rotateStreamTimeout: 10,
      moduleWidth: 354,
      moduleHeight: 240,
      localPlayer: ‘omxplayer’,
      remotePlayer: ‘none’,
      showSnapWhenPaused: true,
      remoteSnaps: true,
      stream1: {
      name: ‘c1’,
      url: ‘rtsp://admin:a1234567@192.168.1.14/Streaming/Channels/1’,
      frameRate: ‘undefined’,
      hdUrl: ‘rtsp://admin:a1234567@192.168.1.14/Streaming/Channels/1’,
      snapshotType: ‘url’,
      snapshotRefresh: 10,
      width: 354,
      height: 240,
      },
      }
      }

      image
      no response ,was it the problem of resolution,and how to configure that ,I tried many ways and still not success, and I can use my vlc to get the stream of the camera ,but was anything wrong with other configuration,no idea!
      image

      posted in Utilities
      W
      website19880927