mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-07-29 11:51:44 +08:00
feat: 新增 MJPEG/H.264 VNC 初步支持
This commit is contained in:
@@ -522,8 +522,7 @@ export default {
|
||||
environmentSubtitle: 'System runtime environment and USB device maintenance',
|
||||
aboutSubtitle: 'Online upgrade, version info and hardware overview',
|
||||
extTtydSubtitle: 'Open a host Shell terminal in the browser',
|
||||
extRustdeskSubtitle: 'Remote graphical access via RustDesk',
|
||||
extRtspSubtitle: 'Provide an RTSP video stream for external clients',
|
||||
thirdPartyAccessSubtitle: 'Configure external RustDesk, VNC, and RTSP access',
|
||||
extRemoteAccessSubtitle: 'Remote access through NAT-traversal services',
|
||||
extFrpcSubtitle: 'NAT traversal through the FRP client',
|
||||
aboutDesc: 'Open and Lightweight IP-KVM Solution',
|
||||
@@ -967,6 +966,10 @@ export default {
|
||||
start: 'Start',
|
||||
stop: 'Stop',
|
||||
autoStart: 'Auto Start',
|
||||
thirdPartyAccess: {
|
||||
title: 'Third-party Access',
|
||||
desc: 'Configure RustDesk, VNC, and RTSP in one place',
|
||||
},
|
||||
viewLogs: 'View Logs',
|
||||
noLogs: 'No logs available',
|
||||
binaryNotFound: '{path} not found, please install the required program',
|
||||
@@ -1040,6 +1043,8 @@ export default {
|
||||
relayServer: 'Relay Server',
|
||||
relayServerPlaceholder: 'hbbr.example.com:21117',
|
||||
relayKey: 'Relay Key',
|
||||
codec: 'Codec',
|
||||
codecHint: 'Choose H.264 or H.265 before starting RustDesk. The codec is locked while running.',
|
||||
deviceInfo: 'Device Info',
|
||||
deviceId: 'Device ID',
|
||||
deviceIdHint: 'Use this ID in RustDesk client to connect',
|
||||
@@ -1073,7 +1078,7 @@ export default {
|
||||
pathPlaceholder: 'live',
|
||||
pathHint: 'Example: rtsp://device-ip:8554/live',
|
||||
codec: 'Codec',
|
||||
codecHint: 'Enabling RTSP locks codec to selected value and disables MJPEG.',
|
||||
codecHint: 'RTSP locks output to the selected codec while running. If RustDesk is running, choose the same codec.',
|
||||
allowOneClient: 'Allow One Client Only',
|
||||
username: 'Username',
|
||||
usernamePlaceholder: 'Empty means no authentication',
|
||||
@@ -1081,6 +1086,26 @@ export default {
|
||||
passwordPlaceholder: 'Enter new password',
|
||||
urlPreview: 'RTSP URL Preview',
|
||||
},
|
||||
vnc: {
|
||||
title: 'VNC Remote',
|
||||
desc: 'Access via TigerVNC client',
|
||||
bind: 'Bind Address',
|
||||
port: 'Port',
|
||||
encoding: 'Video Encoding',
|
||||
encodingTightJpeg: 'Tight JPEG',
|
||||
encodingH264: 'H.264',
|
||||
encodingHint: 'VNC locks output while running. VNC cannot start under an H.265 lock; MJPEG blocks RTSP and RustDesk.',
|
||||
jpegQuality: 'JPEG Quality',
|
||||
allowOneClient: 'Allow One Client Only',
|
||||
password: 'Password',
|
||||
passwordPlaceholder: 'Leave empty to keep current',
|
||||
passwordRequiredPlaceholder: 'Up to 8 characters',
|
||||
passwordRequired: 'Set a VNC password',
|
||||
passwordMaxLength: 'VNC passwords are limited to 8 characters',
|
||||
passwordSaved: 'Password is saved; leaving this empty keeps it unchanged.',
|
||||
clients: '{count} clients',
|
||||
urlPreview: 'VNC Address Preview',
|
||||
},
|
||||
},
|
||||
stats: {
|
||||
title: 'Connection Stats',
|
||||
|
||||
Reference in New Issue
Block a user