sackmotion / motion

Motion, a software motion detector
http://motion.sf.net
GNU General Public License v2.0
330 stars 204 forks source link

"Potential split boundary" log message should be suppressed by "netcam_tolerant_check" #36

Open dmak opened 8 years ago

dmak commented 8 years ago

In my logs I see a lot of messages like this (approx 2 messages per second):

netcam_init_jpeg: no new pic, no signal rcvd
netcam_read_html_jpeg: Potential split boundary - 1447 chars flushed, 1 re-positioned

I have the option netcam_tolerant_check on in my config – assuming that should have suppressed these messages. Additional info: camera Foscam FI8918W configured via netcam_url.

fpytloun commented 8 years ago

I am facing similar issue:

[1] [NTC] [NET] netcam_read_html_jpeg: Potential split boundary - 4095 chars flushed, 1 re-positioned

Using motion with netcam_url on localhost stream of uv4l with raspicam driver on Raspberry Pi 3 Setting netcam_tolerant_check didn't suppress that message.

n8foo commented 8 years ago

Seeing the same issue on localhost stream of uv4l-raspicam on RPI3

PaskoMoto commented 7 years ago

Hi. Any news about this issue? I'm using two netcams, but only one is generating this flooding. Thanks in advance. Regards.

tosiara commented 7 years ago

This is outdated repo, nobody is watching issues here Use current official fork @Motion-Project

PaskoMoto commented 7 years ago

Hi. Just for future references: I got rid of these messaging flooding by using: log_level 5 inside my .conf file Hopefully I'm not missing many important messages. Regards.