配置输入流
<?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>1</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>1</id>
</matrix>
</body>
</message>