mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
VNC-151 Switch VideoEncoderFactory to use FFMPEGCudaEncoderBuilder for NVENC encoders
This commit is contained in:
parent
f64d17d91d
commit
6c14e82083
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ namespace rfb {
|
|||
case KasmVideoEncoders::Encoder::h264_nvenc:
|
||||
case KasmVideoEncoders::Encoder::h265_nvenc:
|
||||
case KasmVideoEncoders::Encoder::av1_nvenc:
|
||||
return FFMPEGVAAPIEncoderBuilder::create(ffmpeg)
|
||||
return FFMPEGCudaEncoderBuilder::create(ffmpeg)
|
||||
.with_layout(layout)
|
||||
.with_connection(conn)
|
||||
.with_encoder(video_encoder)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue