New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kevingodell/node-red-mp4frag

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kevingodell/node-red-mp4frag

Parse a fragmented mp4 from a buffer and send it to a downstream node or serve it via socket.io and http.

  • 0.1.1-beta.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
increased by40%
Maintainers
1
Weekly downloads
 
Created
Source

@kevingodell/node-red-mp4frag

Buy me a coffee GitHub license npm GitHub issues

A Node-RED node used for parsing fragmented mp4 video from ffmpeg.

  • designed to live stream mp4 video via http or socket.io
  • video can be viewed in modern browsers using HLS.js
  • video can be viewed in Safari browser using native HLS
  • compatible with @kevingodell/node-red-ui-mp4frag

Expectations:

  • You should have working knowledge of ffmpeg on the command line.
  • Input MP4 video should be properly fragmented so that it is compatible.
  • When using ffmpeg, set -movflags +frag_keyframe+empty_moov+default_base_moof.
  • 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-mp4frag
  • 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-mp4frag/tree/master/examples

Keywords

FAQs

Package last updated on 29 May 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc