A self hosted livestreaming server.
This repository has been archived on 2021-01-16. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
Go to file
knotteye d1cd2815e4 Fixed headers. Oops. 2019-09-24 18:42:13 -05:00
config Worked out bugs in config and checking if localhost 2019-09-23 15:59:07 -05:00
docs Fixed headers. Oops. 2019-09-24 18:42:13 -05:00
src Moved readme, started documentation. 2019-09-24 18:35:11 -05:00
.gitignore Added runtime config. 2019-09-23 14:27:01 -05:00
LICENSE Add package.json and LICENSE, name the project. 2019-09-15 12:23:09 -05:00
db_setup.sql Hooked up server.ts to database, it now validates, redirects, and records based on database queries. 2019-09-22 16:33:18 -05:00
package-lock.json Added cli for user management, abstracted some database queries into handler functions. 2019-09-24 17:29:37 -05:00
package.json Added cli for user management, abstracted some database queries into handler functions. 2019-09-24 17:29:37 -05:00
tsconfig.json Added executable 2019-09-20 11:09:15 -05:00

docs/README.md

Satyr: A livestreaming server

System dependencies: A stable version of node>=10, mysql3 (or a compatible implementation such as MariaDB), and ffmpeg >=4.2

Build Instructions

git clone https://gitlab.com/knotteye/satyr.git
cd satyr
npm install
npm run build

Run the server

npm start