broadcast pipeline update.

This commit is contained in:
Miroslav Šedivý 2021-03-03 19:13:53 +01:00
parent e98237a58c
commit 13ffc59209

View File

@ -34,13 +34,13 @@ func New(desktop types.DesktopManager, config *config.Capture) *CaptureManagerCt
"! audio/x-raw,channels=2 "+ "! audio/x-raw,channels=2 "+
"! audioconvert "+ "! audioconvert "+
"! queue "+ "! queue "+
"! voaacenc "+ "! voaacenc bitrate=128000 "+
"! mux. "+ "! mux. "+
"ximagesrc display-name=%s show-pointer=true use-damage=false "+ "ximagesrc display-name=%s show-pointer=true use-damage=false "+
"! video/x-raw "+ "! video/x-raw "+
"! videoconvert "+ "! videoconvert "+
"! queue "+ "! queue "+
"! x264enc threads=4 bitrate=4096 key-int-max=15 byte-stream=true byte-stream=true tune=zerolatency speed-preset=veryfast "+ "! x264enc threads=4 bitrate=4096 key-int-max=15 byte-stream=true tune=zerolatency speed-preset=veryfast "+
"! mux.", config.Device, config.Display, "! mux.", config.Device, config.Display,
) )
} }