this post was submitted on 22 Mar 2024
65 points (100.0% liked)

Selfhosted

40943 readers
838 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
 

The weekly post. As usual, not my blog, just a good community share. Authors are on Mastodon at @[email protected].

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 9 months ago (4 children)

I’ve got something I’m hoping to see on here in a couple weeks.

I started work yesterday on a self hosted security camera system that uses v4l2 (so it works with webcams).

https://github.com/sciactive/soteria

Locally, I've got it loading the stream from the camera, encoding, and muxing, then pushing to a filesystem write stream, but I’ve discovered software based encoding in single threaded WASM is just too slow for what I’m trying to do. I’m going to rewrite it today to use FFMPEG externally for encoding.

It’s meant to be used with my WebDAV server

https://github.com/sciactive/nephele

which supports encryption and storage in a S3 compatible service. So you’ll get the benefits of a cloud security camera, but Google/Amazon/whatever won’t have access to your video.

[–] savedbythezsh 2 points 9 months ago (1 children)

You should reach out to the authors! I have no clue how they create their "new" section

[–] [email protected] 4 points 9 months ago

I’m gonna wait until it’s ready to install. Right now it’s just in the early stages of development.

load more comments (2 replies)