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 2cd3f281c5 Fix typo in default config. 2019-09-23 14:33:46 -05:00
config Fix typo in default config. 2019-09-23 14:33:46 -05:00
src Added runtime config. 2019-09-23 14:27:01 -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
README Added setup script for inspIRCd 2019-09-18 16:46:25 -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
ircd-setup Added setup script for inspIRCd 2019-09-18 16:46:25 -05:00
package-lock.json Added runtime config. 2019-09-23 14:27:01 -05:00
package.json Added runtime config. 2019-09-23 14:27:01 -05:00
tsconfig.json Added executable 2019-09-20 11:09:15 -05:00

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