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. H264 in Slackware.. (JB)
   2. Re: firefox does not load >6 "img src' from motion default
      page (rmbusy)
   3. Re: firefox does not load >6 "img src' from motion default
      page (mar...@savcom.co.uk)
   4. Re: firefox does not load >6 "img src' from motion default
      page (rmbusy)


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

Message: 1
Date: Mon, 15 Jun 2020 09:42:39 -0500
From: JB <yona...@riseup.net>
To: motion-user@lists.sourceforge.net
Subject: [Motion-user] H264 in Slackware..
Message-ID: <20200615094239.6c806baf@ACAB.TOSIAR>
Content-Type: text/plain; charset=US-ASCII


  Hi gang,

  Okay, I've been trying to use the h264 stream in my Axis cameras but Slackware
  doesn't have an obvious 'H264' for Motion to see, I guess.

  Slackware has 'x264' ("x264 is a free library for encoding H264/AVC video
  streams.").

  If I want to use h264 to make the video files a little smaller (and still keep
  the clarity, frame speed, mp4 instead of avi, etc), should I build Motion
  during the 'config' like this?:

./configure --with-ffmpeg=/usr/lib64 --with-x264=/usr/lib64

  Will this make Motion at least be able to use the h264 to make the files at
  the least (I don't have a clue how I can make the actual camera themselves see
  that I have an equivalent H264 installed on my system)?

  Thanks for any ideas with this. It's not really 'important', but would just be
  nice since it would really help me out as all I have are small hdd's (124GB)
  and sometimes the videos can be 300+MB in size as avi's, so I was hoping maybe
  as mp4's I can have just as good videos of smaller file size.

        JB



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

Message: 2
Date: Mon, 15 Jun 2020 09:01:59 -0700
From: rmbusy <rmbusy+mot...@gmail.com>
To: motion-user@lists.sourceforge.net
Subject: Re: [Motion-user] firefox does not load >6 "img src' from
        motion default page
Message-ID: <a2fbac19-4879-5c41-4718-a62a7894a...@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed

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




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

Message: 3
Date: Mon, 15 Jun 2020 17:30:16 +0100
From: <mar...@savcom.co.uk>
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: <013b01d64332$40bde1a0$c239a4e0$@savcom.co.uk>
Content-Type: text/plain;       charset="us-ascii"

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




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

Message: 4
Date: Mon, 15 Jun 2020 10:05:32 -0700
From: rmbusy <rmbusy+mot...@gmail.com>
To: motion-user@lists.sourceforge.net
Subject: Re: [Motion-user] firefox does not load >6 "img src' from
        motion default page
Message-ID: <5d4e8a1a-3b2e-1c81-f783-4fcffd164...@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed

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




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



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

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 40
********************************************

Reply via email to