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: Newbie - Request help for installation Motion (Jack Christensen) 2. Re: Newbie - Request help for installation Motion (Rick MacLean) ---------------------------------------------------------------------- Message: 1 Date: Tue, 7 Jun 2022 19:30:26 -0400 From: Jack Christensen <christensen.jac...@gmail.com> To: motion-user@lists.sourceforge.net Subject: Re: [Motion-user] Newbie - Request help for installation Motion Message-ID: <071c5f49-bc6e-5827-cc71-4e731d914...@gmail.com> Content-Type: text/plain; charset="utf-8"; Format="flowed" Motion does not itself have a way to send email, but can execute user-written scripts when various events occur. See https://motion-project.github.io/motion_config.html#OptDetail_Scripts On 6/7/22 18:08, athanatos--- via Motion-user wrote: > P.S. is there a way to send notification via e-mail when app detect > motion? > > > Bye > Luca > > Il 6 Giu 2022 23:29, David Powell <da...@depowell.com> ha scritto: > > Sorry, but that YouTube channel belongs to the much more capable > Mr. Dave, not me. ? > > I am not familiar with your cameras, and unfortunately there are > few standards for the streaming URLs. At first look, however,? it > seems that you may be missing a question mark (?) In your URL. Try > putting it just before the word */user/*. > > Hope that helps! > David > > On June 6, 2022 3:27:58 PM athana...@libero.it wrote: > > Hi David, > > thank you for your help and sorry for the delay. I have > followed your advice and your (?) channel on Youtube > > https://www.youtube.com/channel/UCZpOjUMnc-uO3qIyZAD_4lg/ > > I think it would be a good idea to put the link on the Motion > page, because video are really good. > > > Now I have a trouble: I have acquired three IP Camera (Model > A8B, 3MP, Wifi, iCSee). With VLC I can reach one of the camera > with this code and with my laptop (OS Ubuntu, see attached photo) > > rtsp://192.168.1.xy:554 (but there is a request of username > and password, I have both) > > When I try to connect camera with Motion (from Terminal) I > have some trouble. > > > If i write code in Motion from your video (port 554) > > ffplay rtsp://192.168.1.xy:554/streaming/channels/2 > > I can't connect to my CAM and I read this error > > [rtsp @ 0xa9000740] method DESCRIBE failed: 401 Unauthorizedf=0/0 > rtsp://192.168.1.xy:554/streaming/channels/2: Server returned > 401 Unauthorized (authorization failed) > > > If i write code in Motion from your video (port 8899) > > ffplay rtsp://192.168.1.xy:8899/streaming/channels/2 > > I can't connect to my CAM and I read this error > > rtsp://192.168.1.xy:8899/streaming/channels/2: Invalid data > found when processing input > > > So, I have searched how to connect my specific CAM > (https://www.ispyconnect.com/camera/icsee) > <https://www.ispyconnect.com/camera/icsee%29>. If I write code > in Motion from this site (port 554) > > ffplay > rtsp://192.168.1.xy:554/user=***&password=***&channel=0&stream=1.sdp > > I can't connect to my CAM and I read this error > > [rtsp @ 0xa9a00740] method DESCRIBE failed: 401 Unauthorizedf=0/0 > rtsp://192.168.1.xy:554/user=***: Server returned 401 > Unauthorized (authorization failed) > > > If I write this code in Motion (port 8899) > > ffplay > rtsp://192.168.1.xy:8899/user=***&password=***&channel=1&stream=0.sdp > > I read this error > > rtsp://192.168.1.xy:8899/user=***: Invalid data found when > processing input > > > Can you help me? I don't understand how to connect my CAM. > > > > Sorry for the request > > and > > thank you for your help. > > > Best regards > > Luca > > Il 04/06/2022 03:17 David Powell <da...@depowell.com> ha > scritto: > > > Ciao, Luca. > > Try running it from the command prompt. Just open a > terminal window (ctl-alt-t should do it, or select > /Terminal/ from the menu bar) and type in *motion -d*.? > The window should stay open and let you see what happened. > > You can see all of the command line options at > > > https://motion-project.github.io/motion_config.html#commandlineoptions > > HTH, > David > > > On 6/3/22 10:30 AM, athanatos--- via Motion-user wrote: > > Hi, > > my name is Luca. I write because I want to install > Motion on ubuntu (18.04, on a laptop) but I'm a > Windows user (so, I'm newbie). > > I have read guide > (https://motion-project.github.io/motion_build.html), > installed from apt but I don't understand how to work > now: I have tried to configure script > (https://motion-project.github.io/motion_download.html) > <https://motion-project.github.io/motion_download.html%29> > but when I mark file an executable and I run the > windows (terminal) remain open for few seconds. > > Can you help me? > > > > Sorry for my english, > > > > Best regards > > Luca > > > > _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 2 Date: Tue, 7 Jun 2022 20:59:24 -0400 From: Rick MacLean <rhmacl...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Newbie - Request help for installation Motion Message-ID: <CAOdXXp3EXTeh4eZsO1oAaUouQ=gkv4aykbmkc8wzg9safsg...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Any way I can get out of this mailing list, y'all? cheers Rick On Tue, Jun 7, 2022 at 6:24 PM athanatos--- via Motion-user < motion-user@lists.sourceforge.net> wrote: > P.S. is there a way to send notification via e-mail when app detect motion? > > > Bye > Luca > > Il 6 Giu 2022 23:29, David Powell <da...@depowell.com> ha scritto: > > Sorry, but that YouTube channel belongs to the much more capable Mr. Dave, > not me. ? > > I am not familiar with your cameras, and unfortunately there are few > standards for the streaming URLs. At first look, however, it seems that > you may be missing a question mark (?) In your URL. Try putting it just > before the word *user*. > > Hope that helps! > David > > On June 6, 2022 3:27:58 PM athana...@libero.it wrote: > > Hi David, > > thank you for your help and sorry for the delay. I have followed your > advice and your (?) channel on Youtube > > https://www.youtube.com/channel/UCZpOjUMnc-uO3qIyZAD_4lg/ > > I think it would be a good idea to put the link on the Motion page, > because video are really good. > > > Now I have a trouble: I have acquired three IP Camera (Model A8B, 3MP, > Wifi, iCSee). With VLC I can reach one of the camera with this code and > with my laptop (OS Ubuntu, see attached photo) > > rtsp://192.168.1.xy:554 (but there is a request of username and password, > I have both) > > When I try to connect camera with Motion (from Terminal) I have some > trouble. > > > If i write code in Motion from your video (port 554) > > ffplay rtsp://192.168.1.xy:554/streaming/channels/2 > > I can't connect to my CAM and I read this error > > [rtsp @ 0xa9000740] method DESCRIBE failed: 401 Unauthorizedf=0/0 > rtsp://192.168.1.xy:554/streaming/channels/2: Server returned 401 > Unauthorized (authorization failed) > > > If i write code in Motion from your video (port 8899) > > ffplay rtsp://192.168.1.xy:8899/streaming/channels/2 > > I can't connect to my CAM and I read this error > > rtsp://192.168.1.xy:8899/streaming/channels/2: Invalid data found when > processing input > > > So, I have searched how to connect my specific CAM ( > https://www.ispyconnect.com/camera/icsee). If I write code in Motion from > this site (port 554) > > ffplay rtsp://192.168.1.xy:554/user=***&password=***&channel=0&stream=1.sdp > > I can't connect to my CAM and I read this error > > [rtsp @ 0xa9a00740] method DESCRIBE failed: 401 Unauthorizedf=0/0 > rtsp://192.168.1.xy:554/user=***: Server returned 401 Unauthorized > (authorization failed) > > > If I write this code in Motion (port 8899) > > ffplay > rtsp://192.168.1.xy:8899/user=***&password=***&channel=1&stream=0.sdp > > I read this error > > rtsp://192.168.1.xy:8899/user=***: Invalid data found when processing input > > > Can you help me? I don't understand how to connect my CAM. > > > > Sorry for the request > > and > > thank you for your help. > > > Best regards > > Luca > > Il 04/06/2022 03:17 David Powell <da...@depowell.com> ha scritto: > > > Ciao, Luca. > > Try running it from the command prompt. Just open a terminal window > (ctl-alt-t should do it, or select *Terminal* from the menu bar) and type > in *motion -d*. The window should stay open and let you see what > happened. > > You can see all of the command line options at > > https://motion-project.github.io/motion_config.html#commandlineoptions > HTH, > David > > > On 6/3/22 10:30 AM, athanatos--- via Motion-user wrote: > > Hi, > > my name is Luca. I write because I want to install Motion on ubuntu > (18.04, on a laptop) but I'm a Windows user (so, I'm newbie). > > I have read guide (https://motion-project.github.io/motion_build.html), > installed from apt but I don't understand how to work now: I have tried to > configure script (https://motion-project.github.io/motion_download.html) > but when I mark file an executable and I run the windows (terminal) remain > open for few seconds. > > Can you help me? > > > > Sorry for my english, > > > > Best regards > > Luca > > > > _______________________________________________ > 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 > > _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ ------------------------------ 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 192, Issue 6 *******************************************