Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

jnj16180340/wevo

Repository files navigation

Project status

I bricked the (free) test device by plugging in a janky Ethernet cable (??). Expect no further development.

Connecting to it

URLs (camera):rtmp://192.168.69.10/live, stream key livekey, 1935 is default RTMP port
URLs (VLC): rtmp://192.168.69.10/live/livekey
URLs (nginx stats): http://localhost:8080/stat

NGINX / nginx-rtmp stream server

docker run      \
  -p 1935:1935        \
  -p 8080:8080        \
  -e RTMP_STREAM_NAMES=live,teststream1,teststream2   \
  jasonrivers/nginx-rtmp

Motion / MotionEye settings (for mice)

  • auto noise threshold
  • mask - red is ignored
  • 1280x720 threshold: 0.01%
    • motioneye web ui - need to breakpoint main.js:1866 var dict = ...
    • set dict.frame_change_threshold = 0.01

About

Turning "me" into "we"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published