Is there a way to access an RTSP feed on a remote camera that only has a local network RTSP URL?












0















We have a IP CCTV camera connected to a 4G modem that connects it to the Internet. The manufacturer has provided us with an RTSP URL in the form of
rtsp://admin:password0@LOCALIP/cam/channel1, which as expected only works when my computer is also plugged into the modem.



Being a 4G modem with dynamic IP, we cannot access the camera via a normal RTSP link with a public static IP and port number forwarded through the modem.



This company also offers a Wifi camera with two beacons, but this would require a local switch to port forward each local camera IP to a static IP and setting up such a facility at each location we require CCTV is not really a solution. The other option is the use of a public static IP 4G SIM card for each modem which is reasonably expensive at scale.



My company wants to connect the video feed directly to our website in preference to using the manufacturer's app, but I'm not really sure there's much in the way of a cheap alternative. It's strange because the app doesn't seem (outwardly, at least) to involve any static IPs or port forwarding, so I'm at a loss what to do. Can anyone suggest a solution, perhaps in the way of just ripping the video feed from somewhere?










share|improve this question



























    0















    We have a IP CCTV camera connected to a 4G modem that connects it to the Internet. The manufacturer has provided us with an RTSP URL in the form of
    rtsp://admin:password0@LOCALIP/cam/channel1, which as expected only works when my computer is also plugged into the modem.



    Being a 4G modem with dynamic IP, we cannot access the camera via a normal RTSP link with a public static IP and port number forwarded through the modem.



    This company also offers a Wifi camera with two beacons, but this would require a local switch to port forward each local camera IP to a static IP and setting up such a facility at each location we require CCTV is not really a solution. The other option is the use of a public static IP 4G SIM card for each modem which is reasonably expensive at scale.



    My company wants to connect the video feed directly to our website in preference to using the manufacturer's app, but I'm not really sure there's much in the way of a cheap alternative. It's strange because the app doesn't seem (outwardly, at least) to involve any static IPs or port forwarding, so I'm at a loss what to do. Can anyone suggest a solution, perhaps in the way of just ripping the video feed from somewhere?










    share|improve this question

























      0












      0








      0








      We have a IP CCTV camera connected to a 4G modem that connects it to the Internet. The manufacturer has provided us with an RTSP URL in the form of
      rtsp://admin:password0@LOCALIP/cam/channel1, which as expected only works when my computer is also plugged into the modem.



      Being a 4G modem with dynamic IP, we cannot access the camera via a normal RTSP link with a public static IP and port number forwarded through the modem.



      This company also offers a Wifi camera with two beacons, but this would require a local switch to port forward each local camera IP to a static IP and setting up such a facility at each location we require CCTV is not really a solution. The other option is the use of a public static IP 4G SIM card for each modem which is reasonably expensive at scale.



      My company wants to connect the video feed directly to our website in preference to using the manufacturer's app, but I'm not really sure there's much in the way of a cheap alternative. It's strange because the app doesn't seem (outwardly, at least) to involve any static IPs or port forwarding, so I'm at a loss what to do. Can anyone suggest a solution, perhaps in the way of just ripping the video feed from somewhere?










      share|improve this question














      We have a IP CCTV camera connected to a 4G modem that connects it to the Internet. The manufacturer has provided us with an RTSP URL in the form of
      rtsp://admin:password0@LOCALIP/cam/channel1, which as expected only works when my computer is also plugged into the modem.



      Being a 4G modem with dynamic IP, we cannot access the camera via a normal RTSP link with a public static IP and port number forwarded through the modem.



      This company also offers a Wifi camera with two beacons, but this would require a local switch to port forward each local camera IP to a static IP and setting up such a facility at each location we require CCTV is not really a solution. The other option is the use of a public static IP 4G SIM card for each modem which is reasonably expensive at scale.



      My company wants to connect the video feed directly to our website in preference to using the manufacturer's app, but I'm not really sure there's much in the way of a cheap alternative. It's strange because the app doesn't seem (outwardly, at least) to involve any static IPs or port forwarding, so I'm at a loss what to do. Can anyone suggest a solution, perhaps in the way of just ripping the video feed from somewhere?







      networking wireless-networking camera ip-camera rtsp






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 16 at 5:19









      trijocotrijoco

      32




      32






















          1 Answer
          1






          active

          oldest

          votes


















          1














          Set up a (for example OpenVPN) VPN between your office IP network and your camera network. In that way it can be reached on the internal IP given to it by the VPN






          share|improve this answer
























          • Thanks for the reply, would using a VPN mean that either our customers have to connect to it to access the video or that we have to accept the feed in-office and then feed it to them after re-routing?

            – trijoco
            Jan 16 at 6:04











          • You would have to feed the customers after routing it through your office. (ie proxy it) if it is for external users. If its only for people in the office they can see it directly.

            – davidgo
            Jan 16 at 6:07











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1394802%2fis-there-a-way-to-access-an-rtsp-feed-on-a-remote-camera-that-only-has-a-local-n%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          Set up a (for example OpenVPN) VPN between your office IP network and your camera network. In that way it can be reached on the internal IP given to it by the VPN






          share|improve this answer
























          • Thanks for the reply, would using a VPN mean that either our customers have to connect to it to access the video or that we have to accept the feed in-office and then feed it to them after re-routing?

            – trijoco
            Jan 16 at 6:04











          • You would have to feed the customers after routing it through your office. (ie proxy it) if it is for external users. If its only for people in the office they can see it directly.

            – davidgo
            Jan 16 at 6:07
















          1














          Set up a (for example OpenVPN) VPN between your office IP network and your camera network. In that way it can be reached on the internal IP given to it by the VPN






          share|improve this answer
























          • Thanks for the reply, would using a VPN mean that either our customers have to connect to it to access the video or that we have to accept the feed in-office and then feed it to them after re-routing?

            – trijoco
            Jan 16 at 6:04











          • You would have to feed the customers after routing it through your office. (ie proxy it) if it is for external users. If its only for people in the office they can see it directly.

            – davidgo
            Jan 16 at 6:07














          1












          1








          1







          Set up a (for example OpenVPN) VPN between your office IP network and your camera network. In that way it can be reached on the internal IP given to it by the VPN






          share|improve this answer













          Set up a (for example OpenVPN) VPN between your office IP network and your camera network. In that way it can be reached on the internal IP given to it by the VPN







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 16 at 5:22









          davidgodavidgo

          44.1k75292




          44.1k75292













          • Thanks for the reply, would using a VPN mean that either our customers have to connect to it to access the video or that we have to accept the feed in-office and then feed it to them after re-routing?

            – trijoco
            Jan 16 at 6:04











          • You would have to feed the customers after routing it through your office. (ie proxy it) if it is for external users. If its only for people in the office they can see it directly.

            – davidgo
            Jan 16 at 6:07



















          • Thanks for the reply, would using a VPN mean that either our customers have to connect to it to access the video or that we have to accept the feed in-office and then feed it to them after re-routing?

            – trijoco
            Jan 16 at 6:04











          • You would have to feed the customers after routing it through your office. (ie proxy it) if it is for external users. If its only for people in the office they can see it directly.

            – davidgo
            Jan 16 at 6:07

















          Thanks for the reply, would using a VPN mean that either our customers have to connect to it to access the video or that we have to accept the feed in-office and then feed it to them after re-routing?

          – trijoco
          Jan 16 at 6:04





          Thanks for the reply, would using a VPN mean that either our customers have to connect to it to access the video or that we have to accept the feed in-office and then feed it to them after re-routing?

          – trijoco
          Jan 16 at 6:04













          You would have to feed the customers after routing it through your office. (ie proxy it) if it is for external users. If its only for people in the office they can see it directly.

          – davidgo
          Jan 16 at 6:07





          You would have to feed the customers after routing it through your office. (ie proxy it) if it is for external users. If its only for people in the office they can see it directly.

          – davidgo
          Jan 16 at 6:07


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1394802%2fis-there-a-way-to-access-an-rtsp-feed-on-a-remote-camera-that-only-has-a-local-n%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Список кардиналов, возведённых папой римским Каликстом III

          Deduzione

          Mysql.sock missing - “Can't connect to local MySQL server through socket”