GithubHelp home page GithubHelp logo

gtestault / freeflix Goto Github PK

View Code? Open in Web Editor NEW
60.0 4.0 9.0 2.02 MB

Freeflix is a streaming server that integrates a BitTorrent client.

License: MIT License

Go 91.67% HTML 4.71% Dockerfile 3.62%
bittorent streaming server popcorn-time p2p

freeflix's Introduction

Project

Go Report Card

Streaming server with an integrated BitTorrent client. The server can stream over http while downloading a torrent.

Start with Docker

clone the repo and inside the source folder build the docker image.

git clone [email protected]:gtestault/freeflix.git
cd freeflix
docker build -t freeflix .

then run a container and bind the port 8080 exposed from the image

docker run -p 8080:8080 freeflix

VPN

Please configure your VPN before deploying. The BitTorrent client has no blocklist

Screenshots

movies

filter

freeflix's People

Contributors

gtestault avatar malisetti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

freeflix's Issues

Cannot install

I get this weird error while trying to run docker build. Those repos exist in reality.

screen shot 2018-08-31 at 2 12 08 pm

Build fails, following README steps

Tanels-MacBook-Pro-2:freeflix tanel$ docker build -t freeflix .
Sending build context to Docker daemon   4.31MB
Step 1/9 : FROM golang:stretch
 ---> 7e9ac7032e33
Step 2/9 : COPY . $GOPATH/src/freeflix
 ---> Using cache
 ---> d9fab5cd3dff
Step 3/9 : EXPOSE 8080
 ---> Using cache
 ---> ef6761b0acb9
Step 4/9 : ADD https://github.com/ninjaintrouble/freeflix-frontend/releases/download/1.0/frontend.tar $GOPATH/bin
Downloading [==================================================>]  780.3kB/780.3kB
 ---> Using cache
 ---> b069facce206
Step 5/9 : WORKDIR $GOPATH/src/freeflix
 ---> Using cache
 ---> e7e974601b06
Step 6/9 : RUN apt-get update &&    apt-get install gcc &&    go install -i -v
 ---> Running in b6ed5a2cab34
Ign:1 http://deb.debian.org/debian stretch InRelease
Get:2 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Get:4 http://deb.debian.org/debian stretch Release [118 kB]
Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [391 kB]
Get:6 http://deb.debian.org/debian stretch Release.gpg [2434 B]
Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [5148 B]
Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7099 kB]
Fetched 7801 kB in 3s (2087 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
gcc is already the newest version (4:6.3.0-4).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
torrent/client.go:7:2: cannot find package "github.com/anacrolix/torrent" in any of:
	/usr/local/go/src/github.com/anacrolix/torrent (from $GOROOT)
	/go/src/github.com/anacrolix/torrent (from $GOPATH)
server.go:9:2: cannot find package "github.com/gorilla/handlers" in any of:
	/usr/local/go/src/github.com/gorilla/handlers (from $GOROOT)
	/go/src/github.com/gorilla/handlers (from $GOPATH)
server.go:10:2: cannot find package "github.com/gorilla/mux" in any of:
	/usr/local/go/src/github.com/gorilla/mux (from $GOROOT)
	/go/src/github.com/gorilla/mux (from $GOPATH)
service/yts.go:6:2: cannot find package "github.com/sirupsen/logrus" in any of:
	/usr/local/go/src/github.com/sirupsen/logrus (from $GOROOT)
	/go/src/github.com/sirupsen/logrus (from $GOPATH)
The command '/bin/sh -c apt-get update &&    apt-get install gcc &&    go install -i -v' returned a non-zero code: 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.