Skip to content

A tool to stream videos📺 directly into VLC/MPV/MPlayer media players just by the name of the video.

License

Notifications You must be signed in to change notification settings

cipheras/peerwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PeerWatch

PeerWatch   GitHub release (latest by date)

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.

GO version      GitHub All Releases      platform

gif

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:
NOTE: For windows, DLLs are necessary to be kept in the same directory.

go build

Usage

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"

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 streaming videos on their browsers.

License

peerwatch is made by @cipheras and is released under the terms of the  GitHub License

Contact   Twitter

Feel free to submit a bug, add features or issue a pull request.