mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-02 00:10:07 +02:00
WIP: legacy config integration.
This commit is contained in:
parent
0ee11b661a
commit
b5c3f8d4a6
3 changed files with 10 additions and 3 deletions
|
@ -103,7 +103,7 @@ func New(desktop types.DesktopManager, config *config.Capture) *CaptureManagerCt
|
|||
"! x264enc threads=4 bitrate=%d key-int-max=15 byte-stream=true tune=zerolatency speed-preset=%s "+
|
||||
"! mux.", url, config.AudioDevice, config.BroadcastAudioBitrate*1000, config.Display, config.BroadcastVideoBitrate, config.BroadcastPreset,
|
||||
), nil
|
||||
}, config.BroadcastUrl),
|
||||
}, config.BroadcastUrl, config.BroadcastAutostart),
|
||||
screencast: screencastNew(config.ScreencastEnabled, func() string {
|
||||
if config.ScreencastPipeline != "" {
|
||||
// replace {display} with valid display
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue