Send Motion-user mailing list submissions to
        motion-user@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/motion-user
or, via email, send a message with subject or body 'help' to
        motion-user-requ...@lists.sourceforge.net

You can reach the person managing the list at
        motion-user-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."


Today's Topics:

   1. Re: ONVIF remote netcam (Allan Peda)
   2. Re: ONVIF remote netcam (fugee ohu)
   3. Re: ONVIF remote netcam (fugee ohu)
   4. Re: ONVIF remote netcam (Richard Bown)


----------------------------------------------------------------------

Message: 1
Date: Wed, 25 Nov 2020 12:40:32 -0500
From: Allan Peda <bizco...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] ONVIF remote netcam
Message-ID:
        <caepoj6x8_gwm3jewgfkil3ffgz6jc9jyo3djag-53hii7h_...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

 I think I know what you want to do.  I intentionally segment the wired
network so it's inaccessible from the wireless network.  For the web
interface I rely on ssh port forwarding, but for rtsp you need a proxy
server, I think because RTSP uses UDP.  http://www.live555.com/proxyServer/
provides that.

The command below will output URLs that you can use for the network you are
using for your shell connection.

sudo /usr/local/bin/live555ProxyServer \
     -u username "pass" rtsp://192.168.10.124/stream1 \
     rtsp://192.168.10.125/stream1 \
     rtsp://192.168.10.126/stream1 \
     rtsp://192.168.10.127/stream1

Created new TCP socket 4 for connection
RTSP stream, proxying the stream "rtsp://192.168.0.124/stream1"
Play this stream using the URL: rtsp://192.168.23.183/proxyStream-1


On Wed, Nov 25, 2020 at 1:46 AM fugee ohu <fugee...@gmail.com> wrote:

> I used onvif software to snoop out the rtsp stream url for 2 cameras
> on a lan but now I wanna access them from a remote address outside of
> the lan or on the wan What should the netcam_url value be then Here
> are my two from the onvif software on the lan
> rtsp://192.168.1.6:554/realmonitor?channel=0&stream=0.sdp
> rtsp://192.168.1.5:554/realmonitor?channel=0&stream=0.sdp
>
>
> _______________________________________________
> Motion-user mailing list
> Motion-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 2
Date: Wed, 25 Nov 2020 16:18:56 -0500
From: fugee ohu <fugee...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] ONVIF remote netcam
Message-ID:
        <cadca9rpeg4vqmgu5bvwxw5pxhfszi1k-iojztvqornasl8q...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

Sorry I don't understand your answer

On Wed, Nov 25, 2020 at 12:42 PM Allan Peda <bizco...@gmail.com> wrote:
>
>  I think I know what you want to do.  I intentionally segment the wired 
> network so it's inaccessible from the wireless network.  For the web 
> interface I rely on ssh port forwarding, but for rtsp you need a proxy 
> server, I think because RTSP uses UDP.  http://www.live555.com/proxyServer/ 
> provides that.
>
> The command below will output URLs that you can use for the network you are 
> using for your shell connection.
>
> sudo /usr/local/bin/live555ProxyServer \
>      -u username "pass" rtsp://192.168.10.124/stream1 \
>      rtsp://192.168.10.125/stream1 \
>      rtsp://192.168.10.126/stream1 \
>      rtsp://192.168.10.127/stream1
>
> Created new TCP socket 4 for connection
> RTSP stream, proxying the stream "rtsp://192.168.0.124/stream1"
> Play this stream using the URL: rtsp://192.168.23.183/proxyStream-1
>
>
> On Wed, Nov 25, 2020 at 1:46 AM fugee ohu <fugee...@gmail.com> wrote:
>>
>> I used onvif software to snoop out the rtsp stream url for 2 cameras
>> on a lan but now I wanna access them from a remote address outside of
>> the lan or on the wan What should the netcam_url value be then Here
>> are my two from the onvif software on the lan
>> rtsp://192.168.1.6:554/realmonitor?channel=0&stream=0.sdp
>> rtsp://192.168.1.5:554/realmonitor?channel=0&stream=0.sdp
>>
>>
>> _______________________________________________
>> Motion-user mailing list
>> Motion-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/motion-user
>> https://motion-project.github.io/
>>
>> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
> _______________________________________________
> Motion-user mailing list
> Motion-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user



------------------------------

Message: 3
Date: Wed, 25 Nov 2020 16:26:49 -0500
From: fugee ohu <fugee...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] ONVIF remote netcam
Message-ID:
        <CADCA9rNDGyg_DvoT5G=bp+sfnpjcyrxxqdz1ipjqm8txbhy...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

The cameras are connected to a router but there are no computers on
the lan I heard rtsp requires no port forwarding My question is so
simple What's the wan stream url of the rtsp cameras Is it true or not
that rtsp requires no port forwarding The router is Verizon and when
you try to access the setup tables you get a stupid Verizon page that
has no router setup on it

On Wed, Nov 25, 2020 at 12:42 PM Allan Peda <bizco...@gmail.com> wrote:
>
>  I think I know what you want to do.  I intentionally segment the wired 
> network so it's inaccessible from the wireless network.  For the web 
> interface I rely on ssh port forwarding, but for rtsp you need a proxy 
> server, I think because RTSP uses UDP.  http://www.live555.com/proxyServer/ 
> provides that.
>
> The command below will output URLs that you can use for the network you are 
> using for your shell connection.
>
> sudo /usr/local/bin/live555ProxyServer \
>      -u username "pass" rtsp://192.168.10.124/stream1 \
>      rtsp://192.168.10.125/stream1 \
>      rtsp://192.168.10.126/stream1 \
>      rtsp://192.168.10.127/stream1
>
> Created new TCP socket 4 for connection
> RTSP stream, proxying the stream "rtsp://192.168.0.124/stream1"
> Play this stream using the URL: rtsp://192.168.23.183/proxyStream-1
>
>
> On Wed, Nov 25, 2020 at 1:46 AM fugee ohu <fugee...@gmail.com> wrote:
>>
>> I used onvif software to snoop out the rtsp stream url for 2 cameras
>> on a lan but now I wanna access them from a remote address outside of
>> the lan or on the wan What should the netcam_url value be then Here
>> are my two from the onvif software on the lan
>> rtsp://192.168.1.6:554/realmonitor?channel=0&stream=0.sdp
>> rtsp://192.168.1.5:554/realmonitor?channel=0&stream=0.sdp
>>
>>
>> _______________________________________________
>> Motion-user mailing list
>> Motion-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/motion-user
>> https://motion-project.github.io/
>>
>> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
> _______________________________________________
> Motion-user mailing list
> Motion-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user



------------------------------

Message: 4
Date: Thu, 26 Nov 2020 09:12:51 +0000
From: Richard Bown <rich...@g8jvm.com>
To: motion-user@lists.sourceforge.net
Subject: Re: [Motion-user] ONVIF remote netcam
Message-ID: <55914e82-6367-87fd-6478-2c1e37ffd...@g8jvm.com>
Content-Type: text/plain; charset=utf-8; format=flowed

Not sure if this will help

many of the routers have a port forwarding page which just has a 
pulldown list of of games, for online gaming

most will have something in the list of games like "other", when that is 
selected port and destination can usually be selected.

Of course they cater for the stupid uneducated public, so it may no be 
listed as port forwarding, maybe games or something stupid like that.

I'm pretty sure you should find something like that , as I cant see 
Verizon leaving their friends Microsoft out , picture in your mind the 
red? angry emoji

venting steam .

Richard

On 25/11/2020 21:26, fugee ohu wrote:
> The cameras are connected to a router but there are no computers on
> the lan I heard rtsp requires no port forwarding My question is so
> simple What's the wan stream url of the rtsp cameras Is it true or not
> that rtsp requires no port forwarding The router is Verizon and when
> you try to access the setup tables you get a stupid Verizon page that
> has no router setup on it
>
> On Wed, Nov 25, 2020 at 12:42 PM Allan Peda <bizco...@gmail.com> wrote:
>>   I think I know what you want to do.  I intentionally segment the wired 
>> network so it's inaccessible from the wireless network.  For the web 
>> interface I rely on ssh port forwarding, but for rtsp you need a proxy 
>> server, I think because RTSP uses UDP.  http://www.live555.com/proxyServer/ 
>> provides that.
>>
>> The command below will output URLs that you can use for the network you are 
>> using for your shell connection.
>>
>> sudo /usr/local/bin/live555ProxyServer \
>>       -u username "pass" rtsp://192.168.10.124/stream1 \
>>       rtsp://192.168.10.125/stream1 \
>>       rtsp://192.168.10.126/stream1 \
>>       rtsp://192.168.10.127/stream1
>>
>> Created new TCP socket 4 for connection
>> RTSP stream, proxying the stream "rtsp://192.168.0.124/stream1"
>> Play this stream using the URL: rtsp://192.168.23.183/proxyStream-1
>>
>>
>> On Wed, Nov 25, 2020 at 1:46 AM fugee ohu <fugee...@gmail.com> wrote:
>>> I used onvif software to snoop out the rtsp stream url for 2 cameras
>>> on a lan but now I wanna access them from a remote address outside of
>>> the lan or on the wan What should the netcam_url value be then Here
>>> are my two from the onvif software on the lan
>>> rtsp://192.168.1.6:554/realmonitor?channel=0&stream=0.sdp
>>> rtsp://192.168.1.5:554/realmonitor?channel=0&stream=0.sdp
>>>
>>>
>>> _______________________________________________
>>> Motion-user mailing list
>>> Motion-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/motion-user
>>> https://motion-project.github.io/
>>>
>>> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>> _______________________________________________
>> Motion-user mailing list
>> Motion-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/motion-user
>> https://motion-project.github.io/
>>
>> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
> _______________________________________________
> Motion-user mailing list
> Motion-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user

-- 
  Best wishes /73
  Richard Bown
  
  Email : rich...@g8jvm.com

  HTTP  :  http://www.g8jvm.com
  
  ######################################################################

  Ham Call: G8JVM . QRV: 50-432 MHz + Microwave
  Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
  QRV 6mtrs 200W, 4mtrs 150W, 2mtrs 300W, 70cms 200W,
  Microwave 1296MHz 110W, 2320MHz 100W, 5760MHz 10W & 10368MHz 5W
  OS: Linux Mint 20, on a Dell Inspiron 3580 laptop
  ######################################################################




------------------------------



------------------------------

Subject: Digest Footer

_______________________________________________
Motion-user mailing list
Motion-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/motion-user


------------------------------

End of Motion-user Digest, Vol 173, Issue 13
********************************************

Reply via email to