Add note about special characters in passwords

This commit is contained in:
Nick Mowen 2022-08-28 07:03:03 -06:00
parent 93cd973e59
commit a3e3b0a2d3

View File

@ -45,6 +45,12 @@ More details on available detectors can be found [here](/configuration/detectors
Now let's add the first camera: Now let's add the first camera:
:::caution
Note that passwords that contain special characters often cause issues with ffmpeg connecting to the cameara. If recieving `end-of-file` or `unauthorized` errors with a verified correct password, try changing the password to something simple to rule out the possibility that the password is the issue.
:::
```yaml ```yaml
mqtt: mqtt:
host: <ip of your mqtt server> host: <ip of your mqtt server>