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: split boundary ???? (Richard Bown)
   2. Re: split boundary ???? (Richard Bown)
   3. Re: split boundary ???? (tosiara)


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

Message: 1
Date: Thu, 17 Dec 2015 20:51:37 +0000
From: Richard Bown <[email protected]>
Subject: Re: [Motion-user] split boundary ????
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=US-ASCII

On Thu, 17 Dec 2015 15:09:55 -0500
Kinney Baughman <[email protected]> wrote:

> Hello fellow Odroid user!!
> 
> I think I've been here before myself but it's been a while.
> 
> You say your config file hasn't changed.
> 
> But if you're using motion 3.2.12, then you've definitely upgraded motion.
> 
> I think that's the problem.
> 
> My memory is fuzzy here but I think there is a point in the upgrade cycle
> with motion that you have to redo your motion.conf file because the new
> motion uses new/different parameters.  And that's why you're getting all
> those errors.
> 
> Someone feel free to correct me but my advice is to reinstall or upgrade
> motion and edit the new motion.conf file that is generated by comparing it
> to your old motion.conf and uncommenting the directives that look most like
> your old conf file and go from there.
> 
> Hope this helps get you off the dime.
> 
>

Hi Kinney

I have re-installed , and purged so it was a clean install, but I did use my 
old config file
So that could be it.
, So I clean it all out and start with a fresh config

Thanks for the reply












 
> On Thu, Dec 17, 2015 at 2:42 PM, Richard Bown <[email protected]> wrote:
> 
> > On Thu, 17 Dec 2015 19:09:35 +0000
> > Richard Bown <[email protected]> wrote:
> >
> > > Hi
> > > Motion is saving every 500ms a jpeg
> > > My conf file hasn't changed nor has the camera,
> > > syslog shows this repeatedly, any ideas, there are a lot of seconds in a
> > day, and its 2 pics/sec
> > >
> > > Dec 17 18:53:11 odroid motion: [1] [NTC] [NET] netcam_read_html_jpeg:
> > Potential split boundary -
> > > 1447 chars flushed, 1 re-positioned
> > >
> > >
> > > movement section of the config:-
> > >
> > > ############################################################
> > > # Motion Detection Settings:
> > > ############################################################
> > >
> > > # Threshold for number of changed pixels in an image that
> > > # triggers motion detection (default: 1500)
> > > threshold 3500
> > >
> > > # Automatically tune the threshold down if possible (default: off)
> > > threshold_tune off
> > >
> > > # Noise threshold for the motion detection (default: 32)
> > > noise_level 100
> > >
> > > # Automatically tune the noise threshold (default: on)
> > > noise_tune on
> > >
> > > # Despeckle motion image using (e)rode or (d)ilate or (l)abel (Default:
> > not defined)
> > > # Recommended value is EedDl. Any combination (and number of) of E, e,
> > d, and D is valid.
> > > # (l)abeling must only be used once and the 'l' must be the last letter.
> > > # Comment out to disable
> > > despeckle EedDl
> > >
> > > # Detect motion in predefined areas (1 - 9). Areas are numbered like
> > that:  1 2 3
> > > # A script (on_area_detected) is started immediately when motion is
> >    4 5 6
> > > # detected in one of the given areas, but only once during an event.
> >     7 8 9
> > > # One or more areas can be specified with this option. (Default: not
> > defined)
> > >  area_detect value 5
> > >
> > > # PGM file to use as a sensitivity mask.
> > > # Full path name to. (Default: not defined)
> > > ; mask_file value
> > >
> > > # Dynamically create a mask file during operation (default: 0)
> > > # Adjust speed of mask changes from 0 (off) to 10 (fast)
> > > smart_mask_speed 0
> > >
> > > :
> > >
> > > What Have I manage to screw up ?????
> > >
> > > motion is running on a ARM7 SBC, Odroid C1+ running Debian jessie
> > >
> > > Thanks
> > >
> >
> > Answering myself, I got this when starting motion from CLI
> >
> > odroid@odroid:~$ [0] [NTC] [ALL] conf_load: Processing thread 0 - config
> > file /etc/motion/motion.conf
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "netcam_http"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "despeckle"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "gap"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "max_mpeg_time"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "output_all"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "output_normal"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "output_motion"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "ppm"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "ffmpeg_cap_new"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "ffmpeg_cap_motion"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "locate"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "jpeg_filename"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_port"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_quality"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_motion"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_maxrate"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_localhost"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "webcam_limit"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "control_port"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "control_localhost"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "control_html_output"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "sql_log_image"
> > [0] [ALR] [ALL] conf_cmdparse: Unknown config option "sql_log_mpeg"
> > [0] [NTC] [ALL] motion_startup: Using default log level (NTC) (6)
> > [0] [NTC] [ALL] motion_startup: Motion 3.2.12+git20140228 Started
> > [0] [NTC] [ALL] motion_startup: Logging to syslog
> > [0] [NTC] [ALL] motion_startup: Using default log type (ALL)
> > [0] [NTC] [ALL] motion_startup: Using log type (ALL) log level (NTC)
> > [0] [NTC] [ALL] become_daemon: Motion going to daemon mode
> >
> >
> > Something strange here
> >
> > --
> > --
> > Best wishes /73
> > Richard Bown
> >
> > Email : [email protected]
> > HTTP  :  http://www.g8jvm.com
> > nil carborundum a illegitemis
> >
> > ##################################################################################
> > Ham Call: G8JVM . QRV: 50-432 MHz + Microwave 23 cms 140W, 13 cms 100W &
> > 3cms 5W
> > Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
> > QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 400W, 70cms 200W
> > OS: Linux Mint 17.3 x86_64 on a Dell Inspiron N5030 laptop
> >
> > ##################################################################################
> >
> >
> >
> > ------------------------------------------------------------------------------
> > _______________________________________________
> > Motion-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/motion-user
> > http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
> >
> 
> 
> 



-- 
-- 
Best wishes /73 
Richard Bown

Email : [email protected]
HTTP  :  http://www.g8jvm.com
nil carborundum a illegitemis
##################################################################################
Ham Call: G8JVM . QRV: 50-432 MHz + Microwave 23 cms 140W, 13 cms 100W & 3cms 5W
Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 400W, 70cms 200W
OS: Linux Mint 17.3 x86_64 on a Dell Inspiron N5030 laptop
##################################################################################
 




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

Message: 2
Date: Thu, 17 Dec 2015 21:44:22 +0000
From: Richard Bown <[email protected]>
Subject: Re: [Motion-user] split boundary ????
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=US-ASCII

On Thu, 17 Dec 2015 20:51:37 +0000
Richard Bown <[email protected]> wrote:

> On Thu, 17 Dec 2015 15:09:55 -0500
> Kinney Baughman <[email protected]> wrote:
> 
> > Hello fellow Odroid user!!
> > 
> > I think I've been here before myself but it's been a while.
> > 
> > You say your config file hasn't changed.
> > 
> > But if you're using motion 3.2.12, then you've definitely upgraded motion.
> > 
> > I think that's the problem.
> > 
> > My memory is fuzzy here but I think there is a point in the upgrade cycle
> > with motion that you have to redo your motion.conf file because the new
> > motion uses new/different parameters.  And that's why you're getting all
> > those errors.
> > 
> > Someone feel free to correct me but my advice is to reinstall or upgrade
> > motion and edit the new motion.conf file that is generated by comparing it
> > to your old motion.conf and uncommenting the directives that look most like
> > your old conf file and go from there.
> > 
> > Hope this helps get you off the dime.
> > 
> >
> 
> Hi Kinney
> 
> I have re-installed , and purged so it was a clean install, but I did use my 
> old config file
> So that could be it.
> , So I clean it all out and start with a fresh config
> 
> Thanks for the reply
> 


Well , a complete fresh reload and used the file provided, which there are some 
differences

But still doing it, very strange , also does it with two different ip cams

log:-
odroid@odroid:~$ sudo motion -n
[0] [NTC] [ALL] conf_load: Processing thread 0 - config file 
/etc/motion/motion.conf
[0] [ALR] [ALL] conf_cmdparse: Unknown config option "sdl_threadnr"
[0] [NTC] [ALL] motion_startup: Motion 3.2.12+git20140228 Started
[0] [NTC] [ALL] motion_startup: Logging to syslog
[0] [NTC] [ALL] motion_startup: Using log type (ALL) log level (NTC)
[0] [NTC] [ENC] ffmpeg_init: ffmpeg LIBAVCODEC_BUILD 3670272 LIBAVFORMAT_BUILD 
3670272
[0] [NTC] [ALL] main: Thread 1 is from /etc/motion/motion.conf
[0] [NTC] [ALL] main: Thread 1 is device: 
http://192.168.51.139:7777/videostream.cgi input -1
[0] [NTC] [ALL] main: Stream port 8081
[0] [NTC] [ALL] main: Waiting for threads to finish, pid: 7545
[1] [NTC] [ALL] motion_init: Thread 1 started , motion detection Enabled
[1] [ALR] [NET] netcam_start: Network Camera thread starting... for url 
(http://192.168.51.139:7777/videostream.cgi)
[0] [NTC] [STR] httpd_run: motion-httpd testing : IPV4 addr: 127.0.0.1 port: 
8080
[0] [NTC] [STR] httpd_run: motion-httpd Bound : IPV4 addr: 127.0.0.1 port: 8080
[0] [NTC] [STR] httpd_run: motion-httpd/3.2.12+git20140228 running, accepting 
connections
[0] [NTC] [STR] httpd_run: motion-httpd: waiting for data on 127.0.0.1 port TCP 
8080
[1] [NTC] [NET] netcam_read_first_header: Found Conn: close header 
('Connection: close')
[1] [NTC] [NET] netcam_setup_html: connected, going on to read image.
[1] [NTC] [ALL] image_ring_resize: Resizing pre_capture buffer to 1 items
[1] [ALR] [NET] netcam_handler_loop: Camera handler thread [2] started
[1] [NTC] [STR] http_bindsock: motion-stream testing : IPV4 addr: 0.0.0.0 port: 
8081
[1] [NTC] [STR] http_bindsock: motion-stream Bound : IPV4 addr: 0.0.0.0 port: 
8081
[1] [NTC] [ALL] motion_init: Started motion-stream server in port 8081 auth 
Disabled
[1] [WRN] [NET] netcam_next: called with no data in buffer
[1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 1447 chars 
flushed, 1 re-positioned
[1] [NTC] [EVT] event_new_video FPS 2
[1] [NTC] [EVT] event_newfile: File of type 8 saved to: 
/home/odroid/Pictures/motion/01-20151217213839.avi
[1] [NTC] [ALL] motion_detected: Motion detected - starting event 1
[1] [NTC] [EVT] event_newfile: File of type 1 saved to: 
/home/odroid/Pictures/motion/01-20151217213839-00.jpg
[1] [NTC] [EVT] event_newfile: File of type 1 saved to: 
/home/odroid/Pictures/motion/01-20151217213839-01.jpg
[1] [NTC] [EVT] event_newfile: File of type 1 saved to: 
/home/odroid/Pictures/motion/01-20151217213840-00.jpg
[1] [NTC] [EVT] event_newfile: File of type 1 saved to: 
/home/odroid/Pictures/motion/01-20151217213840-01.jpg
[1] [NTC] [EVT] event_newfile: File of type 1 saved to: 
/home/odroid/Pictures/motion/01-20151217213841-00.jpg
[1] [NTC] [EVT] event_newfile: File of type 1 saved to: 
/home/odroid/Pictures/motion/01-20151217213841-01.jpg
[1] [NTC] [EVT] event_newfile: File of type 1 saved to: 
/home/odroid/Pictures/motion/01-20151217213842-00.jpg
[1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 1447 chars 
flushed, 1 re-positioned
[1] [NTC] [EVT] event_newfile: File of type 1 saved to: 
/home/odroid/Pictures/motion/01-20151217213842-01.jpg
[1] [NTC] [EVT] event_newfile: File of type 1 saved to: 
/home/odroid/Pictures/motion/01-20151217213843-00.jpg
[1] [NTC] [EVT] event_newfile: File of type 1 saved to: 
/home/odroid/Pictures/motion/01-20151217213843-01.jpg
[1] [NTC] [EVT] event_newfile: File of type 1 saved to: 
/home/odroid/Pictures/motion/01-20151217213844-00.jpg
[1] [NTC] [EVT] event_newfile: File of type 1 saved to: 
/home/odroid/Pictures/motion/01-20151217213844-01.jpg
[1] [NTC] [EVT] event_newfile: File of type 1 saved to: 
/home/odroid/Pictures/motion/01-20151217213845-00.jpg
[1] [NTC] [EVT] event_newfile: File of type 1 saved to: 
/home/odroid/Pictures/motion/01-20151217213845-01.jpg
[1] [NTC] [EVT] event_newfile: File of type 1 saved to: 
/home/odroid/Pictures/motion/01-20151217213846-00.jpg
[1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 1447 chars 
flushed, 1 re-positioned
[1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 1623 chars 
flushed, 1 re-positioned
[1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 1447 chars 
flushed, 1 re-positioned
[1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 599 chars 
flushed, 1 re-positioned
[1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 1447 chars 
flushed, 1 re-positioned
[1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 1447 chars 
flushed, 1 re-positioned
[1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 1447 chars 
flushed, 1 re-positioned


and just goes on and on

real weird



-- 
-- 
Best wishes /73 
Richard Bown

Email : [email protected]
HTTP  :  http://www.g8jvm.com
nil carborundum a illegitemis
##################################################################################
Ham Call: G8JVM . QRV: 50-432 MHz + Microwave 23 cms 140W, 13 cms 100W & 3cms 5W
Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 400W, 70cms 200W
OS: Linux Mint 17.3 x86_64 on a Dell Inspiron N5030 laptop
##################################################################################
 




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

Message: 3
Date: Fri, 18 Dec 2015 00:06:35 +0200
From: tosiara <[email protected]>
Subject: Re: [Motion-user] split boundary ????
To: Motion discussion list <[email protected]>
Message-ID:
        <cachtdwstjgbpds2qmbdqruigcelvom8gorjlmp5a473d_tr...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

The source code contains following explanation:
https://github.com/Mr-Dave/motion/blob/master/netcam.c#L1227

                    /*
                     * We have a boundary string crossing
                     * packets :-(. We will copy all the
                     * data up to the beginning of the
                     * potential boundary, then re-position
                     * the (partial) string to the
                     * beginning and get some more input
                     * data.  First we flush the input
                     * buffer up to the beginning of the
                     * (potential) boundary string.
                     */

Can you check if your camera got damaged and sends broken frames?


On Thu, Dec 17, 2015 at 11:44 PM, Richard Bown <[email protected]> wrote:

> On Thu, 17 Dec 2015 20:51:37 +0000
> Richard Bown <[email protected]> wrote:
>
> > On Thu, 17 Dec 2015 15:09:55 -0500
> > Kinney Baughman <[email protected]> wrote:
> >
> > > Hello fellow Odroid user!!
> > >
> > > I think I've been here before myself but it's been a while.
> > >
> > > You say your config file hasn't changed.
> > >
> > > But if you're using motion 3.2.12, then you've definitely upgraded
> motion.
> > >
> > > I think that's the problem.
> > >
> > > My memory is fuzzy here but I think there is a point in the upgrade
> cycle
> > > with motion that you have to redo your motion.conf file because the new
> > > motion uses new/different parameters.  And that's why you're getting
> all
> > > those errors.
> > >
> > > Someone feel free to correct me but my advice is to reinstall or
> upgrade
> > > motion and edit the new motion.conf file that is generated by
> comparing it
> > > to your old motion.conf and uncommenting the directives that look most
> like
> > > your old conf file and go from there.
> > >
> > > Hope this helps get you off the dime.
> > >
> > >
> >
> > Hi Kinney
> >
> > I have re-installed , and purged so it was a clean install, but I did
> use my old config file
> > So that could be it.
> > , So I clean it all out and start with a fresh config
> >
> > Thanks for the reply
> >
>
>
> Well , a complete fresh reload and used the file provided, which there are
> some differences
>
> But still doing it, very strange , also does it with two different ip cams
>
> log:-
> odroid@odroid:~$ sudo motion -n
> [0] [NTC] [ALL] conf_load: Processing thread 0 - config file
> /etc/motion/motion.conf
> [0] [ALR] [ALL] conf_cmdparse: Unknown config option "sdl_threadnr"
> [0] [NTC] [ALL] motion_startup: Motion 3.2.12+git20140228 Started
> [0] [NTC] [ALL] motion_startup: Logging to syslog
> [0] [NTC] [ALL] motion_startup: Using log type (ALL) log level (NTC)
> [0] [NTC] [ENC] ffmpeg_init: ffmpeg LIBAVCODEC_BUILD 3670272
> LIBAVFORMAT_BUILD 3670272
> [0] [NTC] [ALL] main: Thread 1 is from /etc/motion/motion.conf
> [0] [NTC] [ALL] main: Thread 1 is device:
> http://192.168.51.139:7777/videostream.cgi input -1
> [0] [NTC] [ALL] main: Stream port 8081
> [0] [NTC] [ALL] main: Waiting for threads to finish, pid: 7545
> [1] [NTC] [ALL] motion_init: Thread 1 started , motion detection Enabled
> [1] [ALR] [NET] netcam_start: Network Camera thread starting... for url (
> http://192.168.51.139:7777/videostream.cgi)
> [0] [NTC] [STR] httpd_run: motion-httpd testing : IPV4 addr: 127.0.0.1
> port: 8080
> [0] [NTC] [STR] httpd_run: motion-httpd Bound : IPV4 addr: 127.0.0.1 port:
> 8080
> [0] [NTC] [STR] httpd_run: motion-httpd/3.2.12+git20140228 running,
> accepting connections
> [0] [NTC] [STR] httpd_run: motion-httpd: waiting for data on 127.0.0.1
> port TCP 8080
> [1] [NTC] [NET] netcam_read_first_header: Found Conn: close header
> ('Connection: close')
> [1] [NTC] [NET] netcam_setup_html: connected, going on to read image.
> [1] [NTC] [ALL] image_ring_resize: Resizing pre_capture buffer to 1 items
> [1] [ALR] [NET] netcam_handler_loop: Camera handler thread [2] started
> [1] [NTC] [STR] http_bindsock: motion-stream testing : IPV4 addr: 0.0.0.0
> port: 8081
> [1] [NTC] [STR] http_bindsock: motion-stream Bound : IPV4 addr: 0.0.0.0
> port: 8081
> [1] [NTC] [ALL] motion_init: Started motion-stream server in port 8081
> auth Disabled
> [1] [WRN] [NET] netcam_next: called with no data in buffer
> [1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 1447
> chars flushed, 1 re-positioned
> [1] [NTC] [EVT] event_new_video FPS 2
> [1] [NTC] [EVT] event_newfile: File of type 8 saved to:
> /home/odroid/Pictures/motion/01-20151217213839.avi
> [1] [NTC] [ALL] motion_detected: Motion detected - starting event 1
> [1] [NTC] [EVT] event_newfile: File of type 1 saved to:
> /home/odroid/Pictures/motion/01-20151217213839-00.jpg
> [1] [NTC] [EVT] event_newfile: File of type 1 saved to:
> /home/odroid/Pictures/motion/01-20151217213839-01.jpg
> [1] [NTC] [EVT] event_newfile: File of type 1 saved to:
> /home/odroid/Pictures/motion/01-20151217213840-00.jpg
> [1] [NTC] [EVT] event_newfile: File of type 1 saved to:
> /home/odroid/Pictures/motion/01-20151217213840-01.jpg
> [1] [NTC] [EVT] event_newfile: File of type 1 saved to:
> /home/odroid/Pictures/motion/01-20151217213841-00.jpg
> [1] [NTC] [EVT] event_newfile: File of type 1 saved to:
> /home/odroid/Pictures/motion/01-20151217213841-01.jpg
> [1] [NTC] [EVT] event_newfile: File of type 1 saved to:
> /home/odroid/Pictures/motion/01-20151217213842-00.jpg
> [1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 1447
> chars flushed, 1 re-positioned
> [1] [NTC] [EVT] event_newfile: File of type 1 saved to:
> /home/odroid/Pictures/motion/01-20151217213842-01.jpg
> [1] [NTC] [EVT] event_newfile: File of type 1 saved to:
> /home/odroid/Pictures/motion/01-20151217213843-00.jpg
> [1] [NTC] [EVT] event_newfile: File of type 1 saved to:
> /home/odroid/Pictures/motion/01-20151217213843-01.jpg
> [1] [NTC] [EVT] event_newfile: File of type 1 saved to:
> /home/odroid/Pictures/motion/01-20151217213844-00.jpg
> [1] [NTC] [EVT] event_newfile: File of type 1 saved to:
> /home/odroid/Pictures/motion/01-20151217213844-01.jpg
> [1] [NTC] [EVT] event_newfile: File of type 1 saved to:
> /home/odroid/Pictures/motion/01-20151217213845-00.jpg
> [1] [NTC] [EVT] event_newfile: File of type 1 saved to:
> /home/odroid/Pictures/motion/01-20151217213845-01.jpg
> [1] [NTC] [EVT] event_newfile: File of type 1 saved to:
> /home/odroid/Pictures/motion/01-20151217213846-00.jpg
> [1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 1447
> chars flushed, 1 re-positioned
> [1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 1623
> chars flushed, 1 re-positioned
> [1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 1447
> chars flushed, 1 re-positioned
> [1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 599
> chars flushed, 1 re-positioned
> [1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 1447
> chars flushed, 1 re-positioned
> [1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 1447
> chars flushed, 1 re-positioned
> [1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 1447
> chars flushed, 1 re-positioned
>
>
> and just goes on and on
>
> real weird
>
>
>
> --
> --
> Best wishes /73
> Richard Bown
>
> Email : [email protected]
> HTTP  :  http://www.g8jvm.com
> nil carborundum a illegitemis
>
> ##################################################################################
> Ham Call: G8JVM . QRV: 50-432 MHz + Microwave 23 cms 140W, 13 cms 100W &
> 3cms 5W
> Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
> QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 400W, 70cms 200W
> OS: Linux Mint 17.3 x86_64 on a Dell Inspiron N5030 laptop
>
> ##################################################################################
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Motion-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/motion-user
> http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
>
-------------- next part --------------
An HTML attachment was scrubbed...

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

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


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

_______________________________________________
Motion-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/motion-user


End of Motion-user Digest, Vol 115, Issue 7
*******************************************

Reply via email to