feat(rtc): 在 Python SDK 中提供统一诊断入口 - #28
Draft
annu999-art wants to merge 1 commit into
Draft
Conversation
新增 watcherobot diagnostics rtc 命令,自动复用或启动本地 Daemon,并仅在 127.0.0.1 提供无 Node 运行时依赖的诊断页面。 诊断页实现六位码配对、浏览器发起 Offer、G711A 音频、mjpeg-data latest-only 解码、四时间戳时钟同步、精确 2Mbps 独立压力通道、20 次生命周期循环与 JSON 报告导出。 补充 watcher-rtc/1、WJPG v1、SDP/ICE/JPEG 边界、RTC capabilities、CLI、本地服务及浏览器媒体契约测试;配套 ESP32 提交位于 WatcheRobot_esp32 的 codex/python-sdk-rtc-stability 分支。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目标
在 Python SDK 中提供统一 RTC 诊断入口,不再由 ESP32 固件托管测试网页。
主要改动
watcherobot diagnostics rtc [--no-open] [--port],自动启动/复用 Daemon。127.0.0.1,页面随 wheel 打包,原生 ES Modules,无 Node 运行时依赖。rtc-stress精确 2 Mbps 压力和 20 次生命周期循环。watcher-rtc/1、WJPG v1、SDP 16 KiB、ICE 2 KiB、JPEG 60 KiB 及 capabilities。验证
http://127.0.0.1:9876/并验证页面 DOM。配套提交
orulink-ai/WatcheRobot_esp32@b126eadorulink-ai/WatcheRobot-Workspace@f70571aHIL 待完成
等待设备端进入 Python SDK App 并完成六位码配对后,执行 30 分钟、2 Mbps 压力和 20 次重连验收。因此当前保持 Draft。