<%=_supportInfoStr %>
视频服务器从核心功能上可以分为视频编码器和视频解码器两大类。视频编码器位于网络视频监控系统的前端,而视频解码器则位于用户访问端(或称为后端)。
<%
string technicalTitle ="";
for (int i = 0; i < technicalInfo.Count; i++)
{
if (i == 0)
{
technicalTitle = technicalTitle + "";
technicalTitle = String.Format(technicalTitle, technicalInfo[i].TechnicalTitle, technicalInfo[i].TechnicalDiv, technicalInfo[i].TechnicalContent);
}
else
{
technicalTitle = technicalTitle + "";
technicalTitle = String.Format(technicalTitle, technicalInfo[i].TechnicalTitle, technicalInfo[i].TechnicalDiv, technicalInfo[i].TechnicalContent);
}
}
%>
<%=technicalTitle %>
";
technicalTitle = technicalTitle + "
{2}
";
technicalTitle = technicalTitle + "
{2}