Update advanced.md for go2rtc

Include note to explicity map go2rtc
This commit is contained in:
vajonam 2023-06-04 11:40:55 -04:00 committed by GitHub
parent deec5b8bfd
commit d32d8e69a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,3 +119,11 @@ To do this:
2. Rename the build to `go2rtc`. 2. Rename the build to `go2rtc`.
3. Give `go2rtc` execute permission. 3. Give `go2rtc` execute permission.
4. Restart Frigate and the custom version will be used, you can verify by checking go2rtc logs. 4. Restart Frigate and the custom version will be used, you can verify by checking go2rtc logs.
NOTE: if using the docker/docker-compose [instructions](https://docs.frigate.video/frigate/installation) you will also need to mount/map go2rtc to `/config/go2etc`, by default instrcutions for docker only map specific files
eg: (docker-compose)
```
- /path/to/go2rtc:/config/go2rtc
```