mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-16 12:30:47 +08:00
Start implementing StreamImageTaker
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user