Skip to content

Latest commit

 

History

History
82 lines (48 loc) · 2.5 KB

README.md

File metadata and controls

82 lines (48 loc) · 2.5 KB

7VB

library package license donate

node-red-ffmpeg

ffmpeg command in docker container

Docker environment

required:

for testing:

launch:

docker run --rm  -p 1881:1880  william1608/node-red-ffmpeg:$VERSION

image

and open browser to "localhost:1881".

try latest docker image

docker compose

here compose file example

in terminal:

docker compose up -d

Run nvr

nodes you need:

  • node-red-contrib-vision-ai
  • node-red-contrib-image-output
  • node-red-contrib-telegrambot
  • node-red-dashboard
  • node-red-node-base64

this flow run nvr (mode live view/mode record),object detection and send image to telegram:

image

show in dashboard your cams:

video6026190723785690644

TO DO

  • kubernetes environment
  • arm build
  • another scenario machine learning in nodeRed

Credits

Final cut

enjoy this project and check my other works here