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.

    iFrame module ip camera

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    5 Posts 4 Posters 3.3k Views 3 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.
    • C Offline
      costascontis
      last edited by costascontis

      Trying to use MMM-iFrame-Ping module to show the videostream from my out door ip camera.
      i add to my config.js :

      module: 'MMM-iFrame-Ping',
      		position: 'middle_center',	// This can be any of the regions.
      		config: {
      			// See 'Configuration options' for more information.
      			url: "http://admin:xxxxxxxxx@ipcamera_address:port/videostream.cgi",
      			autoRefresh: false, //set to false for video
      			scrolling: "no", 
      			}
      	},
      

      and i always get “NOK PING” and no video.
      What am i doing wrong?I tryied an alternative ip format that it is working fine to my openhab/habpanel frame widget :

      http://ipcamera_address:port/videostream.cgi?user=admin&pwd=xxxxxxx
      

      but no luck also…using both urls at chrome or vlc i get videostream.

      1 Reply Last reply Reply Quote 0
      • R Offline
        Ramez
        last edited by Ramez

        in config file change the lines:
        address: "localhost", to address: "", and ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], to ipWhitelist: [],
        then try…if not then stream it with other MMM-iFrame module…I’ve just tried to stream my mobile camera capture using IP webcam it’s not working in MMM-iFrame-ping module but in MMM-iFrame it’s super awesome :raising_hands:

        1 Reply Last reply Reply Quote 0
        • bheplerB Offline
          bhepler Module Developer
          last edited by

          You may wish to look at MMM-RTSPStream.

          1 Reply Last reply Reply Quote 0
          • C Offline
            costascontis
            last edited by

            thnx guys for ur answers, i managed to view my cam with MMM-iFrame,My problem is that the frame is too big.My cam is 640x480 and i want a smaller iframe for example 320x280.If i change the iFrame to that heigth and width i loose the half of my ip cam view.Is there a way to make all the frame smaller without decreasing the actual camera’s resolution?

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

              @costascontis please tell me how you did it with the MMM-iFrame module.
              would you have me an example config ??
              Please help me thank you

              1 Reply Last reply Reply Quote 1

              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 / 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