mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
添加 H.264 比特率 和 帧间隔
This commit is contained in:
@@ -16,6 +16,8 @@ kvmd:
|
||||
resolution:
|
||||
default: 1280x720
|
||||
forever: true
|
||||
h264_bitrate:
|
||||
default: 2000
|
||||
cmd:
|
||||
- "/usr/local/bin/ustreamer"
|
||||
- "--device=/dev/kvmd-video"
|
||||
@@ -37,6 +39,8 @@ kvmd:
|
||||
- "--h264-sink-mode=0660"
|
||||
- "--jpeg-sink=kvmd::ustreamer::jpeg"
|
||||
- "--jpeg-sink-mode=0660"
|
||||
- "--h264-bitrate={h264_bitrate}"
|
||||
- "--h264-gop={h264_gop}"
|
||||
- "--slowdown"
|
||||
|
||||
vnc:
|
||||
|
||||
Reference in New Issue
Block a user