A tool to stream videos directly into the VLC media player.
Download
Download the tool from here:
Windows | Linux |
---|---|
win-x64 | linux-x64 |
Building
You can use tool's pre-compiled binaries directly or you can compile from source.
To build from source, GO must be installed.
For linux installation:
sudo make
For linux build:
sudo make build
For linux uninstall:
sudo make uninstall
For windows:
go build
Usage
It may take some time to buffer as it depends on the file size and network speed.
./peerwatch [-h] [-p port] [name]
-p port on which tool will run
name name of the movie(use double quotes for multi words name)
Example:
peerwatch.exe xyz
or
./peerwatch "xyz blueray"
Disclaimer
This tool or author are not responsible for any type of copywrite claim. This tool work similarly as common user visiting the source and stream videos on their browsers.
License
peerwatch is made by @cipheras and is released under the terms of the
Feel free to submit a bug, add features or issue a pull request.