mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 18:41:54 +08:00
fix
This commit is contained in:
@@ -68,7 +68,8 @@ def main(argv: Optional[List[str]]=None) -> None:
|
||||
|
||||
hid = get_hid_class(config.hid.type)(**hid_kwargs)
|
||||
streamer = Streamer(
|
||||
**config.streamer._unpack(ignore=["forever", "desired_fps", "h264_bitrate", "h264_gop"]),
|
||||
**config.streamer._unpack(ignore=["forever", "desired_fps", "resolution", "h264_bitrate", "h264_gop"]),
|
||||
**config.streamer.resolution._unpack(),
|
||||
**config.streamer.desired_fps._unpack(),
|
||||
**config.streamer.h264_bitrate._unpack(),
|
||||
**config.streamer.h264_gop._unpack(),
|
||||
|
||||
Reference in New Issue
Block a user