Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mafintosh/peervisionary

Command line tool that combines airswarm and peervision to stream p2p content over your local network
https://github.com/mafintosh/peervisionary

Last synced: 17 days ago
JSON representation

Command line tool that combines airswarm and peervision to stream p2p content over your local network

Awesome Lists containing this project

README

        

# peervisionary

Command line tool that combines [airswarm](https://github.com/mafintosh/airswarm) and [peervision](https://github.com/mafintosh/peervision)
to stream p2p content over your local network

```
npm install -g peervisionary
```

## Usage

On one machine

```
> peervisionary # starts a new swarm
Stream id is 88d11ce232b51f3a3390851fe7627b149960f2ef52ab246568bc3e2355f3d548
Enter the files you want to stream:
> /path/to/a/music/file.mp3
```

On another one (on the same network)

```
peervisionary 88d11ce232b51f3a3390851fe7627b149960f2ef52ab246568bc3e2355f3d548 | mplayer -
```

Running the above should play your song using mplayer. When the song finishes
you can just add a new file to the stream and it will be added to the stream

## License

MIT