@kevingodell/node-red-pipe2jpeg
v0.1.1-beta.2
Published
Parse a jpeg from a buffer and send it to a downstream node or serve it via http.
Downloads
31
Maintainers
Readme
@kevingodell/node-red-pipe2jpeg
A Node-RED node used for parsing jpegs from ffmpeg.
- designed to live stream mjpeg video or static jpeg images via http
- video or images can be viewed in modern browsers by setting the
src
in animg
tag
Expectations:
- You should have working knowledge of ffmpeg on the command line.
- When using ffmpeg, set
-c mjpeg -f image2pipe
. - If you have difficulties making it work, please open a new discussion and tag me
@kevinGodell
. - Do not send private messages asking for help because that will not benefit others with similar issues.
Installation:
- go to the correct directory, usually ~/.node-red
cd ~/.node-red
- using npm
npm install @kevingodell/node-red-pipe2jpeg
- reboot the node-red server
node-red-stop && node-red-start
Instructions:
- See the detailed help text in the sidebar.
Screenshots:
Flows:
https://github.com/kevinGodell/node-red-pipe2jpeg/tree/master/examples