A tool to stream videos directly into the media player without any hazzle by just name of the video. It also have UI version to make it easy for common users. To run UI version, just execute binary directly.
Download the tool from here:
Windows | Linux |
---|---|
win-x64 | linux-x64 |
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:
NOTE: For windows, DLLs are necessary to be kept in the same directory.
go build
It may take some time to buffer as it depends on the file size and network speed.
[+] ./peerwatch [name] or ./peerwatch "[name with multiple words]"
[+] Press ctrl + c to close
-p int
Port on which the tool will stream (default 8080)
-player string
Video player to play video [vlc | mpv | mplayer] (default "vlc")
-tcp
Connection over TCP or UDP (default true)
-tp int
Port on which the engine will work (default 50010)
Example:
peerwatch.exe xyz
or
./peerwatch "xyz blueray"
This tool or author are not responsible for any type of copywrite claim. This tool work similarly as common user visiting the source and streaming videos on their browsers.
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.