Skip to content

justasitsounds/go-peerflix

 
 

Repository files navigation

Go Peerflix

A Golang port of peerflix.

Start watching the movie while your torrent is still downloading! Working of go-peerflix

Installation

Download the binary from the releases page.

Or in case you have golang configured you may want to build from source (requires dep for vendoring)

git clone https://github.com/Sioro-Neoku/go-peerflix
dep ensure

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, OMXPlayer and MPV

Build

Building only for the current platform:

go build .

Building for platforms: Linux, Darwin and Windows

goxc

License

MIT

About

Go Peerflix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%