nginx-rtmp-server authenticator + hls.js player - https://tv.icynet.eu
Go to file
Evert Prants 568c92cbf9
prevent password save prompt on key field
2021-02-14 10:07:10 +02:00
migrations updated packages, email subscriptions 2021-02-13 20:31:32 +02:00
src prevent password save prompt on key field 2021-02-14 10:07:10 +02:00
templates prevent password save prompt on key field 2021-02-14 10:07:10 +02:00
.gitignore Port the application to node.js. I am not confident using Python so I went with the better option for me 2019-10-23 11:24:20 +03:00
LICENSE Add license and readme 2019-10-24 20:52:38 +03:00
README.md Add license and readme 2019-10-24 20:52:38 +03:00
app.js no longer store stream key in DOM on dashboard 2021-02-14 09:54:09 +02:00
config.example.toml updated packages, email subscriptions 2021-02-13 20:31:32 +02:00
nginx.example.conf Websockets viewer count 2019-10-23 16:43:57 +03:00
package-lock.json updated packages, email subscriptions 2021-02-13 20:31:32 +02:00
package.json no longer store stream key in DOM on dashboard 2021-02-14 09:54:09 +02:00
webpack.config.js no longer store stream key in DOM on dashboard 2021-02-14 09:54:09 +02:00

README.md

Icy TV

This application provides means of authentication when using the nginx-rtmp-module NGINX module via a configured OAuth2 provider. It also includes a player (powered by hls.js) that provides viewer counts using WebSockets.

Setup

Using this application requires an instance of NGINX. See [nginx.example.conf] for example configuration. Another thing you need is a running instance of Redis in order to store sessions. And finally, you need an OAuth2 provider.

  1. Clone this repository
  2. npm install
  3. Copy the example configuration config.example.toml to config.toml and edit it
  4. npm run build to build the front-end scripts
  5. npm start to run in production (requires an HTTPS proxy!), npm run serve to run in development mode

Developing

Run the front-end watch task using npm run watch.

License

The MIT License