Skip to content

Its-Alex/HyperTube

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

HyperTube project

Popcorntime like app

Dependencies

To start this website you need to have installed ffmpeg with libvpx and libvorbis

Mac OS

brew install libvpx libvorbis
brew install ffmpeg --with-libvpx --with-libvorbis

Linux

Get ffmpeg from your system manager package

Windows

Download ffmpeg and put it in your path

How to launch

npm install
npm run start

Requirements

You will need a config.json file in root directory

{
    "port": 3000,
    "pathStorage": "", // Path storage used to store movie
    "db": { // Database acces MySQL or MariaDB
        "host": "",
        "database": "",
        "user": "",
        "password": ""
    },
    "passport": { // Oauth connexion need id and secret of your app
        "fortyTwo": {
            "id": "",
            "secret": ""
        },
        "github": {
            "id": "",
            "secret": ""
        },
        "facebook": {
            "id": "",
            "secret": ""
        }
    },
    "api": {
        "tmdb": {
            "key": "" // Tmdb api key
        }
    }
}

About

📽️ Live torrent stream website made with NodeJs/React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •