mafintosh / hypervision

P2P Television
MIT License
449 stars 59 forks source link

Replace pipe() with pump() #15

Closed louiscenter closed 7 years ago

louiscenter commented 7 years ago

By using pump instead of pipe, we will only need to destroy the MediaStream for everything else to close when a broadcast finishes.

louiscenter commented 7 years ago

Merged https://github.com/mafintosh/hypervision/pull/20