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: motion crashing or stops working (S Andreason)
   2. Re: motion crashing or stops working (MrDave)


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

Message: 1
Date: Sun, 21 Feb 2021 08:30:28 -0800
From: S Andreason <sandrea...@gmail.com>
To: Motion-user <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] motion crashing or stops working
Message-ID: <3d9c57a9-b562-8755-1981-a8d9be60d...@gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed

Which version of Raspberry Pi OS works for you?
I have:

raspios-buster-armhf-full.zip

$ cat /proc/version
Linux version 5.10.11-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 
(Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 
2.34) #1399 SMP Thu Jan 28 12:09:48 GMT 2021

$ ffmpeg -version
ffmpeg version 4.1.6-1~deb10u1+rpt1 Copyright (c) 2000-2020 the FFmpeg 
developers
built with gcc 8 (Raspbian 8.3.0-6+rpi1)
configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' 
--toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf 
--enable-gpl --disable-stripping --enable-avresample 
--disable-filter=resample --enable-avisynth --enable-gnutls 
--enable-ladspa --enable-libaom --enable-libass --enable-libbluray 
--enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 
--enable-libflite --enable-libfontconfig --enable-libfreetype 
--enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack 
--enable-libmp3lame --enable-libmysofa --enable-libopenjpeg 
--enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg 
--enable-librubberband --enable-libshine --enable-libsnappy 
--enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora 
--enable-libtwolame --enable-libvidstab --enable-libvorbis 
--enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 
--enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi 
--enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 
--enable-omx-rpi --enable-mmal --enable-neon --enable-rpi 
--enable-libdc1394 --enable-libdrm --enable-libiec61883 
--enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared 
--libdir=/usr/lib/arm-linux-gnueabihf --cpu=arm1176jzf-s --arch=arm
libavutil????? 56. 22.100 / 56. 22.100
libavcodec???? 58. 35.100 / 58. 35.100
libavformat??? 58. 20.100 / 58. 20.100
libavdevice??? 58.? 5.100 / 58.? 5.100
libavfilter???? 7. 40.101 /? 7. 40.101
libavresample?? 4.? 0.? 0 /? 4.? 0.? 0
libswscale????? 5.? 3.100 /? 5.? 3.100
libswresample?? 3.? 3.100 /? 3.? 3.100
libpostproc??? 55.? 3.100 / 55.? 3.100

If the problem is with ffmpeg, in the log this is the only message I can 
see for ffmpeg that looks like an error or warning, is this relevant to 
the problem:?
[4:nc4:206_Alptop_] [INF] [ENC] [Feb 20 19:21:53] ffmpeg_avcodec_log: 
deprecated pixel format used, make sure you did set range correctly

Would this be a clue? motion does not crash when there is only one 
camera. Or is it only with the Alptop cameras?

Also, this morning motion (daemon=on) crashed after 3 screenshots (3 
minutes). So far just the one time.

Thanks




MrDave wrote:
>
> I've just tested 4.3.2 on a fresh Raspberry Pi OS and it compiled 
> without any warnings or errors.? So, this indicates to me that there 
> is something non standard with your install and my recommendation 
> would be to burn a fresh image and start over. But since that is 
> pretty drastic, it is up to you.
>
> If you want to try to get 4.3.2 to compile, you can add use the 
> --without-mmal flag (e.g. /./configure --without-mmal/ ) .? However, I 
> think it is doubtful that 4.3.2 will resolve the crash reported.? 
> Looking at the log you can note that it is occurring within the ffmpeg 
> libraries.
>
>




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

Message: 2
Date: Sun, 21 Feb 2021 11:39:48 -0700
From: MrDave <motionmrd...@gmail.com>
To: motion-user@lists.sourceforge.net
Subject: Re: [Motion-user] motion crashing or stops working
Message-ID: <1a4dce74-78af-0034-5345-85d9d8f27...@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed

I'd say to use whichever raspios variant you'd like but just make sure 
to download a fresh version.? I used a previously installed and updated 
version as well as the fresh install from 
2021-01-11-raspios-buster-armhf-lite.zip


On 2/21/2021 9:30 AM, S Andreason wrote:
> Which version of Raspberry Pi OS works for you?
> I have:
>
> raspios-buster-armhf-full.zip
>
> $ cat /proc/version
> Linux version 5.10.11-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 
> (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 
> 2.34) #1399 SMP Thu Jan 28 12:09:48 GMT 2021
>
> $ ffmpeg -version
> ffmpeg version 4.1.6-1~deb10u1+rpt1 Copyright (c) 2000-2020 the FFmpeg 
> developers
> built with gcc 8 (Raspbian 8.3.0-6+rpi1)
> configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' 
> --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf 
> --enable-gpl --disable-stripping --enable-avresample 
> --disable-filter=resample --enable-avisynth --enable-gnutls 
> --enable-ladspa --enable-libaom --enable-libass --enable-libbluray 
> --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 
> --enable-libflite --enable-libfontconfig --enable-libfreetype 
> --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack 
> --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg 
> --enable-libopenmpt --enable-libopus --enable-libpulse 
> --enable-librsvg --enable-librubberband --enable-libshine 
> --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh 
> --enable-libtheora --enable-libtwolame --enable-libvidstab 
> --enable-libvorbis --enable-libvpx --enable-libwavpack 
> --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid 
> --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx 
> --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi 
> --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 
> --enable-libdrm --enable-libiec61883 --enable-chromaprint 
> --enable-frei0r --enable-libx264 --enable-shared 
> --libdir=/usr/lib/arm-linux-gnueabihf --cpu=arm1176jzf-s --arch=arm
> libavutil????? 56. 22.100 / 56. 22.100
> libavcodec???? 58. 35.100 / 58. 35.100
> libavformat??? 58. 20.100 / 58. 20.100
> libavdevice??? 58.? 5.100 / 58.? 5.100
> libavfilter???? 7. 40.101 /? 7. 40.101
> libavresample?? 4.? 0.? 0 /? 4.? 0.? 0
> libswscale????? 5.? 3.100 /? 5.? 3.100
> libswresample?? 3.? 3.100 /? 3.? 3.100
> libpostproc??? 55.? 3.100 / 55.? 3.100
>
> If the problem is with ffmpeg, in the log this is the only message I 
> can see for ffmpeg that looks like an error or warning, is this 
> relevant to the problem:?
> [4:nc4:206_Alptop_] [INF] [ENC] [Feb 20 19:21:53] ffmpeg_avcodec_log: 
> deprecated pixel format used, make sure you did set range correctly
>
> Would this be a clue? motion does not crash when there is only one 
> camera. Or is it only with the Alptop cameras?
>
> Also, this morning motion (daemon=on) crashed after 3 screenshots (3 
> minutes). So far just the one time.
>
> Thanks
>
>
>
>
> MrDave wrote:
>>
>> I've just tested 4.3.2 on a fresh Raspberry Pi OS and it compiled 
>> without any warnings or errors.? So, this indicates to me that there 
>> is something non standard with your install and my recommendation 
>> would be to burn a fresh image and start over. But since that is 
>> pretty drastic, it is up to you.
>>
>> If you want to try to get 4.3.2 to compile, you can add use the 
>> --without-mmal flag (e.g. /./configure --without-mmal/ ) . However, I 
>> think it is doubtful that 4.3.2 will resolve the crash reported.? 
>> Looking at the log you can note that it is occurring within the 
>> ffmpeg libraries.
>>
>>
>
>
>
> _______________________________________________
> 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 176, Issue 32
********************************************

Reply via email to