mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
enabled h264 for v2-hdmi-rpi4
This commit is contained in:
parent
25406153aa
commit
483819ef68
@ -31,8 +31,8 @@ kvmd:
|
|||||||
|
|
||||||
streamer:
|
streamer:
|
||||||
unix: /run/kvmd/ustreamer.sock
|
unix: /run/kvmd/ustreamer.sock
|
||||||
# h264_bitrate:
|
h264_bitrate:
|
||||||
# default: 5000
|
default: 5000
|
||||||
cmd:
|
cmd:
|
||||||
- "/usr/bin/ustreamer"
|
- "/usr/bin/ustreamer"
|
||||||
- "--device=/dev/kvmd-video"
|
- "--device=/dev/kvmd-video"
|
||||||
@ -52,12 +52,12 @@ kvmd:
|
|||||||
- "--process-name-prefix={process_name_prefix}"
|
- "--process-name-prefix={process_name_prefix}"
|
||||||
- "--notify-parent"
|
- "--notify-parent"
|
||||||
- "--no-log-colors"
|
- "--no-log-colors"
|
||||||
# - "--sink=kvmd::ustreamer::jpeg"
|
- "--sink=kvmd::ustreamer::jpeg"
|
||||||
# - "--sink-mode=0660"
|
- "--sink-mode=0660"
|
||||||
# - "--h264-sink=kvmd::ustreamer::h264"
|
- "--h264-sink=kvmd::ustreamer::h264"
|
||||||
# - "--h264-sink-mode=0660"
|
- "--h264-sink-mode=0660"
|
||||||
# - "--h264-bitrate={h264_bitrate}"
|
- "--h264-bitrate={h264_bitrate}"
|
||||||
# - "--h264-gop={h264_gop}"
|
- "--h264-gop={h264_gop}"
|
||||||
|
|
||||||
ipmi:
|
ipmi:
|
||||||
kvmd:
|
kvmd:
|
||||||
@ -70,11 +70,11 @@ vnc:
|
|||||||
streamer:
|
streamer:
|
||||||
unix: /run/kvmd/ustreamer.sock
|
unix: /run/kvmd/ustreamer.sock
|
||||||
|
|
||||||
# memsink:
|
memsink:
|
||||||
# jpeg:
|
jpeg:
|
||||||
# sink: "kvmd::ustreamer::jpeg"
|
sink: "kvmd::ustreamer::jpeg"
|
||||||
# h264:
|
h264:
|
||||||
# sink: "kvmd::ustreamer::h264"
|
sink: "kvmd::ustreamer::h264"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
tls:
|
tls:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user