Skip to content

william89731/node-red-ffmpeg

Repository files navigation

7VB

library package license donate

node-red-ffmpeg

ffmpeg command in docker container

Security check

I cooked this custom image using only the necessary dependencies and used trivy to scan for any vulnerabilities

image

Docker environment

required:

for testing:

launch:

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

image

and open browser to "loacalhost:1881".

try latest docker image

docker compose

here compose file example

in terminal:

docker compose up -d

Machine learning

Human detection

nodes you need:

  • node-red-contrib-object-detection
  • 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),human detection and send image to telegram:

image

show in dashboard your cams:

image

TO DO

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

Credits

Final cut

enjoy this project and check my another works here