mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
[v2-hdmi-rpi3.yaml] add h264 sink from v1 (#152)
Seems that v2 lost h264 support from v1 somehow. Tested h264 support on v2 with rpi3a+
This commit is contained in:
committed by
GitHub
parent
2ba337e028
commit
718f10417a
@@ -40,9 +40,15 @@ kvmd:
|
||||
- "--no-log-colors"
|
||||
- "--sink=kvmd::ustreamer::jpeg"
|
||||
- "--sink-mode=0660"
|
||||
- "--h264-sink=kvmd::ustreamer::h264"
|
||||
- "--h264-sink-mode=0660"
|
||||
- "--h264-bitrate={h264_bitrate}"
|
||||
- "--h264-gop={h264_gop}"
|
||||
|
||||
|
||||
vnc:
|
||||
memsink:
|
||||
jpeg:
|
||||
sink: "kvmd::ustreamer::jpeg"
|
||||
h264:
|
||||
sink: "kvmd::ustreamer::h264"
|
||||
|
||||
Reference in New Issue
Block a user