Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[SUPPORT] blakeblackshear - Frigate

Featured Replies

  • Author
On 12/30/2024 at 4:56 PM, sapphireone said:

Hello, is it possible to change the image saving path with an http host?

Capture d’écran 2024-12-30 165613.jpg

No

  • Replies 1.6k
  • Views 559.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Glodenox
    Glodenox

    I ran into an issue where the Docker container didn't want to start any more after the upgrade to Unraid 7.3.0, with the following error: Error response from daemon: error while creating mount source

  • I released now a Plugin for Unraid 6.9.0rc2 and up so that the installation of the Drivers is as easy as going to the CA App and search for 'Coral-Driver'.   It will take about an hour to sh

  • Hi @mathgoy, I've been using Frigate with an NVIDIA GPU.   to set it up, go the the docker template and add: --rm --runtime=nvidia to the "Extra Parameters".   Y

Posted Images

  • Author
On 12/30/2024 at 7:50 AM, ElMatador said:

Hi,

 

I have (2) GPUs installed on my unraid server: GTX 1660 and RTX 4070. I would like for Frigate to just use one, the GTX 1660. I have setup my parameters accordingly, but both GPUs keep showing up in the System Metrics.

 

 

docker run
  -d
  --name='frigate'
  --net='bridge'
  --privileged=true
  -e TZ="America/New_York"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="frigate"
  -e 'FRIGATE_RTSP_PASSWORD'='xxxxxxxxxxxxxx'
  -e 'NVIDIA_VISIBLE_DEVICES'='GPU-bdacb15e-0574-7cb8-db6e-5eb63d550e36'
  -e 'NVIDIA_DRIVER_CAPABILITIES'='compute,utility,video'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:5000]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/yayitazale/unraid-templates/main/frigate.png'
  -p '5000:5000/tcp'
  -p '8554:8554/tcp'
  -p '8555:8555/tcp'
  -p '8555:8555/udp'
  -p '1984:1984/tcp'
  -p '8971:8971/tcp'
  -v '/mnt/user/appdata/frigate':'/config':'rw'
  -v '/mnt/user/Media/frigate':'/media/frigate':'rw'
  -v '/etc/localtime':'/etc/localtime':'rw'
  --device='/dev/bus/usb/'
  --shm-size=1024mb
  --mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000
  --restart unless-stopped
  --runtime=nvidia 'ghcr.io/blakeblackshear/frigate:0.14.0-tensorrt'

6cff37359b8987a99e637657cc67ef72be2e9db04c866a132a2898a52334ee0f

The command finished successfully!

 

 

 

 

2024-12-30_01-48-07.jpg

privileged = false

This container has not been updated since 2022. It really does need an update to .15 for modern hardware ie QSV. What is the process for getting this done even if it means I have to volunteer to maintain it? or If its not abandoned, can the developer give me a timeline of when it might be added.  

  • Author
2 hours ago, remudapro said:

This container has not been updated since 2022. It really does need an update to .15 for modern hardware ie QSV. What is the process for getting this done even if it means I have to volunteer to maintain it? or If its not abandoned, can the developer give me a timeline of when it might be added.  

Hi, the template is maintained, there have been multiple breaking changes posted here years ago that forced you to have to reinstall the application with a new template. Please read the documentation and the first post in this thread before posting.

  • 2 weeks later...

I am trying to access my Frigate install using the new Tailscale integration with Unraid.  When I attempt to access it using the tailscale url, which is https, I get this back from the Frigate ngnix "The plain HTTP request was sent to HTTPS port". Not sure how to make this work using Tailscale's https url.  Any help would be appreciated.

I figured it out.  I needed to disable TLS in my Frigate config as Tailscale serves as a reverse proxy.  Addiing:

tls:
  enabled: False

 

to my frigate config did the trick.

  • 3 weeks later...

This is probably a Noob question, but how would I go about updating my docker to the beta version that is Pre Release? In the documentation, there is a list of the all of the official image tags, but they are all of the stable version. 
I have the docker currently installed from CA. 

I am not the most knowledgeable about Docker and Unbraid, so please ignore this, if it is too basic for this chat. 
I am super excited about all of the new features in the Beta, and I really want to play around with the new detections and AI features. 

14 hours ago, Blaze337 said:

This is probably a Noob question, but how would I go about updating my docker to the beta version that is Pre Release? In the documentation, there is a list of the all of the official image tags, but they are all of the stable version. 
I have the docker currently installed from CA. 

I am not the most knowledgeable about Docker and Unbraid, so please ignore this, if it is too basic for this chat. 
I am super excited about all of the new features in the Beta, and I really want to play around with the new detections and AI features. 

Set the version in the repository section:

ghcr.io/blakeblackshear/frigate:0.15.0-rc2

 

image.thumb.png.813ab4f037b89bacbf7ececb9885661b.png

Hi, I'm just getting a bit desperate ... besides hwaccel frigate is up and running on my Asus Nuc 14 RVB with Intel Core Ultra 7 155H. I read this thread back and force tried every possible syntax in the config.yaml of frigate. I'd highly appreciate if someone could help me getting the right syntax for 

ffmpeg:
hwaccel_args: preset-vaapi

In docker I've specified:

Extra Paramenters: --shm-size=2048m --mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000 --restart unless-stopped

Privileged: On

Driver for Intel/AMD GPUs: i965

 

Please let me know if you need any additional information. 

 

Thanks

 

 

  • Author
On 2/7/2025 at 5:44 PM, Blaze337 said:

This is probably a Noob question, but how would I go about updating my docker to the beta version that is Pre Release? In the documentation, there is a list of the all of the official image tags, but they are all of the stable version. 
I have the docker currently installed from CA. 

I am not the most knowledgeable about Docker and Unbraid, so please ignore this, if it is too basic for this chat. 
I am super excited about all of the new features in the Beta, and I really want to play around with the new detections and AI features. 

You can just update to v15 now in the stable channel (just update it in the docker container list)

Edited by yayitazale

17 hours ago, yayitazale said:

V0.15.0 has been released, please read the breaking changes and updated documents before updating and change your config files accordingly:

 

https://github.com/blakeblackshear/frigate/releases/tag/v0.15.0
https://docs.frigate.video/

Hi, I'm not clear how to increase the SHM size in this unRaid docker. Can you please help?

The official doc shows to add it in docker compose config but I don't know how to do that in unRaid.

 

Thanks!

In Docker, click Frigate and Edit to open the template.

Select Advanced View (top right corner.

Add what you need in Extra Parameters.

 

image.png.f54837040c9bfc749d58bb288249b96e.png

19 hours ago, ConnerVT said:

In Docker, click Frigate and Edit to open the template.

Select Advanced View (top right corner.

Add what you need in Extra Parameters.

 

image.png.f54837040c9bfc749d58bb288249b96e.png

What is the ideal calculation to find the best shm-size size anyone knows how to do the correct calculation?

image.png.86d2a9cbf25ad3ed84a15ca8fc4db05d.png

Where do I find default username/password? I've checked the logs and I haven't seen it. I searched forums and just find links to the manual which just states check log. I might have no idea which log to check as this is not mentioned, but I have checked several logs.

image.png.b449605bd1b52ff7da004b39508c4b29.png

 

image.thumb.png.0fc05eb86ec10af9bae66d2764b75cb4.png

  • Author
2 hours ago, Max A said:

Where do I find default username/password? I've checked the logs and I haven't seen it. I searched forums and just find links to the manual which just states check log. I might have no idea which log to check as this is not mentioned, but I have checked several logs.

imagen.png.6abe652d25111520df265f2081fc72c9.png

Thanks for the reply. This confirms at least that I am looking in the correct log. Now I guess I need to figure out why that information is not displaying in that log. I have tried uninstalling and reinstalling making sure to check that log as soon as I could change over to that screen but saw nothing indicating a password. 

The container does seem to install correctly as I am able to load up the webUI with link, but this was after correcting the link to https://.

  • Author
12 hours ago, Max A said:

Thanks for the reply. This confirms at least that I am looking in the correct log. Now I guess I need to figure out why that information is not displaying in that log. I have tried uninstalling and reinstalling making sure to check that log as soon as I could change over to that screen but saw nothing indicating a password. 

The container does seem to install correctly as I am able to load up the webUI with link, but this was after correcting the link to https://.

Try it with the password reset process described in the docs.

 Please help, I seems to  have update  Frigate without dealing with the Breaking Changes before hand.    I am unable to obtain any images only the errors in the attachment.  Any way of  fixing th error and get back to normal or do i hav eto start from scratch with th e latest i update?

_frigate_logs(5).txt

On 12/14/2024 at 12:49 AM, cjpeckover said:

Sorry if this has been brought up before, but I'm currently having an issue with my pcie Coral TPU constantly being dropped by Unraid. Every few minutes the Coral TPU Driver dashboard will display the status, temp, frequency as SHUTDOWN, which in turn will cause Frigate to complete stop functioning since the TPU can't be found (and fallbacks aren't yet an option).

 

I'd found another thread that suggested monitoring Coral temperatures with script, but nothing out of the ordinary from that. The temperature will hover around 38-42C, then when the TPU dies it'll just report -89.70 until either Unraid is completely rebooted (full shutdown) or the pcie slot is rebooted with a script.

 

Have there been reported instances of coral pcie TPUs malfunctioning after a couple years of use?

 

Any help, or pointing to another thread, would be appreciated.

Just had this same problem on a PCIE Coral I've had installed in my system for years. Looks like these things were cheaply made or defective. It happened twice in a row and has been running for half an hour now OK.

  • Author
On 2/12/2025 at 9:42 PM, mikey6283 said:

 Please help, I seems to  have update  Frigate without dealing with the Breaking Changes before hand.    I am unable to obtain any images only the errors in the attachment.  Any way of  fixing th error and get back to normal or do i hav eto start from scratch with th e latest i update?

_frigate_logs(5).txt 9.8 kB · 0 downloads

You should read the changelog and the new docs and change your config file to meet the changes.

  • 2 weeks later...
On 2/16/2025 at 4:34 PM, yayitazale said:

You should read the changelog and the new docs and change your config file to meet the changes.

 Hi

I changed my config , however not sure i have done it correctly as i still have the same issue . I have  installed Frigate again with the lastest  firmware  can you help?

config.yml _frigate_logs(5)(1).txt

  • Author
22 hours ago, mikey6283 said:

 Hi

I changed my config , however not sure i have done it correctly as i still have the same issue . I have  installed Frigate again with the lastest  firmware  can you help?

config.yml 3.81 kB · 1 download _frigate_logs(5)(1).txt 9.8 kB · 1 download

No, not related with unraid template. Please go and look if any of the closed issues with same log gives you some idea of possible fixes: https://github.com/blakeblackshear/frigate/issues?q=is%3Aissue state%3Aclosed "Conversion failed!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.