ari_verse

joined 1 year ago
[–] ari_verse@lemmy.ca 3 points 2 weeks ago

For Music and streaming, specially for hi-res audio. SACD etc streaming, take a look at lyrion music server. The best solution of the myriad I tried self-hosting. Supports podcasts and audiobooks as well

[–] ari_verse@lemmy.ca 1 points 3 months ago

Yes. They have two options, I have the 8, there is also the 8L which is cheaper and still 3X the coral so surely more than enough.

If you install the official .deb, it's a set-and-forget type experience, pretty great. 6ms inference with 5 full HD cams. I don't even bother with the substreams.

[–] ari_verse@lemmy.ca 3 points 3 months ago (2 children)

I replaced (sold) my coral usb late last year after using it for 3 years. I upgraded my home server and wanted to go M.2 and noticed that frigate started to support a new chip, with many times the performance of the coral. I went with a Hailo-8. It's been flawless.

Recommendation: use the .deb driver that Hailo provides, it gets installed via dkms and survives kernel updates.

[–] ari_verse@lemmy.ca -1 points 1 year ago* (last edited 1 year ago)

Fair comment, I should qualified my answer: I use an ssh tunnel with auto-reconnect option, wrapped inside a systemd service. In all this years, I still have to run into a problem that wasn't external (server down, no internet at home etc) I agree that wireguard is the proper solution however it requires a lot of extra configuration and support in both ends, which now is prevalent but not so much 5+ years ago. Also for a single port solution, ssh is so much simpler, practical and reliable, you only need an ssh user at the other end.

ExecStart=/usr/bin/ssh -NT -o ServerAliveInterval=60 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -R localhost:YOUR_PORT:localhost:YOUR_PORT SOME_USER@YOUR_SERVER

[–] ari_verse@lemmy.ca 0 points 1 year ago (2 children)

This. Using simple ssh tunneling with port forwarding in a similar scenario. Working flawlessly with zero maintenance for 5 years and counting. Very reliable