allow changing default path settings; bump API in order to allow so (#2455)

This commit is contained in:
Alessandro Ros
2023-10-07 23:32:15 +02:00
committed by GitHub
parent 3c4039b81f
commit 9a01ab7fd5
44 changed files with 1656 additions and 1060 deletions

View File

@@ -39,7 +39,7 @@ func (s *hlsSource) Log(level logger.Level, format string, args ...interface{})
}
// run implements sourceStaticImpl.
func (s *hlsSource) run(ctx context.Context, cnf *conf.PathConf, reloadConf chan *conf.PathConf) error {
func (s *hlsSource) run(ctx context.Context, cnf *conf.Path, reloadConf chan *conf.Path) error {
var stream *stream.Stream
defer func() {