(ボーカル)"">"Vo<br/>(ボーカル)"
%% 各演者のマイク・モニター・IEM
%% 演者と機器の配置
Vo -- 使用 --> VoMic
Vo -- 使用 --> VoMon
Vo -- 使用 --> VoIEM
Gt -- 使用 --> GtMic
Gt -- 使用 --> GtMon
Gt -- 使用 --> GtIEM
Dr -- 使用 --> DrMic
Dr -- 使用 --> DrMon
Dr -- 使用 --> DrIEM
%% まとめてDanteステージボックスへ
%% 他パートの入力もStageBoxに集約されている想定
Others -- ... --> StageBox
end
%% FOHエリア
end
%% モニターエリア(ステージ袖など)
%% モニターミキサーはステージ上に直接配置したので省略
%% 録音・配信エリア(録音室・配信ブース等)
end
%% ネットワークスイッチ(中継室や機材ラック等)
%% 接続
StageBox -- Dante(32ch) --> Dante_Switch
Dante_Switch -- Dante(32ch) --> FOH_Mixer
Dante_Switch -- Dante(32ch) --> Monitor_Mixer
Dante_Switch -- Dante(32ch) --> Rec_PC
Dante_Switch -- Dante(2ch) --> Broadcast_Enc
FOH_Mixer -- アナログ or Dante --> PA_System
%% モニター出力
Monitor_Mixer -- アナログ or Dante --> VoMon
Monitor_Mixer -- アナログ or Dante --> GtMon
Monitor_Mixer -- アナログ or Dante --> DrMon
Monitor_Mixer -- アナログ or Dante --> IEM
%% 配信・録音出力
Broadcast_Enc -- USB/RTMP等 --> Streaming
Rec_PC -- USB/アナログ --> Archive_Rec
%% エリア分けはMermaid標準では難しいため、コメントで補足
%% ステージ: StageMics
%% FOH: FOH_Mixer, PA_System
%% モニター: Monitor_Mixer, Monitor_Speakers, IEM
%% 録音・配信: Rec_PC, Broadcast_Enc, Streaming, Archive_Rec
利用シーンB
code:mermaid
code:mermaid
flowchart LR
%% シーン例:大型カンファレンス+ライブ+多拠点中継
%% ステージA(ライブステージ)
direction LR
VoA -- 使用 --> VoAMic
VoA -- 使用 --> VoAMon
GtA -- 使用 --> GtAMic
GtA -- 使用 --> GtAMon
DrA -- 使用 --> DrAMic
DrA -- 使用 --> DrAMon
end
%% ステージB(トーク・パネルディスカッション)
direction LR
MC -- 使用 --> MC_Mic
MC -- 使用 --> MCMon
Guest1 -- 使用 --> Guest1_Mic
Guest1 -- 使用 --> Guest1Mon
Guest2 -- 使用 --> Guest2_Mic
Guest2 -- 使用 --> Guest2Mon
end
%% サテライト会場(別室中継)
end
%% FOH(各ステージ共用)
end
%% モニター卓(各ステージ共用)
end
%% 配信・録音・中継
end
%% Danteスイッチ(各拠点)
%% ステージボックス→スイッチ
StageBoxA -- Dante --> Dante_Switch_A
StageBoxB -- Dante --> Dante_Switch_B
%% 各スイッチ間接続(メインLAN)
Dante_Switch_A -- Dante --> Dante_Switch_FOH
Dante_Switch_B -- Dante --> Dante_Switch_FOH
Dante_Switch_FOH -- Dante --> Dante_Switch_Rec
Dante_Switch_FOH -- Dante --> Dante_Switch_Sat
%% FOH・モニター・録音・配信への分配
Dante_Switch_FOH -- Dante --> FOH_Mixer
Dante_Switch_FOH -- Dante --> Monitor_Mixer
Dante_Switch_Rec -- Dante --> Rec_PC
Dante_Switch_Rec -- Dante --> Broadcast_Enc
Dante_Switch_Rec -- Dante --> Intercom
Dante_Switch_Rec -- Dante --> RemoteSite
%% FOHミキサー・PA
FOH_Mixer -- アナログ or Dante --> PA_System
FOH_Mixer -- アナログ or Dante --> FOH_Rec
%% モニター出力
Monitor_Mixer -- Dante or アナログ --> VoAMon
Monitor_Mixer -- Dante or アナログ --> GtAMon
Monitor_Mixer -- Dante or アナログ --> DrAMon
Monitor_Mixer -- Dante or アナログ --> MCMon
Monitor_Mixer -- Dante or アナログ --> Guest1Mon
Monitor_Mixer -- Dante or アナログ --> Guest2Mon
Monitor_Mixer -- Dante or アナログ --> IEM
%% サテライト会場
Dante_Switch_Sat -- Dante --> Sat_Monitor
Sat_Monitor -- アナログ --> Sat_Speaker
%% 配信・録音出力
Broadcast_Enc -- USB/RTMP等 --> Streaming