go-peerflix alternatives and similar packages
Based on the "torrent" category.
Alternatively, view go-peerflix alternatives based on common mentions on social networks and blogs.
Do you think we are missing an alternative of go-peerflix or a related project?
README
Go Peerflix
A Golang port of peerflix.
Start watching the movie while your torrent is still downloading! [Working of go-peerflix](./images/demo.gif)
Installation
Download the binary from the releases page.
Or in case you have golang configured you may want to install through the command:
go get github.com/Sioro-Neoku/go-peerflix
Usage
Access the stream on http://localhost:8080/
go-peerflix [magnet url|torrent path|torrent url]
To start playing in VLC:
go-peerflix -player vlc [magnet url|torrent path|torrent url]
Currently supported players are: VLC, MPlayer and MPV
Build
Building only for the current platform:
go build .
Building for platforms: Linux, Darwin and Windows
goxc
License
*Note that all licence references and agreements mentioned in the go-peerflix README section above
are relevant to that project's source code only.