<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="AgentServerConfigs.ascx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.AgentServer.EditAgentServer" %> <% if (this.ErrorMessage != null) { %>
信息获取出错: <%= this.ErrorMessage%>
<% } else { %> 转播服务器信息: <%= this.AgentServerStatus%>
<% foreach (var item in this.ListConfigs) { %> <% } %>
路数 IP AVA端口 MMS端口 AVA连接数 MMS连接数 自动重连 重连间隔秒数
<%= item.Address %> <%= item.AVAAgentPort %> <%= item.MMSAgentPort %> <%= item.AVAMaxClientNum %> <%= item.MMSMaxClientNum %> <%= item.AutoConnection==true?"是":"否" %> <%= item.AutoInterval %>
转播重编码信息:
<%----%> <% foreach (var item in this.ListCodecs) { %> <%----%> <% } %>
路数 是否转换编码 视频启动转换编码 视频宽 视频高 视频码流率 视频帧率
<%= item.EnabledCodec %> <%= item.V1_enabled %> <%= item.V1_x %> <%= item.V1_y %> <%= item.V1_bps %> <%= item.V1_fps %>
<% } %>