mirror of https://gitgud.io/fatchan/stream.git
The source behind http://stream.loki - minimal nginx configuration and backend code for a streaming site with streams index, thumbnails, viewcount, chat, and streamkeys.
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.
|
8 months ago | |
---|---|---|
auth-server | 1 year ago | |
nginx | 1 year ago | |
public | 8 months ago | |
.gitignore | 1 year ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
crontab | 1 year ago | |
posters.sh | 1 year ago | |
viewers.sh | 1 year ago |
README.md
stream
The source of stream.loki (or another simple nginx-rtmp-based streaming site).
The aim is to have a simple streaming site with chat (irc iframe), view count, an index page (/streams) of all live streams, and do it with minimal backend.
This repo provides:
- the nginx configs and static files
- small nodejs http server for nginx to authenticate stream keys (optional)
- some cronjobs to generate viewer counts and stream thumbnails
License
GNU AGPLv3, see LICENSE.