this post was submitted on 27 Jul 2023
53 points (94.9% liked)

Selfhosted

39824 readers
647 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 1 year ago
MODERATORS
 

I am looking for an IP PoE camera. The thing is, it must work out of the box with something like ONVIF or at least give video stream right away.

I don't want to run any proprietary apps on my devices, including JavaScript web apps hosted by the camera.

Do you know of any that can be just plugged to the network (would run it on VLAN) and automagically appear on Home Assistant, iSpy or Frigate?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

I did exactly this last year to monitor my cats at home while I was on holiday.

I bought two of these - REOLINK RLC-811A: https://www.amazon.com/gp/product/B09873G7X3

I assigned static IPs to both of these, and blocked all of their outgoing traffic to the public internet (in case Chairman Xi or Strongman Putin wants to also see what my cats are up to).

I then spun up a local motioneye container: https://github.com/motioneye-project/motioneye

The cameras by default (I think) provide rtsp streams, so I added the two streams (rtsp://somehostname.local:554/h265Preview_01_main) to motioneye and verified that I was able to view the camera streams on my local LAN.

The last step was simply to use cloudflare to as an authentication frontend to proxy my local motioneye container to my public domain name. Worked a treat!

Hope this helps, cheers.

[–] [email protected] 1 points 1 year ago

(in case Chairman Xi or Strongman Putin wants to also see what my cats are up to).

😁