January 2, 20251 yr 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? No
January 2, 20251 yr 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! privileged = false
January 10, 20251 yr 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.
January 10, 20251 yr 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.
January 22, 20251 yr 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.
January 22, 20251 yr 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.
February 7, 20251 yr 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.
February 8, 20251 yr 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
February 8, 20251 yr 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
February 8, 20251 yr Author 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/ Edited February 8, 20251 yr by yayitazale
February 8, 20251 yr 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 February 8, 20251 yr by yayitazale
February 9, 20251 yr 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!
February 9, 20251 yr In Docker, click Frigate and Edit to open the template. Select Advanced View (top right corner. Add what you need in Extra Parameters.
February 10, 20251 yr 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. What is the ideal calculation to find the best shm-size size anyone knows how to do the correct calculation?
February 11, 20251 yr 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.
February 11, 20251 yr 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.
February 11, 20251 yr 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://.
February 12, 20251 yr 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.
February 12, 20251 yr 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
February 13, 20251 yr 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.
February 16, 20251 yr 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.
February 26, 20251 yr 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
February 27, 20251 yr 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.