Socket
Socket
Sign inDemoInstall

@kevingodell/node-red-pipe2jpeg

Package Overview
Dependencies
64
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kevingodell/node-red-pipe2jpeg

Parse a jpeg from a buffer and send it to a downstream node or serve it via http.


Version published
Weekly downloads
4
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@kevingodell/node-red-pipe2jpeg

Buy me a coffee GitHub license npm GitHub issues

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 an img 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:

flow properties help

Flows:

https://github.com/kevinGodell/node-red-pipe2jpeg/tree/master/examples

Keywords

FAQs

Last updated on 11 Jun 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc