mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Add note about special characters in passwords (#3719)
This commit is contained in:
parent
2ca59f0abe
commit
699bd3748a
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user