Fix streaming to Kick

This commit is contained in:
Dmitrii Okunev
2024-10-21 19:49:25 +01:00
parent f5cfc39468
commit c284735c34
4 changed files with 233 additions and 9 deletions

View File

@@ -168,9 +168,10 @@ func (srv *GRPCServer) newOutputByURL(
output, err := recoder.NewOutputFromURL(ctx, path.Url.Url, path.Url.AuthKey, config)
if err != nil {
return nil, fmt.Errorf(
"unable to initialize an output using URL '%s' and config %#+v",
"unable to initialize an output using URL '%s' and config %#+v: %w",
path.Url,
config,
err,
)
}