Skip to content

Commit

Permalink
Add instructions for custom go2rtc build (blakeblackshear#6333)
Browse files Browse the repository at this point in the history
* Add instructions for custom go2rtc build

* Fix numbering
  • Loading branch information
NickM-27 committed Apr 30, 2023
1 parent cbd0769 commit 82aa238
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/docs/configuration/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,14 @@ To do this:
3. Restart Frigate and the custom version will be used if the mapping was done correctly.

NOTE: The folder that is mapped from the host needs to be the folder that contains `/bin`. So if the full structure is `/home/appdata/frigate/custom-ffmpeg/bin/ffmpeg` then `/home/appdata/frigate/custom-ffmpeg` needs to be mapped to `/usr/lib/btbn-ffmpeg`.

## Custom go2rtc version

Frigate currently includes go2rtc v1.2.0, there may be certain cases where you want to run a different version of go2rtc.

To do this:

1. Download the go2rtc build to the /config folder.
2. Rename the build to `go2rtc`.
3. Give `go2rtc` execute permission.
4. Restart Frigate and the custom version will be used, you can verify by checking go2rtc logs.

0 comments on commit 82aa238

Please sign in to comment.