mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-11-02 23:44:00 +08:00
allow changing default path settings; bump API in order to allow so (#2455)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user