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. Log messages (Jacques Lavignotte) 2. Re: firefox does not load >6 "img src' from motion default page (folkert) 3. Re: firefox does not load >6 "img src' from motion default page (tosiara) 4. Re: Log messages (tosiara) ---------------------------------------------------------------------- Message: 1 Date: Mon, 15 Jun 2020 20:29:46 +0200 From: Jacques Lavignotte <jacq...@lavignotte.org> To: motion-user@lists.sourceforge.net Subject: [Motion-user] Log messages Message-ID: <1d28dd19-9d92-4a0a-13e2-77588c4ec...@lavignotte.org> Content-Type: text/plain; charset=utf-8; format=flowed Hi, Motion is running on a RaspBerry 4. I use 2 not-so-old Android smartphones as IP Cameras, running IP Webcam by Pavel Khlebovitch In the log I get a lot of : [2:ml2:Wiko] [WRN] [NET] [Jun 15 20:13:35] netcam_init_jpeg: no new pic, no signal rcvd [2:ml2:Wiko] [INF] [NET] [Jun 15 20:13:35] netcam_proc_jpeg: ret 6 [1:ml1:Vernee] [WRN] [NET] [Jun 15 20:13:36] netcam_init_jpeg: no new pic, no signal rcvd [1:ml1:Vernee] [INF] [NET] [Jun 15 20:13:36] netcam_proc_jpeg: ret 6 Capture works well. Is there any parameter I may change ? Thanks, Jacques -- GnuPg : 156520BBC8F5B1E3 Because privacy matters. ? Quand est-ce qu'on mange ? ? AD (c) (tm) ------------------------------ Message: 2 Date: Tue, 16 Jun 2020 08:57:53 +0200 From: folkert <folk...@vanheusden.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] firefox does not load >6 "img src' from motion default page Message-ID: <20200616065753.gm22...@belle.intranet.vanheusden.com> Content-Type: text/plain; charset=iso-8859-1 The solution seems to be to implement HTTP/2 in motion. On Mon, Jun 15, 2020 at 12:16:43AM -0700, rmbusy wrote: > That is really not an acceptable solution.? Not everyone uses a browser that > can be modified in that way.? I use several different browsers, on multiple > different devices, and not all have the option to make changes like > adjusting the max persistent connections. > > I've ended up regressing to version 4.1.1 to get around the issue, and now > I'm looking into Zoneminder (it seems to use more CPU, and I'm pushing the > limits of the current machine now with Motion). > > Is there some reason this limitation was added starting with Motion 4.2? > > > -- > Rob. > > > > On 6/14/20 11:07 AM, tosiara wrote: > > Adjust your Firefox setting in about:config > > > > network.http.max-persistent-connections-per-server > > > > On Sun, Jun 14, 2020 at 8:10 PM csspcmotion > > <mot...@curtissystemssoftware.com> wrote: > > > i adding a few more cameras ... now firefox (ver 77.0) when browsing > > > default > > > > > > page at localhost:/8080 does not load more than 6 camera streams > > > > > > in motion ... what adjustments can be made to overcome this issue > > > > > > > > > > > > _______________________________________________ > > > 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 Folkert van Heusden -- www.vanheusden.com/multitail - win een vlaai van multivlaai! zorg ervoor dat multitail opgenomen wordt in Fedora Core, AIX, Solaris of HP/UX en win een vlaai naar keuze ---------------------------------------------------------------------- Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com ------------------------------ Message: 3 Date: Tue, 16 Jun 2020 10:07:12 +0300 From: tosiara <tosi...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] firefox does not load >6 "img src' from motion default page Message-ID: <CACHTdwT4z0zpGgXJf4duYVUKXA8DpKP+3=yqTi+1x==zq1c...@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" Exactly, since you are using different ports you can use unlimited stream count on the same page in Firefox But if you host everything on port 8081 and use IMG tag as <img src="http://motion:8081/1/stream"> Firefox will load only the default number of pictures - 6. No matter if you use 4.1.1 or latest 4.3.1 or ancient 3.12 On Mon, Jun 15, 2020 at 9:25 PM <mar...@savcom.co.uk> wrote: > > If I do a netstat for the summary page <server_ip>:8180 when it's displayed > on Firefox I get the following: > > TCP <client_ip>:59434 <server_ip>:8182 ESTABLISHED > TCP <client_ip>:59435 <server_ip>:8187 ESTABLISHED > TCP <client_ip>:59436 <server_ip>:8181 ESTABLISHED > TCP <client_ip>:59437 <server_ip>:8183 ESTABLISHED > TCP <client_ip>:59438 <server_ip>:8184 ESTABLISHED > TCP <client_ip>:59439 <server_ip>:8185 ESTABLISHED > TCP <client_ip>:59440 <server_ip>:8186 ESTABLISHED > TCP <client_ip>:59441 <server_ip>:8188 ESTABLISHED > TCP <client_ip>:59442 <server_ip>:8189 ESTABLISHED > > > > -----Original Message----- > From: rmbusy <rmbusy+mot...@gmail.com> > Sent: 15 June 2020 18:06 > To: motion-user@lists.sourceforge.net > Subject: Re: [Motion-user] firefox does not load >6 "img src' from motion > default page > > I haven't tried opening more than 6 cameras in individual streams, which > sounds like you're doing, then displaying all of them on a single page. I've > found the system resources on the motion capture machine pegs at max when I > have more than a few streams open, so I just use the summary page, then open > individual streams from there if there's something interesting to look at. > Usually I use that page just to make sure all the cameras are still up (I > need to reset something almost every other day). > > PerhapsMotion 4.2 and lateradopted the model you have in 4.0, and that's why > I can't see more than 6 cameras on that page. I thought I read somewhere in > the release notes they changed the web server source to something different > in 4.2, and figured that's what broke it. > > > - > Rob. > > > On 6/15/20 9:30 AM, mar...@savcom.co.uk wrote: > > I wasn't aware of this issue (mind you: I am only running motion 4.0 - > > and all nine of my cameras display correctly on <ipaddr>:8180 using > > Firefox > > 77.0.1) > > > > At the moment I use a simple web page that runs on my server to > > display all my cameras on a summary page that is currently showing the > > nine camera feeds simultaneously. The page is built up of a sequence of > > CSS 'flex-containers' > > each containing the following structure: > > > > <div class="gallery"> > > <div class="desc">Camera Three - Alleyway</div> > > <a href="Camera3.html"><img src="http://<ipaddr>:8183/" > > alt="Camera Three"></a> </div> > > > > The link to Camera3.html allows you to click on the image of a > > camera's output and be taken direct to that camera feed. HTML for > > this page is just a top-and-tail of this: > > > > <div class="selected"> > > <div class="desc">Camera Three - Alleyway</div> > > <a href="index.html"><img src="http://<ipaddr>:8183" alt="Camera > > Three"></a> </div> > > > > The structure is therefore very similar to that of the consolidated / > > summary page referred to below (http://<IP>:8180). Am I likely to run > > into this issue if I upgrade to 4.2 if it's claimed this is a Browser > > limitation? > > > > Martin > > > > > > -----Original Message----- > > From: rmbusy <rmbusy+mot...@gmail.com> > > Sent: 15 June 2020 17:02 > > To: motion-user@lists.sourceforge.net > > Subject: Re: [Motion-user] firefox does not load >6 "img src' from > > motion default page > > > > The issue is not with the individual streams, it's with the > > consolidated / summary page that shows all cameras as pseudo thumbnails > > (http://<IP>:8180). > > > > > > -- > > Rob. > > > > > > > > On 6/15/20 1:45 AM, tosiara wrote: > >> Motion has no limitation, it is that your browser prevents making > >> more than 6 simultaneous connections to the same server If you run > >> all motion streams on different ports - it will only count as 1 > >> connection per server and port. If all your streams reside on the > >> same port, like motion:8081/1/stream and motion:8081/2/stream - the > >> browser will start count them > >> > >> On Mon, Jun 15, 2020 at 10:17 AM rmbusy <rmbusy+mot...@gmail.com> wrote: > >>> That is really not an acceptable solution. Not everyone uses a > >>> browser that can be modified in that way. I use several different > >>> browsers, on multiple different devices, and not all have the option > >>> to make changes like adjusting the max persistent connections. > >>> > >>> I've ended up regressing to version 4.1.1 to get around the issue, > >>> and now I'm looking into Zoneminder (it seems to use more CPU, and > >>> I'm pushing the limits of the current machine now with Motion). > >>> > >>> Is there some reason this limitation was added starting with Motion 4.2? > >>> > >>> > >>> -- > >>> Rob. > >>> > >>> > >>> > >>> On 6/14/20 11:07 AM, tosiara wrote: > >>>> Adjust your Firefox setting in about:config > >>>> > >>>> network.http.max-persistent-connections-per-server > >>>> > >>>> On Sun, Jun 14, 2020 at 8:10 PM csspcmotion > >>>> <mot...@curtissystemssoftware.com> wrote: > >>>>> i adding a few more cameras ... now firefox (ver 77.0) when > >>>>> browsing default > >>>>> > >>>>> page at localhost:/8080 does not load more than 6 camera streams > >>>>> > >>>>> in motion ... what adjustments can be made to overcome this issue > >>>>> > >>>>> > >>>>> > >>>>> _______________________________________________ > >>>>> 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 > >> _______________________________________________ > >> 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 > > > > _______________________________________________ > 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: Tue, 16 Jun 2020 10:08:21 +0300 From: tosiara <tosi...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Log messages Message-ID: <cachtdwryrkpifuwjfdsjf7r5iiccr89yx1kf0ddwhfvo-om...@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" Which motion version are you using and how did you define netcam_url? On Mon, Jun 15, 2020 at 9:30 PM Jacques Lavignotte <jacq...@lavignotte.org> wrote: > > Hi, > > Motion is running on a RaspBerry 4. > > I use 2 not-so-old Android smartphones as IP Cameras, running IP Webcam > by Pavel Khlebovitch > > In the log I get a lot of : > > [2:ml2:Wiko] [WRN] [NET] [Jun 15 20:13:35] netcam_init_jpeg: no new pic, > no signal rcvd > [2:ml2:Wiko] [INF] [NET] [Jun 15 20:13:35] netcam_proc_jpeg: ret 6 > [1:ml1:Vernee] [WRN] [NET] [Jun 15 20:13:36] netcam_init_jpeg: no new > pic, no signal rcvd > [1:ml1:Vernee] [INF] [NET] [Jun 15 20:13:36] netcam_proc_jpeg: ret 6 > > Capture works well. > > Is there any parameter I may change ? > > Thanks, Jacques > > -- > GnuPg : 156520BBC8F5B1E3 Because privacy matters. > ? Quand est-ce qu'on mange ? ? AD (c) (tm) > > > _______________________________________________ > 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 ------------------------------ ------------------------------ 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 168, Issue 43 ********************************************