Add rtmp proxying

This commit is contained in:
Ingo Oppermann
2022-08-05 16:34:08 +02:00
parent 5af85c6a8b
commit f4acc0457f
6 changed files with 131 additions and 25 deletions

View File

@@ -729,6 +729,7 @@ func (a *api) start() error {
Token: cfg.RTMP.Token,
Logger: a.log.logger.rtmp,
Collector: a.sessions.Collector("rtmp"),
Cluster: a.cluster,
}
if autocertManager != nil && cfg.RTMP.EnableTLS {