nginx-mod-rtmp frontend https://chaos.stream
Go to file
2021-01-24 04:04:16 +01:00
Controllers Rebase all 2021-01-24 04:04:16 +01:00
DataModels Rebase all 2021-01-24 04:04:16 +01:00
Pages Rebase all 2021-01-24 04:04:16 +01:00
Properties Rebase all 2021-01-24 04:04:16 +01:00
wwwroot Rebase all 2021-01-24 04:04:16 +01:00
.gitignore Rebase all 2021-01-24 04:04:16 +01:00
appsettings.Development.json Rebase all 2021-01-24 04:04:16 +01:00
appsettings.json Rebase all 2021-01-24 04:04:16 +01:00
example.db Rebase all 2021-01-24 04:04:16 +01:00
LICENSE.md Rebase all 2021-01-24 04:04:16 +01:00
Program.cs Rebase all 2021-01-24 04:04:16 +01:00
README.md Rebase all 2021-01-24 04:04:16 +01:00
RTMPDash.csproj Rebase all 2021-01-24 04:04:16 +01:00
RTMPDash.sln Rebase all 2021-01-24 04:04:16 +01:00
RTMPDash.sln.DotSettings.user Rebase all 2021-01-24 04:04:16 +01:00
Startup.cs Rebase all 2021-01-24 04:04:16 +01:00
StreamUtils.cs Rebase all 2021-01-24 04:04:16 +01:00

RTMPDash

Production instance

Installation

  • Adjust all the const's in Program.cs
  • Copy example.db to app.db
  • Create yourself a user using sqlite3
  • Install nginx-mod-rtmp
  • Configure nginx-mod-rtmp (TODO: example config here)