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 (David Powell) 2. Re: Newbie - Request help for installation Motion (Rick MacLean) ---------------------------------------------------------------------- Message: 1 Date: Mon, 06 Jun 2022 16:29:59 -0500 From: David Powell <da...@depowell.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Newbie - Request help for installation Motion Message-ID: <1813aecafd8.279e.ce3d8395e0ae66063e5e142696dac...@depowell.com> Content-Type: text/plain; charset="utf-8"; Format="flowed" 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 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: Mon, 6 Jun 2022 21:15:01 -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: <CAOdXXp0tV=3yqcdwksvdxxuxiggo6dperfx6_vvdtp7e2zy...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Hmmm, seems I got stuck in the middle of an email stream somehow!!! [image: Laughing Face.gif] cheers Rick On Mon, Jun 6, 2022 at 5:33 PM David Powell <da...@depowell.com> wrote: > 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... -------------- next part -------------- A non-text attachment was scrubbed... Name: Laughing Face.gif Type: image/gif Size: 573 bytes Desc: not available ------------------------------ ------------------------------ 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 3 *******************************************