重构无人直播助手:内嵌 youLIVE、摄像头直推、推流诊断与 UI 焕新
将 README 改写为产品文档;移除微信/EasyTier/工作台等遗留模块;新增 youLIVE 目标端监控、摄像头推流、质量守卫与转播历史能力。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
11
config/camera_live.example.ini
Normal file
11
config/camera_live.example.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[camera]
|
||||
# FFmpeg 枚举的设备名(Windows DirectShow 为引号内完整名称)
|
||||
video_device =
|
||||
audio_device =
|
||||
width = 1280
|
||||
height = 720
|
||||
fps = 30
|
||||
bitrate = 2500
|
||||
use_gpu = 是
|
||||
# YouTube 频道/直播页地址,供目标端监听
|
||||
youtube_watch_url =
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"apiKey": "wc_live_xxxxxxxx",
|
||||
"proxyUrl": "http://your-proxy-server:3000",
|
||||
"deviceType": "ipad",
|
||||
"proxy": "10",
|
||||
"accountId": "default",
|
||||
"webhookHost": "",
|
||||
"webhookPort": 18790,
|
||||
"webhookPath": "/webhook/wechat"
|
||||
}
|
||||
Reference in New Issue
Block a user