1 Star 0 Fork 40

phenix / liuguang

forked from ksyun-kenc / liuguang 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cg.gv 966 Bytes
一键复制 编辑 原始数据 按行查看 历史
UMU 提交于 2020-11-26 00:05 . * format .gv
digraph G {
subgraph cluster_0 {
style=filled;
color="#3FBFFF";
node [style=filled,color="#ADB9CA"];
audio video;
label = "game";
}
subgraph cluster_1 {
style=filled;
color="#F13929";
node [style=filled,color="#ADB9CA"];
audio_frames video_frames;
label = "Shared Memory";
}
subgraph cluster_2 {
style=filled;
node [style=filled,color="#ADB9CA"];
audio_encoder video_encoder control_replay;
label = "cge";
color="#3FBFFF"
}
subgraph cluster_3 {
style=filled;
color="#F13929";
node [style=filled,color="#ADB9CA"];
label = "net";
websocket udp;
}
subgraph cluster_4 {
style=filled;
node [style=filled,color="#ADB9CA"];
audio_decoder video_decoder player controller;
label = "cgc";
color="#3FBFFF";
}
audio -> audio_frames -> audio_encoder -> websocket -> audio_decoder -> player;
video -> video_frames -> video_encoder -> websocket -> video_decoder -> player;
controller -> udp -> control_replay;
}
1
https://gitee.com/phenix1984/liuguang.git
git@gitee.com:phenix1984/liuguang.git
phenix1984
liuguang
liuguang
master

搜索帮助