this post was submitted on 03 Aug 2025
36 points (92.9% liked)

Selfhosted

50178 readers
415 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I'm looking at some CWWK, topton, and oaknode boards online for an upcoming build. I'm throwing proxmox and OPNsense on this. There's a ryzen 8845HS board I'm curious about but there's also some intel boards I could drop an i5-14600T used CPU into that could work well too. Either way I would have an intel ARC GPU in the PCI slot for media decode/encode and a coral TPU in the E-key M2 slot for frigate object recognition.

But I get conflicting info online about these boards being a waste of time and money. I see things about them burning out, or having weird BIOS bugs that never get fixed. On the other hand, NAScompares seems to like these boards. Are these something I should avoid?

you are viewing a single comment's thread
view the rest of the comments
[–] muusemuuse@sh.itjust.works 2 points 3 days ago (3 children)

I want zenarmor and suricata. Intel N series chips cannot handle that. The dGPU is just needed for handling media decode and encode, not actual rendering.

[–] TehNomad@piefed.social 1 points 1 day ago

I have Zenarmor and Suricarta running on my Topton N100 and it works fine. But the machine only has OPNsense on it.

[–] non_burglar@lemmy.world 3 points 2 days ago (2 children)

The quicksync built-in to the n100 PR n305 is more than adequate to encode/decode media. If that's all you're using it for, you don't need an Intel arc.

[–] MysteriousSophon21@lemmy.world 1 points 1 day ago (1 children)

The Arc actually makes sense here since OP mentioned multiple cameras for Frigate - QuickSync on N100/N305 starts to choke with 5+ simultaneous streams, while Arc A380 can handle 8+ streams with AV1 decode/encode as a bonus.

[–] non_burglar@lemmy.world 1 points 1 day ago

I have 5x1080 streams to my frigate container and it only has a coral tpu passed through, 4 to 8% CPU usage in the container. The arc will not yield any advantage unless op is using vino to run the ml, but they pointed out that they are getting a coral tpu.

[–] muusemuuse@sh.itjust.works 1 points 2 days ago* (last edited 2 days ago) (1 children)

Incorrect. The built in quicksync is adequate for a limited number of simultaneous streams. Considering I plan for frigate to handle multiple cameras on this machine I will need more streams.

[–] non_burglar@lemmy.world 4 points 2 days ago (1 children)

You are mistaken. Frigate ingests rtsp and direct streams using HLS, which only accepts h264 or h265. The vast majority of cameras encode in h264. H264 is a trivial decode operation on modern hardware within the last decade.

I am currently looking at CPU usage in my frigate container with 5 1080p RTSP streams and it is hovering at between 4% and 8%. Without any quicksync configured, just CPU and coral.

I don't know what your deal is, or why you think you know more than folks who have been doing this for years, but stop, please. You don't know what you're talking about.

[–] muusemuuse@sh.itjust.works 2 points 2 days ago* (last edited 2 days ago) (2 children)

They used to encode with h264. I set up a rig 2 years ago with the goal for using that but just couldn’t source cameras at a decent price that use the olde codec. It’s actually pretty difficult to find that anymore. Also, they need to decode streams for processing for things like object detection. That doesn’t work without decoding being done on each stream first.

I am open to being wrong on this I just want to be certain before I get to the spending money stage. Can you show me where you got that information?

[–] non_burglar@lemmy.world 3 points 1 day ago

I checked the specs on 5 modern, newly released IP cameras. They all use h264/h265, aka AVC1 and HVEC. Not surprising, cause that's part of the spec.

[–] non_burglar@lemmy.world 2 points 2 days ago

I'm angrily going to go look because you've introduced doubt in my mind. And I don't like not knowing.

[–] anamethatisnt@lemmy.world 2 points 3 days ago

I never recommended the Intel N chips though. :)