LarkSR3.3
3.3 Environment
Hardware Environment
CPU
Memory
GPU
sound card
Software Environment
Operating System
Chrome Browser
VC Runtime Library
DX Runtime
Text Editor
Virtual Sound Card Driver
Virtual Camera Driver
Virtual Handle Controller Driver
System Settings
Turn Off Antivirus and Firewall
Turn Off Application Running Notification
Setup Automatic Login
Set Never Sleep-Never Turn Off the Display
Using dongle settings
3D Program Adaptation
Program Adaptation Requirements
Installation and Deployment
System Components
Stand-Alone Version
Simple Cluster Version (Windows)
Deployment in Detail
Stand-Alone Intranet
Stand-Alone External Network
Cluster intranet(Windows)
Cluster external network(Windows)
Cluster intranet(Linux Docker)
Cluster external network(Linux Docker)
Deployment Case Study
Edge cluster deployment
LarkXR NAT
LarkXR Turn
Nginx reverse proxy
Server Port Mapping
Advanced Cluster Deployment
GPU dedicated server
Server Deployment Guide
Operating System Precautions
Using
Browser support
Browser support
Front usage instructions
Language support
Application Overview
Enter the application
Video interaction
Voice interaction
Live streaming
Text input
Regional detection
Allocation strategy
Remote pole setting
Gesture instructions
Function menu
PC
Mobile
Exit the application
Backend usage instructions
Login
Data center
Monitor
Usage Statistics
clientErrLog
Applications
Package Management
Package Overview
Add Package
Update package
Delete Package
Application Management
Applications
Add Applications
Share
Mouse Mapping
Reserve Applications
Noun interpretation
Run Applications
RunApplications
Synchronization management
Index
Client List
SR Client Management
Group Mgt
Group management
System Setting
Access Auth List
Workspace
Param Setting
LicenceType
No Operation Timeout
Store
Safe
Region Setting
Custom Logo
Short Note
Port Mapping
Dispatch Policy
Current Limiting
Theme
Users
Change Password
change PWD
Port Forward
guides
Custom
App Index
EnterAppli
Server-side
Application Storage
Standalone
Local Storage
OSS Storage
AWS S3
Cluster
Local storage
OSS Storage
AWS S3
General Features
Disk Space
Sync
Set Max Sync Cnt
Feature Components
DataChannel
Additional Parameters
Smart Voice
video input
voice input
external physical controller
Interactive Mode
How to use
Use Front end
Interactive Mode Interface Integration
Security Settings
Feature Components
Redis
MySQL8
Database Monitoring(druid)
Change userName and PWD
Disable
HTTPS access
Windows
Linux Docker
App Auth
Workplace Access Encryption
SDK ID for encrypted secondary development
security setting
Use AppliList Page
IP Blacklist-Whitelist
Allow Cross-Origin
CORS
Cors For Upload
Frequently Asked Questions (FAQ)
list of common issues
Update Log
product updates
-
+
首页
Video interaction
1. Open the Larkxr-render/RenderServer/runtime/vcam folder on the server. 2. Run the RegVCam.bat script with administrator privileges to ensure that each rendering node performs this operation. 3. Confirm the successful installation by referring to the prompt messages. **Step Two: Obtain Video Input Authorization** - Apply for an authorization code from the developer platform or contact Pingxing Cloud Business to obtain video input authorization. **Step Three: Configure Video-Supporting Applications** - Ensure that the required applications support video functionality and enable the "Start Client Video Input" option in the settings. **Step Four: Prepare the Camera** - The client needs to prepare a camera; no additional preparation is required if the device has a built-in camera. **Step Five: Enable Video Functionality** - Once you have set up an HTTPS environment or accessed the application via localhost, you can enable the video functionality. By following these optimizations, users can have a clearer understanding of the key operations in each step, facilitating a smoother use of the client video input feature. **Note:** - For local debugging, you can set up a free HTTPS environment using OpenSSL. Below are brief steps for configuring HTTPS on Nginx and example commands for generating certificates (applicable to Windows and Linux systems). ### Example OpenSSL Certificate Generation Commands: #### Windows: ```html openssl genpkey -algorithm RSA -out mykey.pem -pkeyopt rsa_keygen_bits:2048 openssl req -new -x509 -days 3650 -key mykey.pem -out mycert.pem -subj "/C=US/ST=State/L=City/O=Organization/OU=Department/CN=CommonName" ``` #### Linux: ```html openssl genpkey -algorithm RSA -out private_key.pem -pkeyopt rsa_keygen_bits:2048 openssl req -new -x509 -key private_key.pem -out certificate.pem -days 365 ``` #### Nginx: ```html server { listen {{port}} ssl; server_name localhost; ssl_certificate /path/to/cert.pem; # 证书文件路径 ssl_certificate_key /path/to/key.pem; # 私钥文件路径 ssl_session_cache shared:SSL:1m; ssl_session_timeout 5m; ssl_protocols SSLv2 SSLv3 TLSv1 TLSv1.2; ... } ```
admin
2025年4月8日 13:51
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
Word文件
PDF文档
PDF文档(打印)
分享
链接
类型
密码
更新密码
有效期