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

    Posts

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

      Hi,

      To come back to my own request.

      The line that works from the command line is:

      omxplayer --vol -3000 --win “0 0 480 320” --live http://192.168.178.28:8001/1:0:19:283D:3FB:1:C00000:0:0:0:

      When I look at the code
      https://github.com/shbatm/MMM-RTSPStream/blob/master/node_helper.js

      I notice following:

      –vol : not present, not really necessary, yet
      –win : present
      –live : present
      –avdict rtsp_transport:tcp : present, needed ?
      -–video_queue 4 : present, needed ?
      –fps 30 : present, needed ?

      When home I will try:

      $ omxplayer --avdict rtsp_transport:tcp --win “0 0 480 320” --live -–video_queue 4 --fps 30 http://192.168.178.28:8001/1:0:19:283D:3FB:1:C00000:0:0:0:

      And I will try:

      node_helper.js :

      if (this.config[s.name].protocol == “http”) {
      args.unshift(“–vol 3000”);
      }

      posted in Utilities
      evroomE
      evroom
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      Hi,

      Quite happy with MMM-RTSPStream so far; thx to those that contributed to it.

      Next thing I am trying to use MMM-RTSPStream for, is streaming sat-tv from a Dreambox & VU+ receivers.
      I am able to stream a channel using:

      omxplayer --vol -3000 --win “0 0 480 320” --live http://192.168.178.28:8001/1:0:19:283D:3FB:1:C00000:0:0:0:

      It is not a rtsp stream, but it can use omxplayer for streaming.
      When I try to use MMM-iFrame, I can add the URL, but then it tries to open a program that can play mpg (and MagicMirror won’t start).
      When I use it to stream using my browser (on my PC), I have it open VLC player, but installing VLC on Raspberry (using HW acceleration) is quite an act, so I would prefer to use omxplayer.

      Could this be done ?

      I am not so familiar with JavaScript and CCS (yet), more a Perl guy, but am willing to assist and test-drive.

      posted in Utilities
      evroomE
      evroom
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

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

      .MMM-RTSPStream .innerWrapper {
      float: left;
      }

      @shbatm
      Thanks a lot! Works just fine.
      A bit of calculating and adjusting the margin, and it does what I wanted.

      posted in Utilities
      evroomE
      evroom
    • RE: MMM-NOAA

      @cowboysdude
      Thanks for answering (@Mykle1 too).
      It is working, with just the apiKey in the config, but where does it take the location from?
      You say it works for one location only, is that a location I can determine, or is it a location that is hard coded somewhere?
      I like the temperatures it is showing, but is the weather I can expect in my location? :-)

      posted in Troubleshooting
      evroomE
      evroom
    • RE: MMM-NOAA

      Hi,

      I installed MMM-NOAA V2.0 just now, but the lines necessary in the config.js struck me as being too little.

      No ‘position’, etc, just the api’s.
      I read that it takes:

      language: “en”,
      timeFormat: 24,
      units: “metric”,

      from the config.js, but then still I am missing info like ‘location’, ‘locationID’, etc.
      How does it know which city to take ?
      What weather information is currently displayed ? England due to “en” ? :-)

      In github I read:

      “In this new Version you can select up to 3 different weather locations like in this example.”

      but I fail to see this.

      Could you please provide me with a correct config.js entry for this otherwise good looking module ??

      And airvisual.com refuses to give me api (does not send me the confirmation mail), but that not a fault of the module.

      Best regards,

      Erik-Jan

      posted in Troubleshooting
      evroomE
      evroom
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      Hello,

      I have been playing with MagicMirror for 2 weeks now and am slowly getting the hang of it.
      It was the MMM-RTSPStream that sparked it all and made me decide to dedicate a monitor for all the other nice modules.

      Now I have a question concerning MMM-RTSPStream.
      The streams are ordered from left to right and then from top to bottom, all depending on the size of the windows.
      I would like to have a bit more control, like with tables.
      My goal for now is to have a bigger window on the left and 2 little windows on the right.

      I have no idea how to place a picture, so I try to place a link to a picture.
      This shows the current implementation, with 2 streams.

      Current implementation - 2 streams

      Any idea where and how to achieve that (if possible at all) ??

      I guess the MMM-RTSPStream.css is a place to start, but for the moment I fail to understand it to be able to make the wanted changes.
      Due to a lack of knowledge of css, but I am willing to learn.

      Thanks in advance and best regards,

      Erik-Jan

      posted in Utilities
      evroomE
      evroom
    • 1
    • 2
    • 44
    • 45
    • 46
    • 47
    • 48
    • 48 / 48