Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mafintosh/peervisionary
- Owner: mafintosh
- License: mit
- Created: 2015-09-08T12:03:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-27T01:09:42.000Z (about 9 years ago)
- Last Synced: 2024-10-16T23:40:40.657Z (23 days ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 42
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-peer-to-peer - peervisionary
- awesome-peer-to-peer - peervisionary
- awesome-network-js - peervisionary
- awesome-starred - mafintosh/peervisionary - Command line tool that combines airswarm and peervision to stream p2p content over your local network (others)
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