轩辕镜像 官方专业版
轩辕镜像
专业版
轩辕镜像 官方专业版
轩辕镜像
专业版
首页个人中心搜索镜像
交易
充值流量¥7起我的订单
文档
工具
提交工单页面收录
blade-master

arkonatechnologies/blade-master

arkonatechnologies

BLADE//master software, ember+ service for BLADE//runner

下载次数: 0状态:社区镜像维护者:arkonatechnologies仓库类型:镜像最近更新:1 年前
让 AI 帮你使用轩辕镜像? · 展开查看说明 · 点击收起说明

如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

镜像简介
下载命令
镜像标签列表与下载命令
轩辕镜像,不浪费每一次拉取。
点击查看

Blade//Master

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"}
        ]
    }]
}
  • server_port: Distinction between different Blade//Master instances running on the same server.
  • ui_port: optional. Communication port to a possible UI control.
  • fast_routing: This should currently be set to false. It is in an experimental state and is intended to provide faster routing.
  • global_matrix_destination: Criteria for the target side of a matrix instance.
    • instances: Could be created or all
      • created: Shows only the instantiated targets
      • all: Shows all possible targets
    • path: Currently only rx-sdi***r is possible
      • rx-sdi***r: The number of destinations depends on the available rx-streams or sdi outputs
      • rx-end: The number of destinations depends on the available rx-streams
    • exclude: exclude all targets that has a match any of the strings in the list.
  • global_matrix_essence: Criteria of the source side of a matrix
    • instances: Could be created or all
      • created: Shows only the instantiated targets
      • all: Shows all possible targets
    • path: Currently only rsdi-tx***r is possible
      • sdi-tx***r: The number of sources depends on the available tx-streams or sdi inputs
      • tx-end: The number of sources depends on the available tx-streams
    • exclude: exclude all targets that has a match any of the strings in the list.
  • machines: Blade//Master can control multiple machines with one running instance by adding multiple blocks to the array. E.g [{...}, {....}]
    • blade: URL of the machine e.g. [***]
    • name: Name of the machine displayed in the tree
    • audio_matrix: Creates audio matrices based on the instances of the shuffler
      • name: The name of the matrix displayed in the ember tree
      • index: The tag:"index" is optional: With the tag, it is an explicit setting for a shuffler. Without the tag, the setting is the default and is used for shufflers that do not have an explicit setting.
      • inputs: The input tag is used as a filter to restrict the inputs for the matrix.
        Possible filters are:
        • sdi: sdi inputs
        • madi: madi inputs
        • src: sample rate converter
        • gain: audio gain
        • asg_genlock0_48: audio signal generator genlock(0) 48000Hz
        • asg_genlock1_48: audio signal generator genlock(1) 48000Hz
        • asg_genlock2_48: audio signal generator genlock(2) 48000Hz
        • asg_genlock0_96: audio signal generator genlock(0) 96000Hz
        • asg_genlock1_96: audio signal generator genlock(1) 96000Hz
        • asg_genlock2_96: audio signal generator genlock(2) 96000Hz
        • downmix: audio engine downmix
        • inputtrim: audio engine input trim
        • midside: audio engine mid side
        • mono: audio engine mono mixer
        • stereo: audio engine stereo mixer
        • nminus1: audio engine n-minus1 mixer
        • alsa: alsa
        • replay: video and audio player/delay
      • max_input_channels: Defines the number of channels per input used to map it to the matrix.
      • max_output_channels: Defines the number of channels per output used to map it to the matrix.
    • blade_audio_matrix: Creates audio matrices based on all instances
      • name: The name of the matrix as displayed in the ember tree
      • indices: The tag:"indices" is optional: With the tag, it is an explicit setting to include shufflers. Wi thout the tag, the setting is the default and is used for shufflers that do not have an explicit include.
      • outputs: The output tag is used as a filter to restrict the outputs for the matrix. See above
      • inputs: The input tag is used as a filter to restrict the inputs for the matrix. See above
      • max_input_channels: Defines the number of channels per input used to map it to the matrix.
      • max_output_channels: Defines the number of channels per output used to map it to the matrix.
    • blade_video_matrix: Creates video matrices based on all instances
      • name: The name of the matrix as displayed in the ember tree
      • inputs: The input tag is used as a filter to restrict the inputs for the matrix.
      • "SDI", "VSG", "RTP", "SPLITTER", "REPLAY","CC", "MERGER" Possible filters are:
        • sdi: sdi inputs
        • vsg: Video signal generator
        • rtp: video receiver
        • splitter: splitter
        • replay: video delay and player
        • cc: color correction
        • merger: active merger
        • mixer: active mixer
    • excludes: Does not display keywords with the name e.g. peak_meter in the ember tree
    • subtrees Only the subtree named id:VideoMixer::BSLK is shown in the ember tree all other subtrees are skipped

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

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

轩辕镜像加速拉取命令点我查看更多 blade-master 镜像标签

docker pull docker.xuanyuan.run/arkonatechnologies/blade-master:<标签>

使用方法:

  • 登录认证方式
  • 免认证方式

DockerHub 原生拉取命令

docker pull arkonatechnologies/blade-master:<标签>

轩辕镜像配置手册

按平台快速找到配置文档

一键安装

一键安装 Docker

Linux Docker 一键安装

AI

用 AI 使用轩辕镜像

agents.md · AI 对话 · 提示词

Docker

登录仓库拉取

登录认证 · 私有仓库

专属域名拉取

免登录 · 高速拉取

Linux

Docker 镜像配置

Windows / Mac

Docker Desktop 配置

MacOS OrbStack

OrbStack 容器

Apple Container

macOS 原生容器

Docker Compose

Compose 项目配置

NAS

群晖

Synology 配置

飞牛

fnOS 镜像配置

绿联

绿联 NAS

威联通

QNAP 配置

极空间

极空间 NAS

Unraid

Unraid NAS

企业仓库

其他仓库

ghcr · Quay · nvcr

Harbor 镜像源

Proxy Repository 对接

Portainer 镜像源

Registries 配置

Nexus 镜像源

Docker Proxy 缓存

开发工具

Dev Containers

VS Code 开发容器

Podman

Podman 配置指南

Singularity / Apptainer

HPC 科学计算容器

Kubernetes

K8s Containerd

Kubernetes · Containerd

K3s

轻量级集群

面板 / 网络

爱快路由

iKuai 镜像加速

宝塔面板

一键配置镜像源

需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

功能

版本功能对比

功能对比 · 版本选择

支持的镜像仓库

Docker Hub · GCR · GHCR

新手拉取配置

登录 · 专属域名 · 配置

docker search 限制

专属域名 · Hub 搜索

不支持 push

仅支持 pull · 不支持

拉取速度原因

带宽 · 缓存 · 冷热镜像

错误码

402 与流量用尽

402 · 流量包 · 充值

401 认证失败

401 · docker login

manifest unknown

标签错误 · 镜像不存在

410 Gone 排查

410 · Docker 升级

429 限流

免费版 · 专业版 · 企业版 · 请求频率

其他报错

DNS 超时

DNS 解析 · 网络超时

TLS 证书失败

no matching manifest(架构)

账号

失败是否计费

manifest · blob · 计费

申请开发票(企业 / 个人)

企业 · 个人 · 工单

修改登录密码

网站 · 仓库 · 重置

注销账户

工单 · 数据 · 注销

原理

mirrors 不生效

daemon.json · 重启

去掉域名前缀

docker tag · 重命名

指定架构拉取

ARM64 · AMD64 · 多架构

latest 与「最新」

digest · 版本号 · 标签

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
arkonatechnologies/blade-master
教程轩辕镜像功能与使用教程
定价查看流量套餐与价格
热门查看热门 Docker 镜像推荐
博客Docker 镜像公告与技术博客
专业版 · 高速稳定拉取镜像
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
50GB 仅 ¥7/年
专业版 · 高速稳定拉取镜像
50GB 仅 ¥7/年
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
用户协议·隐私政策·增值电信业务经营许可证:浙B2-20261007·©2024-2026 源码跳动©2024-2026 杭州源码跳动科技有限公司·商务合作:点击复制邮箱

更多 blade-master 镜像推荐

rancher/mesos-master logo

rancher/mesos-master

rancher
暂无描述
1 次收藏10万+ 次下载
9 年前更新
rancher/build-master logo

rancher/build-master

rancher
暂无描述
5万+ 次下载
10 年前更新
linuxserver/blade-of-agony logo

linuxserver/blade-of-agony

LinuxServer.io 社区镜像
基于Wolfenstein和Doom风格的二战题材故事驱动射击游戏Wolfenstein: Blade of Agony的Docker容器化版本,支持通过浏览器访问,需GPU支持以确保正常运行。
1.7千+ 次下载
1 天前更新
rancher/jenkins-master logo

rancher/jenkins-master

rancher
Jenkins Server是开源的持续集成/持续部署(CI/CD)自动化服务器,用于自动化软件项目的构建、测试和部署流程,提升开发效率与交付质量。
3 次收藏1万+ 次下载
9 年前更新
intel/evi-fm-master logo

intel/evi-fm-master

intel
暂无描述
3.3千+ 次下载
1 年前更新
intel/fm-master logo

intel/fm-master

intel
暂无描述
3.3千+ 次下载
3 年前更新

查看更多 blade-master 相关镜像