All Projects → stream-utils → unpipe

stream-utils / unpipe

Licence: MIT license
Unpipe a stream from all destinations

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to unpipe

comfy-channel
A 24/7 live video broadcast with automatic content selection and overlays using FFMPEG and Python!
Stars: ✭ 37 (+60.87%)
Mutual labels:  stream
watsor
Object detection for video surveillance
Stars: ✭ 203 (+782.61%)
Mutual labels:  stream
tabular-stream
Detects tabular data (spreadsheets, dsv or json, 20+ different formats) and emits normalized objects.
Stars: ✭ 34 (+47.83%)
Mutual labels:  stream
custer
macOS streaming radio in your menu bar
Stars: ✭ 17 (-26.09%)
Mutual labels:  stream
anime-scraper
[partially working] Scrape and add anime episode stream URLs to uGet (Linux) or IDM (Windows) ~ Python3
Stars: ✭ 21 (-8.7%)
Mutual labels:  stream
metacom
RPC communication protocol for Metarhia stack 🔌
Stars: ✭ 42 (+82.61%)
Mutual labels:  stream
docker-Kinesis-local
Docker build for AWS Kinesis local
Stars: ✭ 43 (+86.96%)
Mutual labels:  stream
RingBuffer
Classic ringbuffer with optional Stream interface
Stars: ✭ 53 (+130.43%)
Mutual labels:  stream
lwjson
Lightweight JSON parser for embedded systems
Stars: ✭ 66 (+186.96%)
Mutual labels:  stream
RawAnime
Anime app to watch animes without any ads for free. Currently broken.. working to fix it with new UI
Stars: ✭ 19 (-17.39%)
Mutual labels:  stream
Unity live caption
Use Google Speech-to-Text API to do real-time live stream caption on Unity! Best when combined with your virtual character!
Stars: ✭ 26 (+13.04%)
Mutual labels:  stream
go-streams
Stream Collections for Go. Inspired in Java 8 Streams and .NET Linq
Stars: ✭ 127 (+452.17%)
Mutual labels:  stream
Zee5
Just a simple shit but no one knows
Stars: ✭ 29 (+26.09%)
Mutual labels:  stream
craft-youtubeliveembed
This plugin allows you to embed a YouTube live stream and/or live chat on your webpage
Stars: ✭ 14 (-39.13%)
Mutual labels:  stream
hellhound
A set of libraries to create asynchronous, high performance, scalable and simple application.
Stars: ✭ 33 (+43.48%)
Mutual labels:  stream
hls-segment-reader
Node.js Readable for retrieving HLS segments.
Stars: ✭ 18 (-21.74%)
Mutual labels:  stream
pyrocms-cheatsheet
Pyro CMS - Cheat Sheet
Stars: ✭ 17 (-26.09%)
Mutual labels:  stream
kcp-conn
No description or website provided.
Stars: ✭ 24 (+4.35%)
Mutual labels:  stream
minotaure
Ce programme permet à des centaines de joueurs de participer à la même aventure en votant notamment pour la prochaine action à faire.
Stars: ✭ 48 (+108.7%)
Mutual labels:  stream
files-io
Read many files with node
Stars: ✭ 19 (-17.39%)
Mutual labels:  stream

unpipe

NPM Version NPM Downloads Node.js Version Build Status Test Coverage

Unpipe a stream from all destinations.

Installation

This is a Node.js module available through the npm registry. Installation is done using the npm install command:

$ npm install unpipe

API

var unpipe = require('unpipe')

unpipe(stream)

Unpipes all destinations from a given stream. With stream 2+, this is equivalent to stream.unpipe(). When used with streams 1 style streams (typically Node.js 0.8 and below), this module attempts to undo the actions done in stream.pipe(dest).

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].