- My Forums
- Tiger Rant
- LSU Recruiting
- SEC Rant
- Saints Talk
- Pelicans Talk
- More Sports Board
- Fantasy Sports
- Golf Board
- Soccer Board
- O-T Lounge
- Tech Board
- Home/Garden Board
- Outdoor Board
- Health/Fitness Board
- Movie/TV Board
- Book Board
- Music Board
- Political Talk
- Money Talk
- Fark Board
- Gaming Board
- Travel Board
- Food/Drink Board
- Ticket Exchange
- TD Help Board
Customize My Forums- View All Forums
- Show Left Links
- Topic Sort Options
- Trending Topics
- Recent Topics
- Active Topics
Started By
Message
re: Update pg 3 - 43" bar information home assistant display now in beta!
Posted on 7/8/26 at 5:19 pm to Dallaswho
Posted on 7/8/26 at 5:19 pm to Dallaswho
quote:i dont.
Why transcode at all though? I only remux for live tv because the proxy is not reachable from external.
its for the unwashed masses using all manner of plex clients who have trouble getting my stuff to play.
Posted on 7/8/26 at 8:11 pm to CAD703X
quote:
its for the unwashed masses using all manner of plex clients who have trouble getting my stuff to play.
Good point. I guess technically I remux everything because my “library” is also just a half a million .strm files going through the same proxy. Prob have a quarter of a TB in metadata.
This post was edited on 7/8/26 at 9:09 pm
Posted on 7/9/26 at 7:48 am to CAD703X
quote:
really? this wont improve performance at all?
Not really. Ramdisk was to help take some of the rw loads off of old shitty SSDs
Posted on 7/9/26 at 11:04 am to Zach Lee To Amp Hill
Posted on 7/9/26 at 11:14 am to AaronDeTiger
i'm following that exact thread as well.
the devices are still a bit 'iffy'. just need a simple espy mic with background sound removal that will plug in to an outlet that runs around $30 so we can put them in key rooms.
we will have sonos speakers all over the house and i will tag the voice response to the nearest speaker to the mic so we won't need the espy device to have a speaker.
i really really want this to work. local voice control is a key component to how i've designed my smart home without needing to 'touch' things.
frigate and voice control are the next 2 things i need to be buttery smooth
Posted on 7/9/26 at 11:40 am to CAD703X
what cameras are yall using? I have reolink and apparently they dont play nice with frigate. I finally got my streams to stay warm for instant display when toggling/swiping through them.
I'm following a guy that made his own NVR for reolink.
I'm following a guy that made his own NVR for reolink.
Posted on 7/9/26 at 11:51 am to AaronDeTiger
All Dahua here. Mostly older S1 and S2 stuff, mostly pro series WizMind. one is stamped enpiretech.
This post was edited on 7/9/26 at 11:57 am
Posted on 7/9/26 at 12:14 pm to AaronDeTiger
I just got lucky and stumbled across an obscure poorly-worded ebay listing that slipped under the radar since Dahua electronics are banned there.
Highly recommend even the old N45 E series. (S1). You can configure everything imaginable and a thorough api makes automation a breeze. Lots of streams too so can use for record, detect, other app, etc, all perfectly optimized with the right codecs, bitrates, GOP intervals, etc.
Highly recommend even the old N45 E series. (S1). You can configure everything imaginable and a thorough api makes automation a breeze. Lots of streams too so can use for record, detect, other app, etc, all perfectly optimized with the right codecs, bitrates, GOP intervals, etc.
Posted on 7/9/26 at 12:28 pm to AaronDeTiger
v2 of dashboard. i'll keep it here until a real hurricane comes and then tweak the cards & messaging. i extended my area to 6000 miles but its not picking up that one across the ocean unless i'm doing it wrong.


Posted on 7/9/26 at 12:35 pm to AaronDeTiger
quote:thats disappointing.
what cameras are yall using? I have reolink and apparently they dont play nice with frigate. I finally got my streams to stay warm for instant display when toggling/swiping through them.
one of the reasons i went with reolink was it had a PLATINUM (highest) rating in Home Assistant so i assumed it was the best for all uses. But what I don't see is any discussion of using something like Frigate with it.
quote:
The Reolink integration is classified as a Platinum-quality integration because it adheres to the highest coding, reliability, and usability standards defined by the Home Assistant core team. This tier guarantees a flawless, premium user experience backed by an official partnership with the Open Home Foundation
quote:
High-Quality Code & Optimization: The integration features highly optimized, exceptionally efficient code. This minimizes CPU overhead on your Home Assistant hardware, leading to superior overall system stability and reduced bugs.
Automatic Device Discovery: New cameras and NVRs are discovered automatically on your network, initiating seamless, prompt-guided setup.
100% Local Control: Video processing, motion alerts, and camera management operate entirely within your local area network (LAN). No external internet access or cloud dependencies are required to retain full functionality.
Advanced Native Entities: Rather than offering basic video feeds, the integration populates rich, native Home Assistant entities. This includes direct PTZ (pan-tilt-zoom) controls, diagnostic metrics, and state sensors.
Subscription-Free AI Tracking: Advanced On-camera AI diagnostics—such as person, vehicle, pet, and package detection—bypass paid cloud tiers. Instead, they map directly into native Home Assistant binary sensors.
Native Firmware Updates: You can see, track, and install official Reolink device firmware updates directly inside the Home Assistant dashboard using native update entities.
Zero Complex Network Tweaking: Unlike standard integrations that require manual port forwarding or unlocking, newer versions natively handle configuration across standard camera protocols (such as port 9000) automatically.
Posted on 7/9/26 at 12:55 pm to CAD703X
If you don't plan on using frigate, you probably wont have any problems. I just want to play with facial recognition, license plate readers, AI generated descriptions in my logs.
These are the pitfalls:
These are the pitfalls:
quote:
are there known issues with getting reolink cameras/home assistant/frigate all wired up and running smothly?
Yes. In fact, Reolink and Frigate is a notoriously finicky combination. Frigate developers have historically recommended against Reolink because of their non-standard streaming implementations.
GitHub
However, with the integration of go2rtc into Frigate and some specific configurations, you can build a rock-solid setup. If you just plug the RTSP URLs into Frigate like a standard camera, you will face dropped frames, ffmpeg crashes, and video smearing.
Here is exactly what breaks and how to engineer around it.
1. The Broken RTSP Implementation
Reolink's native RTSP streams are famously buggy. They frequently drop frames and stutter, which wreaks havoc on Frigate's object detection and causes the stream to constantly disconnect.
The Fix: Abandon standard RTSP. Reolink's HTTP-FLV stream (which is essentially RTMP wrapped in HTTP) is significantly more reliable. When defining the camera in Frigate, point it to the HTTP stream and use the Reolink-specific input arguments:
input_args: preset-http-reolink
2. The 4K / H.265 Trap
If you are running 8MP/4K Reolink cameras (like the 810A, 820A, or Trackmix), Reolink forces H.265 encoding on the main stream. There is no toggle to switch back to H.264 for the high-res feed.
The Fix:
For Detection: Always use the camera's lower-resolution sub-stream (which is H.264) for Frigate's detect role.
For Recording/Restreaming: Ensure your Frigate server's hardware (like an Intel iGPU) supports H.265 decoding, and explicitly configure go2rtc to handle the H.265 HTTP-FLV feed.
3. I-Frame Interval Mismatches
Frigate relies on keyframes (I-frames) matching the frame rate so it can efficiently decode the stream for the Coral TPU or CPU to process. Reolink defaults to dynamic or mismatched intervals, which causes CPU spikes and missed detections.
The Fix: You have to log directly into the camera's web UI (the desktop client or app usually hides this). Under the stream settings, hardcode the Interframe Space to 1x. If your frame rate is 15 FPS, your I-frame interval must be 15.
4. Overloading the Camera's CPU
Reolink cameras have relatively weak internal processors. If Frigate pulls a stream, your Home Assistant dashboard pulls a stream, and you open the mobile app, the camera's CPU will max out and the feed will lock up.
The Fix: Funnel everything through go2rtc.
Configure go2rtc in Frigate to pull exactly one main stream and one sub-stream from the camera via HTTP.
Configure Frigate's detect and record roles to pull from that local go2rtc restream (rtsp://127.0.0.1:8554/...).
Have Home Assistant pull the live view from the go2rtc WebRTC feed. This gives you near-zero latency on your dashboards without touching the camera itself.
Pro-tip: Even with this architecture, Reolinks are prone to memory leaks. It is highly recommended to enable the "Auto Reboot" feature in the camera's maintenance settings to restart the camera once a week at 3 AM.
5. Audio Desync Crashing ffmpeg
The audio stream from Reolinks can drift out of sync with the video or throw unsupported codec errors, causing the entire ffmpeg process for that camera to crash.
The Fix: If you don't absolutely need audio for recordings, strip it out in the stream arguments. If you do need it, you will likely need to configure go2rtc to transcode the audio to AAC (#audio=aac) to keep the pipeline stable.
Posted on 7/9/26 at 1:38 pm to AaronDeTiger
i would say they shouldn't have reolink as a 'platinum' integration then as frigate is one of the most popular HA add-ons. whats the use of having security cameras if you cant add some localized facial and vehicle detection?
I'm not too proud to rip them out and put a different PoE camera in.
also, my 'joke' database for when the vacuum is running is well over 100 now.
for instance the triggered joke below was a combination of the weather from the ecowitt, having to re-clean a certain area and understanding the types of entry doors in the kitche/dining room.
Posted on 7/9/26 at 2:48 pm to CAD703X
You can get Reolink to work with frigate, it’s just extra work and maybe miss some stuff due to bad timestamps in the streams. Ffmpeg8 has http flv support that might help.
Posted on 7/9/26 at 3:42 pm to Dallaswho
quote:i've got it running..kind of..but it was so slow and took my HA down so i turned it off until i could sort it out. i think finding out everything was running on a non-ssd drive didn't help so i'll unpack that and try again.
You can get Reolink to work with frigate, it’s just extra work and maybe miss some stuff due to bad timestamps in the streams
Posted on 7/9/26 at 11:41 pm to CAD703X
my reolink cameras have been absolutely perfect with frigate
Posted on 7/10/26 at 6:36 am to Zach Lee To Amp Hill
quote:do you mind to share your setup or how you're using it?
Zach Lee To Amp Hill
Posted on 7/20/26 at 12:04 pm to AaronDeTiger
hey baw, haven't forgotten you! here's v1.1 of my hurricane dash! nice work! I need to play with the overlay stuff; what obvious things am i missing?
how it looks on display
ETA i think my next trick is to create both 'light' and 'dark' versions of my dashboards that it can jump to automatically depending on time of day, etc.
how it looks on display
ETA i think my next trick is to create both 'light' and 'dark' versions of my dashboards that it can jump to automatically depending on time of day, etc.
This post was edited on 7/20/26 at 12:31 pm
Posted on 7/20/26 at 2:18 pm to CAD703X
Cad I’m sorry I just saw your question. Honestly I downloaded the app on my phone, set the cameras up and then told my claw what I was using the cameras for and let it go to work on the settings. But they work good for me. If there are better options I’d love to hear them tho.
I too am using that hurricane tracker card now lol.
I too am using that hurricane tracker card now lol.
Posted on 7/20/26 at 2:36 pm to Zach Lee To Amp Hill
quote:
I too am using that hurricane tracker card now lol.
quote:
Cad I’m sorry I just saw your question. Honestly I downloaded the app on my phone, set the cameras up and then told my claw what I was using the cameras for and let it go to work on the settings. But they work good for me. If there are better options I’d love to hear them tho.
i have an older Dell (3620) and only had 16GB of RAM when i first tried frigate. i also incorrectly though my scratch disk was SSD and it wasnt
i have since doubled the RAM and redirected everything to the SSD so i may try it again and try one of the 'non doorbell' reolink cameras.
Popular
Back to top



1



