Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    RTSP Camera Stream instead of mjpeg?

    Scheduled Pinned Locked Moved
    Duet Web Control
    3
    3
    948
    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.
    • toddelundefined
      toddel
      last edited by

      Hi.

      I have a hard time to find a small wifi cam for my Duet... Mostly they only have Rtsp stream but no mjpeg or they are expensive...

      So is there maybe a plugin to integrate the rtsp stream? I have a Tapo C100...

      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        Not that I'm aware of and from what I gather browsers no longer even allow RTSP streams.

        My suggestion is a Raspberry Pi Zero W and camera module running MotionOS.

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • stuartofmtundefined
          stuartofmt
          last edited by

          As @Phaedrux says, it would likely be quicker and cheaper to go the Pi Zero route. I have found that motionOS can be a bit heavy and use lots of CPU although this does seem to vary a lot between users. I had that experience and instead use this as a lightweight streaming solution with the Pi camera. Of course - I run other things on the Pi. If you are just using it for serving up images then it will not matter.

          http://picamera.readthedocs.io/en/latest/recipes2.html#web-streaming

          Another alternative is an RTSP to MJPEG "converter". Depending on your platform, programing experience, and tolerance for time (noting that almost nothing works as described in google searches 🙂 ) - something like one of these approaches may be interesting.

          https://stackoverflow.com/questions/43953966/rtsp-to-http-mjpeg-transcoding-embedded-in-website

          https://gist.github.com/n3wtron/4624820

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA