Add playlist-generation

This commit is contained in:
2021-09-14 22:51:36 +02:00
parent 6e15d9835c
commit 584ffffe83
10 changed files with 192 additions and 23 deletions

View File

@@ -71,6 +71,7 @@ func ActionServe(c *cli.Context) error {
// Setup RTMP-server
s := server.NewRTMPServer(ctx, cfg.RTMPListenAddr)
s.Logger = logger
s.Hostname = cfg.Hostname
// Setup web-server
webDone := make(chan struct{})