fix capture logging.
This commit is contained in:
parent
d06740aa96
commit
9f26b27d5d
@ -36,7 +36,7 @@ func New(desktop types.DesktopManager, config *config.Capture) *CaptureManagerCt
|
|||||||
}, "audio"),
|
}, "audio"),
|
||||||
video: streamSinkNew(config.VideoCodec, func() (string, error) {
|
video: streamSinkNew(config.VideoCodec, func() (string, error) {
|
||||||
return NewVideoPipeline(config.VideoCodec, config.Display, config.VideoPipeline, config.VideoMaxFPS, config.VideoBitrate, config.VideoHWEnc)
|
return NewVideoPipeline(config.VideoCodec, config.Display, config.VideoPipeline, config.VideoMaxFPS, config.VideoBitrate, config.VideoHWEnc)
|
||||||
}, "audio"),
|
}, "video"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user