Remove retired product provenance - #13
Merged
Merged
Conversation
审查者指南该 PR 移除了已停用的产品名称、部署主机名和来源说明,同时更新文档与示例,以描述当前由 SciLaxy/Electron 监督的 桌面端监督的实验室服务器启动时序图sequenceDiagram
participant Electron as Electron main process
participant LabServe as lab serve
participant Runner as scilaxy-runner
participant Engine as OpenSDL engine
Electron->>LabServe: start process
LabServe-->>Electron: readiness
Electron->>Runner: configure gRPC endpoint
Runner->>LabServe: gRPC request
LabServe->>Engine: execute request
Engine-->>LabServe: response and OsdlEvent
LabServe-->>Runner: gRPC response and event
媒体端点契约流程图flowchart LR
Config[Remote RTMP configuration]
Ingest[RTMP ingest endpoint\ningest.media.example]
Engine[OpenSDL media endpoint builder]
Playback[HTTPS playback endpoint\nplayback.media.example]
Browser[HTTPS browser frontend]
Config -->|base_url| Ingest
Config -->|http_host and webrtc_host| Engine
Ingest -->|published stream| Engine
Engine -->|HLS, HTTP-FLV, WHEP URLs| Playback
Playback --> Browser
文件级变更
提示和命令与 Sourcery 交互
自定义你的使用体验访问你的控制面板以:
获取帮助Original review guide in EnglishReviewer's GuideThe PR removes retired product names, deployment hostnames, and provenance commentary while updating documentation and examples to describe the current SciLaxy/Electron-supervised Sequence diagram for desktop-supervised lab server startupsequenceDiagram
participant Electron as Electron main process
participant LabServe as lab serve
participant Runner as scilaxy-runner
participant Engine as OpenSDL engine
Electron->>LabServe: start process
LabServe-->>Electron: readiness
Electron->>Runner: configure gRPC endpoint
Runner->>LabServe: gRPC request
LabServe->>Engine: execute request
Engine-->>LabServe: response and OsdlEvent
LabServe-->>Runner: gRPC response and event
Flow diagram for the media endpoint contractflowchart LR
Config[Remote RTMP configuration]
Ingest[RTMP ingest endpoint\ningest.media.example]
Engine[OpenSDL media endpoint builder]
Playback[HTTPS playback endpoint\nplayback.media.example]
Browser[HTTPS browser frontend]
Config -->|base_url| Ingest
Config -->|http_host and webrtc_host| Engine
Ingest -->|published stream| Engine
Engine -->|HLS, HTTP-FLV, WHEP URLs| Playback
Playback --> Browser
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Summary
Verification
Sourcery 总结
移除已停用的产品引用,并使 OpenSDL 文档和媒体示例与当前产品中立的运行时及部署模型保持一致。
改进:
文档:
Original summary in English
Summary by Sourcery
Remove retired product references and align OpenSDL documentation and media examples with the current product-neutral runtime and deployment model.
Enhancements:
Documentation: