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 f9e4a7a5c6 I don't even know.
Filled out API for user management
Proper escaping of user input for SQL queries (stream keys aren't user input)
Filled out frontend with profile management, vods, etc.
I don't remember there's probably more, fuck.
2019-10-05 14:34:57 -05:00
config I don't even know. 2019-10-05 14:34:57 -05:00
docs Fixed headers. Oops. 2019-09-24 18:42:13 -05:00
install I don't even know. 2019-10-05 14:34:57 -05:00
site I don't even know. 2019-10-05 14:34:57 -05:00
src I don't even know. 2019-10-05 14:34:57 -05:00
templates I don't even know. 2019-10-05 14:34:57 -05:00
.gitignore Added videojs files and CSS. 2019-09-28 21:46:58 -05:00
LICENSE Add package.json and LICENSE, name the project. 2019-09-15 12:23:09 -05:00
package-lock.json Added some api functions, an express server for the API and nunjucks 2019-09-28 21:44:55 -05:00
package.json Added some api functions, an express server for the API and nunjucks 2019-09-28 21:44:55 -05:00
tsconfig.json Changed init functions to be more consistent. 2019-09-26 14:43:24 -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