
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
Welcome to the Blade//Master application! This application translates the AT300/C100 API into an ember+ tree. The Blade//Master can run on a server or on the Blade. To start the Blade//Master on the blade you only simple enable the /system/service/ember flag via the advanced UI. A default setup will be shown in the embertree. If you like to have a special settings you can copy a file on the Blade under /config/ember/config_general.json. The available settings are listed bellow. To run the Blade//Master external on a server/PC. See bellow.
The configuration file contains.
json{ "server_port" : 9000, "ui_port" : 5000, "fast_routing":false, "global_matrix_destination": { "instances":"created", "path": "rx-end", "exclude": ["HEAD", "SIGNAL"] }, "global_matrix_essence": { "instances":"created", "path": "tx-end", "exclude": ["HEAD"] }, "panels" :[{ "vendor": "BFE", "typ":"29", "filename":"panel_configuration.json", "ip_port":"172.16.39.122:2006", "layout":{ } }], "machines" :[ { "blade": "http://xxx.xxx.xxx.xxx", "name": "Blade-name", "audio_matrix":[ { "inputs": ["SDI"], "max_input_channels":"16", "max_output_channels":"17" }, { "index": 1, "inputs": ["SRC", "RTP"], "max_input_channels":"16", "max_output_channels":"16" }], "blade_audio_matrix":[ { "name": "Blade_Default_Matrix", "outputs": ["SHUFFLER", "MONO_DELAY"], "inputs": ["RTP"], "max_input_channels":"16", "max_output_channels":"16" }], "blade_video_matrix": [ { "name": "Blade_Video_Matrix", "outputs": ["SDI", "TX", "SPLITTER", "REPLAY","CC", "MERGER", "MIXER"] "inputs": ["SDI", "VSG", "RTP", "SPLITTER", "REPLAY","CC", "MERGER", "MIXER"] }], "excludes":[ {"sys_name":"audio_source_slices"}, {"sys_name":"peak_meter"} ], "subtrees":[ {"id":"AudioRePlay::Audio", "kw":"all", "ua_name":"RePlay"}, {"id":"VideoRePlay::Video", "kw":"all", "ua_name":"RePlay"}, {"id":"AudioMixer::Monos", "kw":"all"}, {"id":"AudioMixer::Stereos", "kw":"all"}, {"id":"AudioMixer::Downmixes", "kw":"all"}, {"id":"VideoMixer::BSLK", "kw":"all"}, {"id":"AudioEngine::NMinus1", "kw":"all"}, {"id":"AudioEngine::MonoMix", "kw":"all"}, {"id":"AudioEngine::StereoMix", "kw":"all"}, {"id":"AudioEngine::InputTrim", "kw":"all"}, {"id":"ColorCorrection::CC1D", "kw":"all"}, {"id":"ColorCorrection::CC3D", "kw":"all"}, {"id":"Splitter::SP", "kw":"all"}, {"id":"RTPReceiver::Session", "kw":"all"}, {"id":"RTPReceiver::VideoReceiver", "kw":"all"}, {"id":"RTPTransmitter::Session", "kw":"all"}, {"id":"RTPTransmitter::VideoStreamer", "kw":"all"}, {"id":"IOModule::Input", "kw":"all"}, {"id":"IOModule::Output", "kw":"all"}, {"id":"IOModule::Merger", "kw":"all"}, {"id":"IOModule::BncMode", "kw":"all"}, {"id":"IOModule::Configuration", "kw":"all"}, {"id":"VideoSignalGenerator::VSG", "kw":"all"}, {"id":"AudioShuffler::Shuffler", "kw":"all"}, {"id":"AudioGain::Levels", "kw":"all"} ] }] }
During the startup phase, the Blade/Master searches the Schema.json file for the Subtree IDs specified in the Config file and makes them available to the Ember Consumer.
After the startup phase, the Blade/Master dynamically adapts the Ember tree. As new instances are added, they are automatically propagated to the tree. If instances are deleted, the node in the Ember tree is set to 'offline'.
The path distribution in the Ember tree is chosen so that dynamic changes in the tree do not move existing node points. This means that references to Ember parameters made in the control system will always remain valid.
The Blade/Master is available as a Docker and can be downloaded using docker pull arkonatechnologies/blade-master:beta-1.0.10.
The application can currently still be started with docker run -d -v ./config_your_config.json:/usr/src/app/config_less.json --network=host --name=BladeMaster docker.io/arkonatechnologies/blade-master:beta-1.0.10
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务