BLADE//master software, ember+ service for BLADE//runner
876
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.
{
"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
Content type
Image
Digest
sha256:0020874fe…
Size
118.7 MB
Last updated
about 2 years ago
docker pull arkonatechnologies/blade-master:beta-1.0.10