A self hosted livestreaming server.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
knotteye 5958f8c0ff Moved readme, started documentation. 5 years ago
config Worked out bugs in config and checking if localhost 5 years ago
docs Moved readme, started documentation. 5 years ago
src Moved readme, started documentation. 5 years ago
.gitignore Added runtime config. 5 years ago
LICENSE Add package.json and LICENSE, name the project. 5 years ago
README Added setup script for inspIRCd 5 years ago
db_setup.sql Hooked up server.ts to database, it now validates, redirects, and records based on database queries. 5 years ago
ircd-setup Added setup script for inspIRCd 5 years ago
package-lock.json Added cli for user management, abstracted some database queries into handler functions. 5 years ago
package.json Added cli for user management, abstracted some database queries into handler functions. 5 years ago
tsconfig.json Added executable 5 years ago

README

Satyr: A livestreaming server

System dependencies: npm, node, typescript
(Typescript can be installed through npm)

Build Instructions
git clone https://gitlab.com/knotteye/satyr.git
cd satyr
npm install
tsc

Run the server
node server.js