Send Motion-user mailing list submissions to
[email protected]
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
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."
Today's Topics:
1. Re: Repurposing Android phones as cameras (jmb)
2. Re: Repurposing Android phones as cameras (tosiara)
----------------------------------------------------------------------
Message: 1
Date: Thu, 25 Dec 2025 09:13:46 -0500
From: jmb <[email protected]>
To: tosiara <[email protected]>
Cc: [email protected]
Subject: Re: [Motion-user] Repurposing Android phones as cameras
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8; format=flowed
Hello Tosiara,
Thank you again for looking into this and your assistance to dig
deeper!??I think all the relevant information that you might need is
shown below.? I have provided information from /etc/hosts;
/etc/motion.conf; /etc/motion/conf.d/camera*.conf; etc.? Let me know if
you need anything else.? Note: beside just the difference in the final
IP address (230 v/s 236) everything else is identical in the motion
server for the Android that the motion panel is not streaming (@230)
from; versus the one (@236) that it is able to.??All output below is
from the server (@100) running motion.? I don't think I have overlooked
or mis-configured something.
# IP ADDRESSES:
grep 230 /etc/hosts
? ? 192.168.1.230? ?LG-230? ? ? ? # This Android does not stream in the
motion panel
grep 236 /etc/hosts
? ? 192.168.1.236? ?MotoE2? ? ? ? # This Android does stream in the
motion panel
# MOTION conf file:
grep stream_port /etc/motion/motion.conf
? ? stream_port 8081
grep camera_dir /etc/motion/motion.conf
? ? camera_dir /etc/motion/conf.d
# CAMERA conf files:
# conf file for Android that streams in ffplay NOT motion:
grep 230 /etc/motion/conf.d/*.conf
? ? /etc/motion/conf.d/camera3.conf:camera_name LG-230
? ? /etc/motion/conf.d/camera3.conf:camera_id 230
? ? /etc/motion/conf.d/camera3.conf:netcam_url
http://192.168.1.230:8080/video
# conf file for Android that streams in ffplay AND motion:
grep 236 /etc/motion/conf.d/*.conf
? ? /etc/motion/conf.d/camera4.conf:camera_id 236
? ? /etc/motion/conf.d/camera4.conf:netcam_url
http://192.168.1.236:8080/video
# OBSERVATIONS (non-working v/s working):
brave-browser http://lg-230:8080/video? ? ? ? # Works...
brave-browser http://localhost:8081/230/stream? ? # Does not work !
# "UNABLE TO OPEN VIDEO DEVICE SINCE ..."
# Browser tab shows: "stream (JPEG image, 640 x ...)
brave-browser http://motoe2:8080/video ? ? ? # Works...
brave-browser http://localhost:8081/236/stream? ? # Works...
# CONSOLE OUTPUT (both streams DO work):
ffplay http://192.168.1.230:8080/video
ffplay version 6.1.1-3ubuntu5+esm6 Copyright (c) 2003-2023 the FFmpeg
developers
? built with gcc 13 (Ubuntu 13.3.0-6ubuntu2~24.04)
? configuration: --prefix=/usr --extra-version=3ubuntu5+esm6
--toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu
--incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl
--disable-stripping --disable-omx --enable-gnutls --enable-libaom
--enable-libass --enable-libbs2b --enable-libcaca --enable-libcdio
--enable-libcodec2 --enable-libdav1d --enable-libflite
--enable-libfontconfig --enable-libfreetype --enable-libfribidi
--enable-libglslang --enable-libgme --enable-libgsm --enable-libharfbuzz
--enable-libmp3lame --enable-libmysofa --enable-libopenjpeg
--enable-libopenmpt --enable-libopus --enable-librubberband
--enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex
--enable-libtheora --enable-libtwolame --enable-libvidstab
--enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265
--enable-libxml2 --enable-libxvid --enable-libzimg --enable-openal
--enable-opencl --enable-opengl --disable-sndio --enable-libvpl
--disable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883
--enable-chromaprint --enable-frei0r --enable-ladspa --enable-libbluray
--enable-libjack --enable-libpulse --enable-librabbitmq --enable-librist
--enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libx264
--enable-libzmq --enable-libzvbi --enable-lv2 --enable-sdl2
--enable-libplacebo --enable-librav1e --enable-pocketsphinx
--enable-librsvg --enable-libjxl --enable-shared
? libavutil? ? ? 58. 29.100 / 58. 29.100
? libavcodec? ? ?60. 31.102 / 60. 31.102
? libavformat? ? 60. 16.100 / 60. 16.100
? libavdevice? ? 60.? 3.100 / 60.? 3.100
? libavfilter? ? ?9. 12.100 /? 9. 12.100
? libswscale? ? ? 7.? 5.100 /? 7.? 5.100
? libswresample? ?4. 12.100 /? 4. 12.100
? libpostproc? ? 57.? 3.100 / 57.? 3.100
Input #0, mpjpeg, from 'http://192.168.1.230:8080/video':0B f=0/0
? Duration: N/A, bitrate: N/A
? Stream #0:0: Video: mjpeg (Baseline), yuvj420p(pc,
bt470bg/unknown/unknown), 640x480 [SAR 1:1 DAR 4:3], 25 tbr, 25 tbn
[swscaler @ 0x74357c08b880] deprecated pixel format used, make sure you
did set range correctly
? ? Last message repeated 3 times
Switch subtitle stream from #-1 to #-1 vq=? ? 0KB sq=? ? 0B f=0/0
? ?6.57 M-V:? 5.524 fd=? ?0 aq=? ? 0KB vq=? ? 0KB sq=? ? 0B f=0/0
ffplay http://192.168.1.100:8081/236/stream
ffplay version 6.1.1-3ubuntu5+esm6 Copyright (c) 2003-2023 the FFmpeg
developers
? built with gcc 13 (Ubuntu 13.3.0-6ubuntu2~24.04)
? configuration: --prefix=/usr --extra-version=3ubuntu5+esm6
--toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu
--incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl
--disable-stripping --disable-omx --enable-gnutls --enable-libaom
--enable-libass --enable-libbs2b --enable-libcaca --enable-libcdio
--enable-libcodec2 --enable-libdav1d --enable-libflite
--enable-libfontconfig --enable-libfreetype --enable-libfribidi
--enable-libglslang --enable-libgme --enable-libgsm --enable-libharfbuzz
--enable-libmp3lame --enable-libmysofa --enable-libopenjpeg
--enable-libopenmpt --enable-libopus --enable-librubberband
--enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex
--enable-libtheora --enable-libtwolame --enable-libvidstab
--enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265
--enable-libxml2 --enable-libxvid --enable-libzimg --enable-openal
--enable-opencl --enable-opengl --disable-sndio --enable-libvpl
--disable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883
--enable-chromaprint --enable-frei0r --enable-ladspa --enable-libbluray
--enable-libjack --enable-libpulse --enable-librabbitmq --enable-librist
--enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libx264
--enable-libzmq --enable-libzvbi --enable-lv2 --enable-sdl2
--enable-libplacebo --enable-librav1e --enable-pocketsphinx
--enable-librsvg --enable-libjxl --enable-shared
? libavutil? ? ? 58. 29.100 / 58. 29.100
? libavcodec? ? ?60. 31.102 / 60. 31.102
? libavformat? ? 60. 16.100 / 60. 16.100
? libavdevice? ? 60.? 3.100 / 60.? 3.100
? libavfilter? ? ?9. 12.100 /? 9. 12.100
? libswscale? ? ? 7.? 5.100 /? 7.? 5.100
? libswresample? ?4. 12.100 /? 4. 12.100
? libpostproc? ? 57.? 3.100 / 57.? 3.100
[tcp @ 0x77dfe8003f80] Connection to tcp://192.168.1.100:8081 failed:
Connection timed out
http://192.168.1.100:8081/236/stream: Connection timed out
? ? nan? ? :? 0.000 fd=? ?0 aq=? ? 0KB vq=? ? 0KB sq=? ? 0B f=0/0
Thank you very much!
JMB
On 12/24/25 13:01, tosiara wrote:
> Can you add console output of a working ffplay and not working motion
> of the same camera?
> So I can see the same url is being used in both cases
>
> On Wed, Dec 24, 2025 at 2:52?PM jmb <[email protected]> wrote:
>> Hello Tosiara,
>>
>> Thank you very much for replying so speedily! All 3 work with ffplay using:
>> a) ffplay http://192.168.1.2XX:8080/video
>> b) ffplay http://192.168.1.2YY:8080/video
>> c) ffplay http://192.168.1.2ZZ:8080/video
>> Motion streams the video perfectly from:
>> a) http://192.168.1.100:8081/2XX/stream
>> b) http://192.168.1.100:8081/2YY/stream
>> but the same motion instance does not from:
>> c) http://192.168.1.100:8081/2ZZ/stream
>> (all 3 being IPWebCam sources for the same server at 192.168.1.100, when
>> browsing server via http://localhost:8000/)
>>
>> CLARIFICATION:
>> needed in my previous email a) and b) WORK; c) does NOT; in the
>> motion video display (multi or single).
>>
>> Your help is much appreciated! Thank you.
>> JMB
>>
>> On 12/24/25 04:35, tosiara wrote:
>>> You should find the correct stream url not by using Browser, but using
>>> "ffplay" command. Then it will work with also motion. If a url works
>>> with ffplay, but does not work with motion - let us know
>>>
>>> On Tue, Dec 23, 2025 at 10:15?PM jmb <[email protected]> wrote:
>>>> Hello,
>>>>
>>>> I have been using motion software for more than 2 decades. Wonderful
>>>> software that I have found it to be.
>>>>
>>>> I am currently using:
>>>> Version 4.7.1(C)2000-24 J.Vreeken/F.Heusden/K.Lavrsen/Project team
>>>> ... where motion is running on a server at 192.168.1.100 under Ubuntu
>>>> 24.04 and acquiring its video from older (repurposed) Android phones. I
>>>> am trying to make it work with the following older Android phones (as IP
>>>> cameras) that are running Pavel Klebovich's IPWebCam app.
>>>>
>>>> What I am finding:
>>>> a) Android 5.1.1 MotoE2 -WORKS
>>>> with ONVIF support enabled in IPWebCam
>>>> Brave-browser http://192.168.1.2XX:8080/video (video works)
>>>> Motion (streams the video perfectly) from
>>>> http://192.168.1.100:8081/2XX/stream
>>>> b) Android 4.0.4 Kyocera -WORKS
>>>> with ONVIF support enabled in IPWebCam
>>>> Brave-browser http://192.168.1.2YY:8081/video (video works)
>>>> Motion (streams the video perfectly) from
>>>> http://192.168.1.100:8081/2YY/stream
>>>> c) Android 2.2.2 LG -FAILS
>>>> ONVIF support NOT available in IPWebCam
>>>> Brave-browser http://192.168.1.2ZZ:8081/video (video works)
>>>> Motion reports: "Unable to open video device, since ..." from
>>>> http://192.168.1.100:8081/2ZZ/stream
>>>> It is the oldest Android 2.2.2 LG phone that's not working with motion.
>>>> Incidentally is is also the most reliable one for running IPWebCam !!!
>>>>
>>>> QUESTIONS:
>>>> Could it be because ONVIF is unavailable in IPWebCam version of the
>>>> oldest OS -Android 2.2.2? I realize the differences could be the
>>>> versions of IPWebCam apps between the 3 Android OSes. But my question
>>>> is whether I can somehow overcome the limitations of the oldest Android
>>>> OS and or IPWebCam app available for it? Are there any motion software
>>>> configuration settings I could tweak?
>>>>
>>>> SIDE NOTE:
>>>> Am also running motion on various generations of RPi quite reliably!
>>>>
>>>> REQUEST:
>>>> Any help would be much appreciated, for keeping older hardware useful
>>>> and less destined to the landfills. Thanks.
>>>>
>>>> JMB
>>>> _______________________________________________
>>>> Motion-user mailing list
>>>> [email protected]
>>>> https://lists.sourceforge.net/lists/listinfo/motion-user
>>>> https://motion-project.github.io/
>>>>
>>>> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>>
------------------------------
Message: 2
Date: Thu, 25 Dec 2025 21:50:36 +0200
From: tosiara <[email protected]>
To: jmb <[email protected]>
Cc: [email protected]
Subject: Re: [Motion-user] Repurposing Android phones as cameras
Message-ID:
<CACHTdwRcx_2otBNf9M=o_9PGDbaj=gcftuq7xohinztszwv...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
Could you please also include non-working motion.log?
On Thu, Dec 25, 2025 at 4:13?PM jmb <[email protected]> wrote:
>
> Hello Tosiara,
>
> Thank you again for looking into this and your assistance to dig
> deeper! I think all the relevant information that you might need is
> shown below. I have provided information from /etc/hosts;
> /etc/motion.conf; /etc/motion/conf.d/camera*.conf; etc. Let me know if
> you need anything else. Note: beside just the difference in the final
> IP address (230 v/s 236) everything else is identical in the motion
> server for the Android that the motion panel is not streaming (@230)
> from; versus the one (@236) that it is able to. All output below is
> from the server (@100) running motion. I don't think I have overlooked
> or mis-configured something.
>
> # IP ADDRESSES:
> grep 230 /etc/hosts
> 192.168.1.230 LG-230 # This Android does not stream in the
> motion panel
> grep 236 /etc/hosts
> 192.168.1.236 MotoE2 # This Android does stream in the
> motion panel
>
> # MOTION conf file:
> grep stream_port /etc/motion/motion.conf
> stream_port 8081
> grep camera_dir /etc/motion/motion.conf
> camera_dir /etc/motion/conf.d
>
> # CAMERA conf files:
> # conf file for Android that streams in ffplay NOT motion:
> grep 230 /etc/motion/conf.d/*.conf
> /etc/motion/conf.d/camera3.conf:camera_name LG-230
> /etc/motion/conf.d/camera3.conf:camera_id 230
> /etc/motion/conf.d/camera3.conf:netcam_url
> http://192.168.1.230:8080/video
> # conf file for Android that streams in ffplay AND motion:
> grep 236 /etc/motion/conf.d/*.conf
> /etc/motion/conf.d/camera4.conf:camera_id 236
> /etc/motion/conf.d/camera4.conf:netcam_url
> http://192.168.1.236:8080/video
>
> # OBSERVATIONS (non-working v/s working):
> brave-browser http://lg-230:8080/video # Works...
> brave-browser http://localhost:8081/230/stream # Does not work !
> # "UNABLE TO OPEN VIDEO DEVICE SINCE ..."
> # Browser tab shows: "stream (JPEG image, 640 x ...)
>
> brave-browser http://motoe2:8080/video # Works...
> brave-browser http://localhost:8081/236/stream # Works...
>
> # CONSOLE OUTPUT (both streams DO work):
> ffplay http://192.168.1.230:8080/video
> ffplay version 6.1.1-3ubuntu5+esm6 Copyright (c) 2003-2023 the FFmpeg
> developers
> built with gcc 13 (Ubuntu 13.3.0-6ubuntu2~24.04)
> configuration: --prefix=/usr --extra-version=3ubuntu5+esm6
> --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu
> --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl
> --disable-stripping --disable-omx --enable-gnutls --enable-libaom
> --enable-libass --enable-libbs2b --enable-libcaca --enable-libcdio
> --enable-libcodec2 --enable-libdav1d --enable-libflite
> --enable-libfontconfig --enable-libfreetype --enable-libfribidi
> --enable-libglslang --enable-libgme --enable-libgsm --enable-libharfbuzz
> --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg
> --enable-libopenmpt --enable-libopus --enable-librubberband
> --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex
> --enable-libtheora --enable-libtwolame --enable-libvidstab
> --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265
> --enable-libxml2 --enable-libxvid --enable-libzimg --enable-openal
> --enable-opencl --enable-opengl --disable-sndio --enable-libvpl
> --disable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883
> --enable-chromaprint --enable-frei0r --enable-ladspa --enable-libbluray
> --enable-libjack --enable-libpulse --enable-librabbitmq --enable-librist
> --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libx264
> --enable-libzmq --enable-libzvbi --enable-lv2 --enable-sdl2
> --enable-libplacebo --enable-librav1e --enable-pocketsphinx
> --enable-librsvg --enable-libjxl --enable-shared
> libavutil 58. 29.100 / 58. 29.100
> libavcodec 60. 31.102 / 60. 31.102
> libavformat 60. 16.100 / 60. 16.100
> libavdevice 60. 3.100 / 60. 3.100
> libavfilter 9. 12.100 / 9. 12.100
> libswscale 7. 5.100 / 7. 5.100
> libswresample 4. 12.100 / 4. 12.100
> libpostproc 57. 3.100 / 57. 3.100
> Input #0, mpjpeg, from 'http://192.168.1.230:8080/video':0B f=0/0
> Duration: N/A, bitrate: N/A
> Stream #0:0: Video: mjpeg (Baseline), yuvj420p(pc,
> bt470bg/unknown/unknown), 640x480 [SAR 1:1 DAR 4:3], 25 tbr, 25 tbn
> [swscaler @ 0x74357c08b880] deprecated pixel format used, make sure you
> did set range correctly
> Last message repeated 3 times
> Switch subtitle stream from #-1 to #-1 vq= 0KB sq= 0B f=0/0
> 6.57 M-V: 5.524 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0
>
> ffplay http://192.168.1.100:8081/236/stream
> ffplay version 6.1.1-3ubuntu5+esm6 Copyright (c) 2003-2023 the FFmpeg
> developers
> built with gcc 13 (Ubuntu 13.3.0-6ubuntu2~24.04)
> configuration: --prefix=/usr --extra-version=3ubuntu5+esm6
> --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu
> --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl
> --disable-stripping --disable-omx --enable-gnutls --enable-libaom
> --enable-libass --enable-libbs2b --enable-libcaca --enable-libcdio
> --enable-libcodec2 --enable-libdav1d --enable-libflite
> --enable-libfontconfig --enable-libfreetype --enable-libfribidi
> --enable-libglslang --enable-libgme --enable-libgsm --enable-libharfbuzz
> --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg
> --enable-libopenmpt --enable-libopus --enable-librubberband
> --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex
> --enable-libtheora --enable-libtwolame --enable-libvidstab
> --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265
> --enable-libxml2 --enable-libxvid --enable-libzimg --enable-openal
> --enable-opencl --enable-opengl --disable-sndio --enable-libvpl
> --disable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883
> --enable-chromaprint --enable-frei0r --enable-ladspa --enable-libbluray
> --enable-libjack --enable-libpulse --enable-librabbitmq --enable-librist
> --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libx264
> --enable-libzmq --enable-libzvbi --enable-lv2 --enable-sdl2
> --enable-libplacebo --enable-librav1e --enable-pocketsphinx
> --enable-librsvg --enable-libjxl --enable-shared
> libavutil 58. 29.100 / 58. 29.100
> libavcodec 60. 31.102 / 60. 31.102
> libavformat 60. 16.100 / 60. 16.100
> libavdevice 60. 3.100 / 60. 3.100
> libavfilter 9. 12.100 / 9. 12.100
> libswscale 7. 5.100 / 7. 5.100
> libswresample 4. 12.100 / 4. 12.100
> libpostproc 57. 3.100 / 57. 3.100
> [tcp @ 0x77dfe8003f80] Connection to tcp://192.168.1.100:8081 failed:
> Connection timed out
> http://192.168.1.100:8081/236/stream: Connection timed out
> nan : 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0
>
> Thank you very much!
> JMB
>
> On 12/24/25 13:01, tosiara wrote:
> > Can you add console output of a working ffplay and not working motion
> > of the same camera?
> > So I can see the same url is being used in both cases
> >
> > On Wed, Dec 24, 2025 at 2:52?PM jmb <[email protected]> wrote:
> >> Hello Tosiara,
> >>
> >> Thank you very much for replying so speedily! All 3 work with ffplay
> >> using:
> >> a) ffplay http://192.168.1.2XX:8080/video
> >> b) ffplay http://192.168.1.2YY:8080/video
> >> c) ffplay http://192.168.1.2ZZ:8080/video
> >> Motion streams the video perfectly from:
> >> a) http://192.168.1.100:8081/2XX/stream
> >> b) http://192.168.1.100:8081/2YY/stream
> >> but the same motion instance does not from:
> >> c) http://192.168.1.100:8081/2ZZ/stream
> >> (all 3 being IPWebCam sources for the same server at 192.168.1.100, when
> >> browsing server via http://localhost:8000/)
> >>
> >> CLARIFICATION:
> >> needed in my previous email a) and b) WORK; c) does NOT; in the
> >> motion video display (multi or single).
> >>
> >> Your help is much appreciated! Thank you.
> >> JMB
> >>
> >> On 12/24/25 04:35, tosiara wrote:
> >>> You should find the correct stream url not by using Browser, but using
> >>> "ffplay" command. Then it will work with also motion. If a url works
> >>> with ffplay, but does not work with motion - let us know
> >>>
> >>> On Tue, Dec 23, 2025 at 10:15?PM jmb <[email protected]> wrote:
> >>>> Hello,
> >>>>
> >>>> I have been using motion software for more than 2 decades. Wonderful
> >>>> software that I have found it to be.
> >>>>
> >>>> I am currently using:
> >>>> Version 4.7.1(C)2000-24 J.Vreeken/F.Heusden/K.Lavrsen/Project team
> >>>> ... where motion is running on a server at 192.168.1.100 under Ubuntu
> >>>> 24.04 and acquiring its video from older (repurposed) Android phones. I
> >>>> am trying to make it work with the following older Android phones (as IP
> >>>> cameras) that are running Pavel Klebovich's IPWebCam app.
> >>>>
> >>>> What I am finding:
> >>>> a) Android 5.1.1 MotoE2 -WORKS
> >>>> with ONVIF support enabled in IPWebCam
> >>>> Brave-browser http://192.168.1.2XX:8080/video (video works)
> >>>> Motion (streams the video perfectly) from
> >>>> http://192.168.1.100:8081/2XX/stream
> >>>> b) Android 4.0.4 Kyocera -WORKS
> >>>> with ONVIF support enabled in IPWebCam
> >>>> Brave-browser http://192.168.1.2YY:8081/video (video works)
> >>>> Motion (streams the video perfectly) from
> >>>> http://192.168.1.100:8081/2YY/stream
> >>>> c) Android 2.2.2 LG -FAILS
> >>>> ONVIF support NOT available in IPWebCam
> >>>> Brave-browser http://192.168.1.2ZZ:8081/video (video works)
> >>>> Motion reports: "Unable to open video device, since ..." from
> >>>> http://192.168.1.100:8081/2ZZ/stream
> >>>> It is the oldest Android 2.2.2 LG phone that's not working with motion.
> >>>> Incidentally is is also the most reliable one for running IPWebCam !!!
> >>>>
> >>>> QUESTIONS:
> >>>> Could it be because ONVIF is unavailable in IPWebCam version of the
> >>>> oldest OS -Android 2.2.2? I realize the differences could be the
> >>>> versions of IPWebCam apps between the 3 Android OSes. But my question
> >>>> is whether I can somehow overcome the limitations of the oldest Android
> >>>> OS and or IPWebCam app available for it? Are there any motion software
> >>>> configuration settings I could tweak?
> >>>>
> >>>> SIDE NOTE:
> >>>> Am also running motion on various generations of RPi quite reliably!
> >>>>
> >>>> REQUEST:
> >>>> Any help would be much appreciated, for keeping older hardware useful
> >>>> and less destined to the landfills. Thanks.
> >>>>
> >>>> JMB
> >>>> _______________________________________________
> >>>> Motion-user mailing list
> >>>> [email protected]
> >>>> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/motion-user
------------------------------
End of Motion-user Digest, Vol 229, Issue 8
*******************************************