Start implementing StreamImageTaker

This commit is contained in:
Dmitrii Okunev
2025-02-15 22:41:29 +00:00
parent 964a16ee42
commit 77a8bb14a8
6 changed files with 125 additions and 15 deletions

View File

@@ -346,7 +346,7 @@ func (fwd *ActiveStreamForwarding) openInputFor(
recoderInstance recoder.Recoder,
publisher types.Publisher,
) (recoder.Input, error) {
inputURL, err := fwd.getLocalhostEndpoint(ctx)
inputURL, err := fwd.GetLocalhostEndpoint(ctx)
if err != nil {
return nil, fmt.Errorf("unable to get a localhost endpoint: %w", err)
}