码迷,mamicode.com
首页 > 其他好文 > 详细

流矩阵新消息格式

时间:2020-06-23 15:55:52      阅读:55      评论:0      收藏:0      [点我收藏+]

标签:inpu   输入   header   mat   udp   ica   message   file   ddr   

配置输入流
<?xml version="1.0" encoding="utf-8"?>
<message module="MATRIX" version="2.0">
<header action="REQUEST" command="INPUT_CONFIG"/>
<body>
<system>EVA</system> <input> <id>2</id> <status>enable</status> <name>udp</name> <group_id></group_id> <nic>1</nic> <protocol>udp_unicast</protocol> <path>default_1</path> <address>235.1.1.1</address> <port>5000</port> <igmpv3> <status>disable</status> <source_ip></source_ip> </igmpv3> <ts_segment_path></ts_segment_path> <time_monitor> <status>disable</status> <time></time> </time_monitor> <file_select></file_select> <alarm_type>start</alarm_type> <url>udp://235.1.1.1:5000</url> </input> </body> </message>
查询输入流
<?xml version="1.0" encoding="utf-8"?>
<message module="MATRIX" version="2.0">
<header action="REQUEST" command="LIST_INPUT"/>
<body>
<system>EVA</system> <input> <id></id> </input> </body> </message>
启动输入流
<?xml version="1.0" encoding="utf-8"?>
<message module="MATRIX" version="2.0">
<header action="REQUEST" command="INPUT_START"/>
<body>
  <system>EVA</system> <input> <id>2</id> </input> </body> </message>
停止输入流
<?xml version="1.0" encoding="utf-8"?>
<message module="MATRIX" version="2.0">
<header action="REQUEST" command="INPUT_STOP"/>
<body>
<system>EVA</system> <input> <id>2</id> </input> </body> </message>
删除输入流
<?xml version="1.0" encoding="utf-8"?>
<message module="MATRIX" version="2.0">
<header action="REQUEST" command="DELETE_INPUT"/>
<body>
<system>EVA</system> <input> <id>1</id> </input> </body> </message>
删除输出流
<?xml version="1.0" encoding="utf-8"?>
<message module="MATRIX" version="2.0">
<header action="REQUEST" command="DELETE_OUTPUT"/>
<body>
<system>EVA</system> <output> <id>1</id> </output> </body> </message>
查询输出流
<?xml version="1.0" encoding="utf-8"?>
<message module="MATRIX" version="2.0">
<header action="REQUEST" command="LIST_OUTPUT"/>
<body>
<system>EVA</system> <output> <id></id> </output> </body> </message>
停止流矩阵

<?xml version="1.0" encoding="utf-8"?>
<message module="MATRIX" version="2.0">
<header action="REQUEST" command="STOP_MATRIX"/>
<body>
<system>EVA</system> <matrix> <id>1</id> </matrix> </body> </message>
开启流矩阵
<?xml version="1.0" encoding="utf-8"?>
<message module="MATRIX" version="2.0">
<header action="REQUEST" command="START_MATRIX"/>
<body>
<system>EVA</system> <matrix> <id>1</id> </matrix> </body> </message>
查询所有流矩阵
<?xml version="1.0" encoding="UTF-8"?>
<message module="MATRIX" version="2.0">
<header action="REQUEST" command="LIST_MATRIX"/>
<body>
<system>EVA</system> <matrix> <id></id> </matrix> </body> </message>
停止流矩阵
<?xml version="1.0" encoding="utf-8"?>
<message module="MATRIX" version="2.0">
<header action="REQUEST" command="STOP_MATRIX"/>
<body>
<system>EVA</system> <matrix> <id>1540025311</id> </matrix> </body> </message>
删除流矩阵
<?xml version="1.0" encoding="utf-8"?>
<message module="MATRIX" version="2.0">
<header action="REQUEST" command="DELETE_MATRIX"/>
<body>
<system>EVA</system> <matrix> <id>1540025311</id> </matrix> </body> </message>

 

流矩阵新消息格式

标签:inpu   输入   header   mat   udp   ica   message   file   ddr   

原文地址:https://www.cnblogs.com/lvyunxiang/p/13182005.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!