Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sioro-Neoku/go-peerflix
Go Peerflix
https://github.com/Sioro-Neoku/go-peerflix
Last synced: about 1 month ago
JSON representation
Go Peerflix
- Host: GitHub
- URL: https://github.com/Sioro-Neoku/go-peerflix
- Owner: Sioro-Neoku
- License: mit
- Created: 2015-10-08T19:44:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T07:38:53.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T01:24:41.713Z (5 months ago)
- Language: Go
- Size: 328 KB
- Stars: 470
- Watchers: 20
- Forks: 119
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - go-peerflix - Go Peerflix - ★ 339 (Distributed Systems)
- awesome-go-extra - go-peerflix - 10-08T19:44:47Z|2021-08-04T03:42:32Z| (Go Tools / Other Software)
README
# Go Peerflix
A Golang port of [peerflix](https://github.com/mafintosh/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](https://github.com/Sioro-Neoku/go-peerflix/releases) page.
Or in case you have golang configured you may want to install through the command:
```sh
go get github.com/Sioro-Neoku/go-peerflix
```## Usage
Access the stream on [http://localhost:8080/](http://localhost:8080/)
```sh
go-peerflix [magnet url|torrent path|torrent url]
```To start playing in VLC:
```sh
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:
```bash
go build .
```Building for platforms: Linux, Darwin and Windows
```bash
goxc
```## License
[MIT](https://raw.githubusercontent.com/Sioro-Neoku/go-peerflix/master/LICENSE)