Skip to content

slugalisk/player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

distributed livestream wip

Getting Started

Running the sandbox UI

  1. fork
  2. clone recursively
    git clone --recursive https://github.com/slugalisk/player.git
    
  3. install the js dependencies
    yarn install
    
  4. start ui dev server with
    yarn start
    
  5. open https://localhost:3000/test

Running the ingest server

  1. build nginx with nginx-rtmp-module
    ./vendor/build.sh
    
  2. download DB5LITEBIN from https://lite.ip2location.com/file-download
  3. unzip IP2LOCATION-LITE-DB5.BIN.ZIP into ./vendor/
  4. start super node with yarn run server

Sources

The implementation is based on:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages