mafintosh / chromecasts

Query your local network for Chromecasts and have them play media
MIT License
1.45k stars 68 forks source link

Remove native dependency #10

Closed feross closed 8 years ago

feross commented 9 years ago

Is there anything we can do to remove the native dependency when installing chromecasts?

> dtrace-provider@0.5.0 install /Users/feross/code/webtorrent/node_modules/chromecasts/node_modules/node-ssdp/node_modules/bunyan/node_modules/dtrace-provider
> node scripts/install.js

Looks like it comes from node-ssdp depending on bunyan.

mafintosh commented 9 years ago

I'd be fine with just removing ssdp support until it can be done in native js. Send a PR :)

feross commented 8 years ago

This is fixed now! I got node-ssdp to remove their native dependency in 2.7.0 a while ago. Relevant: https://github.com/feross/webtorrent/issues/554