jhiesey / videostream

Play html5 video when from a file-like object
MIT License
247 stars 73 forks source link

fix: don't pipe to multiple destinations #69

Open ThaUnknown opened 2 years ago

ThaUnknown commented 2 years ago

This fixes an issue where videostream would pipe a single stream to multiple destinations. This is fine for node streams, but is incompatible with streamx for web