Added known issue to MJPEG cameras, moved customize polling interval to its own category, minor fixes
This commit is contained in:
parent
6138fff8ea
commit
2d085f9518
4 changed files with 10 additions and 6 deletions
|
@ -31,3 +31,7 @@ Configuration variables:
|
|||
- **name** *Optional*: This parameter allows you to override the name of your camera.
|
||||
- **username** *Optional*: The username for accessing your camera.
|
||||
- **password** *Optional*: The password for accessing your camera.
|
||||
|
||||
<p class='note'>
|
||||
There is a <a href="https://github.com/shazow/urllib3/issues/800" target="_blank">known issue in urllib3</a> that you will get error messages in your logs like <code>[StartBoundaryNotFoundDefect(), MultipartInvariantViolationDefect()], unparsed data: ''</code> but the component still works fine. You can ignore the messages.
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue