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: Two cameras showing 3 windows (Wesley Toma-Lee)
   2. Where is it defined that with motion detection make an image
      and a video? (Miel Loinaz)
   3. Re: Where is it defined that with motion detection make an
      image and a video? (genius3000)
   4. Re: Two cameras showing 3 windows (genius3000)


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

Message: 1
Date: Wed, 4 Apr 2018 08:59:43 -0400
From: Wesley Toma-Lee <wesley.r.t...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Two cameras showing 3 windows
Message-ID:
        <CAJ3vAV0d0h=dS_rCuwn1O+eh-Q=zngj3mldsjrur36kjq41...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

So, when I installed Motion, I did it through Apt get install. For some
reason, that is only installing 4.0. Is there a way to force it to install
4.1.1?

I was concerned with port forwarding the individual cameras. Even though I
am putting in a username and password, it's not asking for one, when I
connect to those ports. I don't want my whole house on view for anyone who
stumbles upon my IP.

On Wed, Apr 4, 2018 at 4:15 AM, genius3000 <genius3000+motion@g3k.solutions>
wrote:

> (accidently replied directly to Wesley, re-sending this to the list)
>
> Your first issue sounds like the issue I fixed after version 4.0.1 (it's
> included in the 4.1 and 4.1.1 releases). It quite literally is just showing
> the first camera twice.
> As to your second issue, do you have each camera's "stream_port" port
> forwarded/allowed as well? The main WebUI doesn't pull in each stream and
> re-stream it, you need to be able to connect to each stream individually
> yet.
>
> </genius3000>
>
> On 2018-04-03 03:44 PM, Wesley Toma-Lee wrote:
>
> Hello everyone,
>
> I'm very new to using Motion, and I have two possible noob questions.
>
> First, I have two USB cameras set up so far as a test, and they are
> running on a Raspberry Pi 3. However, when I look at my web GUI, one of the
> cameras has two windows showing and the other only has one. The duplicate
> videos link to the same port (8081). Why is this. I assumed the first
> window was maybe for rotating through the cameras, but it doesn't rotate
> through them. Can I get rid of one of those duplicates, or get it to rotate?
>
> Second. When I try to view my cameras using the external IP address, I can
> get to the page, but instead of showing the video feeds, I get three broken
> image link icons. I can view them when I VPN into my home network and pull
> up my internal IP but never my external. I do have the port forwarded. Am I
> missing some permission somewhere?
>
> Thank you for all your help.
> Wes
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>
>
>
> _______________________________________________
> Motion-user mailing 
> listMotion-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/motion-userhttps://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> 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: Thu, 5 Apr 2018 06:02:10 +0200
From: Miel Loinaz <mloina...@gmail.com>
To: motion-user@lists.sourceforge.net
Subject: [Motion-user] Where is it defined that with motion detection
        make an image and a video?
Message-ID:
        <camm2vgva8jyy+cqkf3ine1u1gsdawpq4f6euu84kayqrxs0...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello,
I am a novice, I do not understand very well motion.conf

I'm trying my Raspberry with picamera and Motion. When it detects motion,
it creates a .jpg image and a .avi video

- the pattern of the file name jpg takes it from "camera1.conf"
picture_filename CAM1_% v-% Y% m% d% H% M% S-% q

- the pattern of the name of the avi file is taken from "motion.conf"
movie_filename video_% v-% Y% m% d% H% M% S

Nothing similar to "on_event_start" or "on_motion_detected" etc. is defined
in the configuration.
My question is: where is it defined that with motion detection make an
image and a video?
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 3
Date: Wed, 4 Apr 2018 23:09:48 -0600
From: genius3000 <genius3000+motion@g3k.solutions>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Where is it defined that with motion
        detection make an image and a video?
Message-ID: <47388875-c554-4656-8876-b096ae7292bd.maildroid@localhost>
Content-Type: text/plain; charset="utf-8"

It sounds like you're wanting to disable image and video creation. You'll want 
"output_pictures" and "ffmpeg_output_movies". See the following for more 
reference
https://motion-project.github.io/motion_config.html#output_pictures
https://motion-project.github.io/motion_config.html#ffmpeg_output_movies



-----Original Message-----
From: Miel Loinaz <mloina...@gmail.com>
To: motion-user@lists.sourceforge.net
Sent: Wed, 04 Apr 2018 10:02 PM
Subject: [Motion-user] Where is it defined that with motion detection make an 
image and a video?

Hello,
I am a novice, I do not understand very well motion.conf

I'm trying my Raspberry with picamera and Motion. When it detects motion,
it creates a .jpg image and a .avi video

- the pattern of the file name jpg takes it from "camera1.conf"
picture_filename CAM1_% v-% Y% m% d% H% M% S-% q

- the pattern of the name of the avi file is taken from "motion.conf"
movie_filename video_% v-% Y% m% d% H% M% S

Nothing similar to "on_event_start" or "on_motion_detected" etc. is defined
in the configuration.
My question is: where is it defined that with motion detection make an
image and a video?
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 4
Date: Wed, 4 Apr 2018 23:21:24 -0600
From: genius3000 <genius3000+motion@g3k.solutions>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Two cameras showing 3 windows
Message-ID: <1b87814d-5d73-439e-8847-38dd5cd116ff.maildroid@localhost>
Content-Type: text/plain; charset="utf-8"

Unfortunately apt often doesn't provide the most up to date version of things. 
If you want, Mr-Dave builds release packages for common distros and systems. 
Have a look at the second section: 
https://motion-project.github.io/motion_build.html
As for the port forwarding/external access, my personal recommendation is to 
not open motion to the external world at all; use the VPN. This is what I do, 
though it does limit some viewing possibilities. Are you using the 
"stream_auth_method", "stream_authentication", and
 "webcontrol_authentication" config options? Definitely want those if you open 
up motion to the outside.


-----Original Message-----
From: Wesley Toma-Lee <wesley.r.t...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Sent: Wed, 04 Apr 2018 7:00 AM
Subject: Re: [Motion-user] Two cameras showing 3 windows

So, when I installed Motion, I did it through Apt get install. For some
reason, that is only installing 4.0. Is there a way to force it to install
4.1.1?

I was concerned with port forwarding the individual cameras. Even though I
am putting in a username and password, it's not asking for one, when I
connect to those ports. I don't want my whole house on view for anyone who
stumbles upon my IP.

On Wed, Apr 4, 2018 at 4:15 AM, genius3000 <genius3000+motion@g3k.solutions>
wrote:

> (accidently replied directly to Wesley, re-sending this to the list)
>
> Your first issue sounds like the issue I fixed after version 4.0.1 (it's
> included in the 4.1 and 4.1.1 releases). It quite literally is just showing
> the first camera twice.
> As to your second issue, do you have each camera's "stream_port" port
> forwarded/allowed as well? The main WebUI doesn't pull in each stream and
> re-stream it, you need to be able to connect to each stream individually
> yet.
>
> </genius3000>
>
> On 2018-04-03 03:44 PM, Wesley Toma-Lee wrote:
>
> Hello everyone,
>
> I'm very new to using Motion, and I have two possible noob questions.
>
> First, I have two USB cameras set up so far as a test, and they are
> running on a Raspberry Pi 3. However, when I look at my web GUI, one of the
> cameras has two windows showing and the other only has one. The duplicate
> videos link to the same port (8081). Why is this. I assumed the first
> window was maybe for rotating through the cameras, but it doesn't rotate
> through them. Can I get rid of one of those duplicates, or get it to rotate?
>
> Second. When I try to view my cameras using the external IP address, I can
> get to the page, but instead of showing the video feeds, I get three broken
> image link icons. I can view them when I VPN into my home network and pull
> up my internal IP but never my external. I do have the port forwarded. Am I
> missing some permission somewhere?
>
> Thank you for all your help.
> Wes
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>
>
>
> _______________________________________________
> Motion-user mailing 
> listMotion-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/motion-userhttps://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> 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...

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

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

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

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 142, Issue 4
*******************************************

Reply via email to