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: Problems with getting chromium-browser to show first image (Brian) 2. Re: Newbie - Request help for installation Motion (athana...@libero.it) ---------------------------------------------------------------------- Message: 1 Date: Tue, 7 Jun 2022 21:37:48 +0200 From: "Brian" <brian_dorl...@t-online.de> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Problems with getting chromium-browser to show first image Message-ID: <96371674-5562-f5a1-1eb7-3e6a035d48fd@192.168.96.249> Content-Type: text/plain; charset=UTF-8; format=flowed On 6/7/2022 9:14 PM, Brian wrote: > Going off at a tangent. I made the mistake during installation of > creating a user "Rudi" instead of PI. > > Is there a simple way of going back to PI? > > Cheers Brian > The reason I asked was this: NU nano 5.4 /etc/xdg/lxsession/LXDE-pi/autostart ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? @lxpanel --profile LXDE-pi ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? @pcmanfm --desktop --profile LXDE-pi ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? @xscreensaver -no-splash In Bullseye using the default system autostart file, then a profile dir of LXDE-pi is assumed to exist, which it does, but no LXDE-rudi. So will autostart work ? I'll be trying it again this evening. Cheers Brian > > > On 6/6/2022 2:52 AM, Barry Martin wrote: >> >> >> Brian: >> >> >>> @chromium-browser http://192.168.96.41:8081/0/stream --no-sandbox >>> --start-fullscreen --kiosk --incognito --noerrdialogs --no-first-run >>> --disk-cache-dir=/dev/null http://localhost:8080 >> >> Almost seems like you're calling two IPs: 192.168.96.41 (plus port) >> and localhost (probably 127.0.0.1).? Maybe just try "chromium-browser >> http://192.168.96.41:8081/0/stream" (without the quote marks).? Also >> thinking you may not need the '/stream' part. >> >> >> Here I'm using: >> >> http://192.168.4.220:8081/101 >> >> http://192.168.4.219:8082 >> >> http://192.168.4.221:8081/1 >> >> to view my three cameras (one USB camera per RPi 4) -- yeah - nothing >> like inconstancy!<g> >> >> ??? 220 config:??? camera_id 101??? ??? stream_port 8081 >> >> ??? 219 config:??? camera_id 102 ??? ??? stream_port 8082 (no idea >> why it doesn't want '102') >> >> ??? 221 config:??? camera_id 1??? ??? ??? stream_port 8081 >> >> Good luck! >> >> Barry >> >> >> >> >> _______________________________________________ >> 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 -- Diese E-Mail wurde von Avast Antivirus-Software auf Viren gepr?ft. https://www.avast.com/antivirus ------------------------------ Message: 2 Date: Tue, 7 Jun 2022 21:41:53 +0200 (CEST) From: athana...@libero.it To: Motion discussion list <motion-user@lists.sourceforge.net>, David Powell <da...@depowell.com> Subject: Re: [Motion-user] Newbie - Request help for installation Motion Message-ID: <1887121946.1412129.1654630913...@mail1.libero.it> Content-Type: text/plain; charset="utf-8" Ciao David and cheers Rick :) Thank you for your help. I have searched again and I retrieve correct URL for cheap chinese camera (iCsee - A8B) ffplay rtsp://admin:****@192.168.1.xy:554/user=admin&password=****&channel=0&stream=1.sdp? I will try to continue with Mr. Dave's tutorial. Best regards Luca > Il 06/06/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 > > > > list Motion-user@lists.sourceforge.net > > > > <mailto: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... ------------------------------ ------------------------------ 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 4 *******************************************